public class TaxPaymentInfo extends CommerceIdentifierPaymentInfo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AMOUNT_TYPE |
static java.lang.String |
AMOUNTREMAINING_TYPE |
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
TaxPaymentInfo()
Creates a new
TaxPaymentInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier being the Order and representing its tax. |
java.lang.String |
getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier being the Order and representing its tax. |
getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, toStringpublic static java.lang.String CLASS_VERSION
public static final java.lang.String AMOUNT_TYPE
public static final java.lang.String AMOUNTREMAINING_TYPE
public java.lang.String getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier being the Order and representing its tax.getAmountType in class CommerceIdentifierPaymentInfoString valuepublic java.lang.String getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier being the Order and representing its tax.getAmountRemainingType in class CommerceIdentifierPaymentInfoString value