public class DoAuthorizationRequestType extends AbstractRequestType
| Constructor and Description |
|---|
DoAuthorizationRequestType()
Default Constructor
|
DoAuthorizationRequestType(String transactionID,
BasicAmountType amount)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Getter for amount
|
String |
getCustom()
Getter for custom
|
BasicAmountType |
getHandlingTotal()
Getter for handlingTotal
|
BasicAmountType |
getInsuranceTotal()
Getter for insuranceTotal
|
String |
getIPAddress()
Getter for iPAddress
|
BasicAmountType |
getItemTotal()
Getter for itemTotal
|
String |
getMsgSubID()
Getter for msgSubID
|
String |
getOrderDescription()
Getter for orderDescription
|
List<PaymentDetailsItemType> |
getPaymentDetailsItem()
Getter for paymentDetailsItem
|
BasicAmountType |
getShippingDiscount()
Getter for shippingDiscount
|
BasicAmountType |
getShippingTotal()
Getter for shippingTotal
|
AddressType |
getShipToAddress()
Getter for shipToAddress
|
String |
getShipToStore()
Getter for shipToStore
|
BasicAmountType |
getTaxTotal()
Getter for taxTotal
|
TransactionEntityType |
getTransactionEntity()
Getter for transactionEntity
|
String |
getTransactionID()
Getter for transactionID
|
void |
setAmount(BasicAmountType amount)
Setter for amount
|
void |
setCustom(String custom)
Setter for custom
|
void |
setHandlingTotal(BasicAmountType handlingTotal)
Setter for handlingTotal
|
void |
setInsuranceTotal(BasicAmountType insuranceTotal)
Setter for insuranceTotal
|
void |
setIPAddress(String iPAddress)
Setter for iPAddress
|
void |
setItemTotal(BasicAmountType itemTotal)
Setter for itemTotal
|
void |
setMsgSubID(String msgSubID)
Setter for msgSubID
|
void |
setOrderDescription(String orderDescription)
Setter for orderDescription
|
void |
setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
Setter for paymentDetailsItem
|
void |
setShippingDiscount(BasicAmountType shippingDiscount)
Setter for shippingDiscount
|
void |
setShippingTotal(BasicAmountType shippingTotal)
Setter for shippingTotal
|
void |
setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress
|
void |
setShipToStore(String shipToStore)
Setter for shipToStore
|
void |
setTaxTotal(BasicAmountType taxTotal)
Setter for taxTotal
|
void |
setTransactionEntity(TransactionEntityType transactionEntity)
Setter for transactionEntity
|
void |
setTransactionID(String transactionID)
Setter for transactionID
|
String |
toXMLString(String prefix,
String name) |
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersionpublic DoAuthorizationRequestType(String transactionID, BasicAmountType amount)
public DoAuthorizationRequestType()
public String getTransactionID()
public void setTransactionID(String transactionID)
public TransactionEntityType getTransactionEntity()
public void setTransactionEntity(TransactionEntityType transactionEntity)
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
public AddressType getShipToAddress()
public void setShipToAddress(AddressType shipToAddress)
public List<PaymentDetailsItemType> getPaymentDetailsItem()
public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
public BasicAmountType getItemTotal()
public void setItemTotal(BasicAmountType itemTotal)
public BasicAmountType getShippingTotal()
public void setShippingTotal(BasicAmountType shippingTotal)
public BasicAmountType getHandlingTotal()
public void setHandlingTotal(BasicAmountType handlingTotal)
public BasicAmountType getTaxTotal()
public void setTaxTotal(BasicAmountType taxTotal)
public BasicAmountType getInsuranceTotal()
public void setInsuranceTotal(BasicAmountType insuranceTotal)
public BasicAmountType getShippingDiscount()
public void setShippingDiscount(BasicAmountType shippingDiscount)
public String getOrderDescription()
public void setOrderDescription(String orderDescription)
public String getCustom()
public void setCustom(String custom)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
public String getIPAddress()
public void setIPAddress(String iPAddress)
public String getShipToStore()
public void setShipToStore(String shipToStore)
public String toXMLString(String prefix, String name)
toXMLString in class AbstractRequestTypeCopyright © 2017. All Rights Reserved.