net.authorize.data.cim
Class PaymentTransaction
java.lang.Object
net.authorize.data.cim.PaymentTransaction
public class PaymentTransaction
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createPaymentTransaction
public static PaymentTransaction createPaymentTransaction()
getTransactionType
public TransactionType getTransactionType()
- Get the payment transaction type.
- Returns:
- the transactionType
setTransactionType
public void setTransactionType(TransactionType transactionType)
- Set the payment transaction type.
- Parameters:
transactionType - the transactionType to set
getOrder
public Order getOrder()
- Returns:
- the order
setOrder
public void setOrder(Order order)
- Parameters:
order - the order to set
getCardCode
public String getCardCode()
- Returns:
- the cardCode
setCardCode
public void setCardCode(String cardCode)
- Parameters:
cardCode - the cardCode to set
isRecurringBilling
public boolean isRecurringBilling()
- Returns:
- the recurringBilling
setRecurringBilling
public void setRecurringBilling(boolean recurringBilling)
- Parameters:
recurringBilling - the recurringBilling to set
getCustomerPaymentProfileId
public String getCustomerPaymentProfileId()
- Returns:
- the customerPaymentProfileId
setCustomerPaymentProfileId
public void setCustomerPaymentProfileId(String customerPaymentProfileId)
- Parameters:
customerPaymentProfileId - the customerPaymentProfileId to set
getCustomerShippingAddressId
public String getCustomerShippingAddressId()
- Returns:
- the customerShippingAddressId
setCustomerShippingAddressId
public void setCustomerShippingAddressId(String customerShippingAddressId)
- Parameters:
customerShippingAddressId - the customerShippingAddressId to set
getSplitTenderId
public String getSplitTenderId()
- Returns:
- the splitTenderId
setSplitTenderId
public void setSplitTenderId(String splitTenderId)
- Parameters:
splitTenderId - the splitTenderId to set
getApprovalCode
public String getApprovalCode()
- Returns:
- the approvalCode
setApprovalCode
public void setApprovalCode(String approvalCode)
- Parameters:
approvalCode - the approvalCode to set
getTransactionId
public String getTransactionId()
- Returns:
- the transactionId
setTransactionId
public void setTransactionId(String transactionId)
- Parameters:
transactionId - the transactionId to set
getCreditCardNumberMasked
public String getCreditCardNumberMasked()
- Returns:
- the creditCardNumberMasked
setCreditCardNumberMasked
public void setCreditCardNumberMasked(String creditCardNumberMasked)
- Parameters:
creditCardNumberMasked - the creditCardNumberMasked to set
getBankRoutingNumberMasked
public String getBankRoutingNumberMasked()
- Returns:
- the bankRoutingNumberMasked
setBankRoutingNumberMasked
public void setBankRoutingNumberMasked(String bankRoutingNumberMasked)
- Parameters:
bankRoutingNumberMasked - the bankRoutingNumberMasked to set
getBankAccountNumberMasked
public String getBankAccountNumberMasked()
- Returns:
- the bankAccountNumberMasked
setBankAccountNumberMasked
public void setBankAccountNumberMasked(String bankAccountNumberMasked)
- Parameters:
bankAccountNumberMasked - the bankAccountNumberMasked to set
getSplitTenderStatus
public SplitTenderStatus getSplitTenderStatus()
- Returns:
- the splitTenderStatus
setSplitTenderStatus
public void setSplitTenderStatus(SplitTenderStatus splitTenderStatus)
- Parameters:
splitTenderStatus - the splitTenderStatus to set
Copyright © 2014. All Rights Reserved.