public class PaymentTransaction extends Object
public static PaymentTransaction createPaymentTransaction()
public TransactionType getTransactionType()
public void setTransactionType(TransactionType transactionType)
transactionType - the transactionType to setpublic Order getOrder()
public void setOrder(Order order)
order - the order to setpublic String getCardCode()
public void setCardCode(String cardCode)
cardCode - the cardCode to setpublic boolean isRecurringBilling()
public void setRecurringBilling(boolean recurringBilling)
recurringBilling - the recurringBilling to setpublic String getCustomerPaymentProfileId()
public void setCustomerPaymentProfileId(String customerPaymentProfileId)
customerPaymentProfileId - the customerPaymentProfileId to setpublic String getCustomerShippingAddressId()
public void setCustomerShippingAddressId(String customerShippingAddressId)
customerShippingAddressId - the customerShippingAddressId to setpublic String getSplitTenderId()
public void setSplitTenderId(String splitTenderId)
splitTenderId - the splitTenderId to setpublic String getApprovalCode()
public void setApprovalCode(String approvalCode)
approvalCode - the approvalCode to setpublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - the transactionId to setpublic String getCreditCardNumberMasked()
public void setCreditCardNumberMasked(String creditCardNumberMasked)
creditCardNumberMasked - the creditCardNumberMasked to setpublic String getBankRoutingNumberMasked()
public void setBankRoutingNumberMasked(String bankRoutingNumberMasked)
bankRoutingNumberMasked - the bankRoutingNumberMasked to setpublic String getBankAccountNumberMasked()
public void setBankAccountNumberMasked(String bankAccountNumberMasked)
bankAccountNumberMasked - the bankAccountNumberMasked to setpublic SplitTenderStatus getSplitTenderStatus()
public void setSplitTenderStatus(SplitTenderStatus splitTenderStatus)
splitTenderStatus - the splitTenderStatus to setCopyright © 2016. All Rights Reserved.