Class TaxExemptionCertificate
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.TaxExemptionCertificate
Deprecated.
A tax exemption certificate represents a tax exemption granted to a party (individual or organization) by a tax jurisdiction which may be a city, state, country,... An exemption has a certificate identifier (received from the jurisdiction that levied the tax) and a validity period. An exemption is per tax types and determines for each type of tax what portion of the tax is exempted (partial by percentage or complete) via the tax definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTaxDefinitionItem(TaxDefinition taxDefinitionItem) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.attachment(AttachmentRefOrValue attachment) Deprecated.Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationships@Valid AttachmentRefOrValueDeprecated.Get attachmentDeprecated.When sub-classing, this defines the sub-class entity namegetId()Deprecated.Unique identifier of the certificate of the tax exemption@Valid List<TaxDefinition>Deprecated.Get taxDefinition@Valid TimePeriodDeprecated.Get validForinthashCode()Deprecated.Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidsetAttachment(AttachmentRefOrValue attachment) Deprecated.voidDeprecated.voidDeprecated.voidsetTaxDefinition(List<TaxDefinition> taxDefinition) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.taxDefinition(List<TaxDefinition> taxDefinition) Deprecated.toString()Deprecated.validFor(TimePeriod validFor) Deprecated.
-
Constructor Details
-
TaxExemptionCertificate
public TaxExemptionCertificate()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
Deprecated.Unique identifier of the certificate of the tax exemption- Returns:
- id
-
setId
Deprecated. -
attachment
Deprecated. -
getAttachment
Deprecated.Get attachment- Returns:
- attachment
-
setAttachment
Deprecated. -
taxDefinition
Deprecated. -
addTaxDefinitionItem
Deprecated. -
getTaxDefinition
Deprecated.Get taxDefinition- Returns:
- taxDefinition
-
setTaxDefinition
Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-