Class AccountTaxExemption
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.AccountTaxExemption
@Validated
@Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen",
date="2022-10-21T20:35:18.164Z")
public class AccountTaxExemption
extends Object
Proof of freedom from taxes imposed by a taxing jurisdiction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) certificateNumber(String certificateNumber) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameIdentifier of a document that shows proof of exemption from taxes for the taxing jurisdiction@NotNull StringName of the taxing jurisdiction for which taxes are exemptReason of the tax exemption@NotNull @Valid TimePeriodPeriod for which the exemption is validinthashCode()issuingJurisdiction(String issuingJurisdiction) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetCertificateNumber(String certificateNumber) voidsetIssuingJurisdiction(String issuingJurisdiction) voidvoidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
AccountTaxExemption
public AccountTaxExemption()
-
-
Method Details
-
certificateNumber
-
getCertificateNumber
Identifier of a document that shows proof of exemption from taxes for the taxing jurisdiction- Returns:
- certificateNumber
-
setCertificateNumber
-
issuingJurisdiction
-
getIssuingJurisdiction
Name of the taxing jurisdiction for which taxes are exempt- Returns:
- issuingJurisdiction
-
setIssuingJurisdiction
-
reason
-
getReason
Reason of the tax exemption- Returns:
- reason
-
setReason
-
validFor
-
getValidFor
Period for which the exemption is valid- Returns:
- validFor
-
setValidFor
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-