Class TaxInfo
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.TaxInfo
- All Implemented Interfaces:
Serializable
Customizes the payer experience during the approval process for the payment.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTaxId()
The customer's tax ID value.The customer's tax ID type.void
The customer's tax ID value.void
setTaxIdType
(String taxIdType) The customer's tax ID type.
-
Constructor Details
-
TaxInfo
public TaxInfo()
-
-
Method Details
-
setTaxId
The customer's tax ID value. -
setTaxIdType
The customer's tax ID type. The possible values are:- BR_CPF. The individual tax ID type, typically is 11 characters long.
- BR_CNPJ. The business tax ID type, typically is 14 characters long.
-
getTaxId
The customer's tax ID value. -
getTaxIdType
The customer's tax ID type. The possible values are:- BR_CPF. The individual tax ID type, typically is 11 characters long.
- BR_CNPJ. The business tax ID type, typically is 14 characters long.
-