public class ShippingGroupPaymentInfo 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 | 
|---|
ShippingGroupPaymentInfo()
Creates a new  
ShippingGroupPaymentInfo 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 a ShippingGroup. | 
java.lang.String | 
getAmountType()
getAmountType is used to return the amount relationship type String
 based on the CommerceIdentifier being a ShippingGroup. | 
getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getQuantityWithFraction, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, getSplitQuantityWithFraction, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setQuantityWithFraction, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, setSplitQuantityWithFraction, toStringpublic static java.lang.String CLASS_VERSION
public static final java.lang.String AMOUNT_TYPE
public static final java.lang.String AMOUNTREMAINING_TYPE
public ShippingGroupPaymentInfo()
ShippingGroupPaymentInfo instance.public java.lang.String getAmountType()
getAmountType is used to return the amount relationship type String
 based on the CommerceIdentifier being a ShippingGroup.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 a ShippingGroup.getAmountRemainingType in class CommerceIdentifierPaymentInfoString value