net.authorize.data.cim
Class PaymentTransaction

java.lang.Object
  extended by net.authorize.data.cim.PaymentTransaction

public class PaymentTransaction
extends Object


Method Summary
static PaymentTransaction createPaymentTransaction()
           
 String getApprovalCode()
           
 String getBankAccountNumberMasked()
           
 String getBankRoutingNumberMasked()
           
 String getCardCode()
           
 String getCreditCardNumberMasked()
           
 String getCustomerPaymentProfileId()
           
 String getCustomerShippingAddressId()
           
 Order getOrder()
           
 String getSplitTenderId()
           
 SplitTenderStatus getSplitTenderStatus()
           
 String getTransactionId()
           
 TransactionType getTransactionType()
          Get the payment transaction type.
 boolean isRecurringBilling()
           
 void setApprovalCode(String approvalCode)
           
 void setBankAccountNumberMasked(String bankAccountNumberMasked)
           
 void setBankRoutingNumberMasked(String bankRoutingNumberMasked)
           
 void setCardCode(String cardCode)
           
 void setCreditCardNumberMasked(String creditCardNumberMasked)
           
 void setCustomerPaymentProfileId(String customerPaymentProfileId)
           
 void setCustomerShippingAddressId(String customerShippingAddressId)
           
 void setOrder(Order order)
           
 void setRecurringBilling(boolean recurringBilling)
           
 void setSplitTenderId(String splitTenderId)
           
 void setSplitTenderStatus(SplitTenderStatus splitTenderStatus)
           
 void setTransactionId(String transactionId)
           
 void setTransactionType(TransactionType transactionType)
          Set the payment transaction type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.