atg.commerce.order.purchase
Class TaxPaymentInfo

java.lang.Object
  extended by atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
      extended by atg.commerce.order.purchase.TaxPaymentInfo
All Implemented Interfaces:
java.io.Serializable

public class TaxPaymentInfo
extends CommerceIdentifierPaymentInfo

This is a CommerceIdentifierPaymentInfo whose CommerceIdentifier is an Order. Semantically this is used for tax payments.

See Also:
Serialized Form

Field Summary
static java.lang.String AMOUNT_TYPE
           
static java.lang.String AMOUNTREMAINING_TYPE
           
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TaxPaymentInfo()
          Creates a new TaxPaymentInfo instance.
 
Method Summary
 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.
 
Methods inherited from class atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION

AMOUNT_TYPE

public static final java.lang.String AMOUNT_TYPE
See Also:
Constant Field Values

AMOUNTREMAINING_TYPE

public static final java.lang.String AMOUNTREMAINING_TYPE
See Also:
Constant Field Values
Constructor Detail

TaxPaymentInfo

public TaxPaymentInfo()
Creates a new TaxPaymentInfo instance.

Method Detail

getAmountType

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.

Overrides:
getAmountType in class CommerceIdentifierPaymentInfo
Returns:
a String value

getAmountRemainingType

public 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.

Overrides:
getAmountRemainingType in class CommerceIdentifierPaymentInfo
Returns:
a String value