net.authorize.data.cim
Class PaymentProfile

java.lang.Object
  extended by net.authorize.data.cim.PaymentProfile
All Implemented Interfaces:
Serializable

public class PaymentProfile
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Address billTo
           
protected  String customerPaymentProfileId
           
protected  CustomerType customerType
           
protected  ArrayList<Payment> paymentList
           
 
Method Summary
 void addPayment(Payment payment)
          Add a Payment container to the payment list.
static PaymentProfile createPaymentProfile()
           
 Address getBillTo()
          Gets the value of the billTo property.
 String getCustomerPaymentProfileId()
           
 CustomerType getCustomerType()
          Gets the value of the customerType property.
 ArrayList<Payment> getPaymentList()
           
 void setBillTo(Address value)
          Sets the value of the billTo property.
 void setCustomerPaymentProfileId(String customerPaymentProfileId)
           
 void setCustomerType(CustomerType value)
          Sets the value of the customerType property.
 void setPaymentList(ArrayList<Payment> paymentList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerType

protected CustomerType customerType

billTo

protected Address billTo

paymentList

protected ArrayList<Payment> paymentList

customerPaymentProfileId

protected String customerPaymentProfileId
Method Detail

createPaymentProfile

public static PaymentProfile createPaymentProfile()

getCustomerType

public CustomerType getCustomerType()
Gets the value of the customerType property.

Returns:
possible object is CustomerType

setCustomerType

public void setCustomerType(CustomerType value)
Sets the value of the customerType property.

Parameters:
value - allowed object is CustomerType

getBillTo

public Address getBillTo()
Gets the value of the billTo property.

Returns:
possible object is Address

setBillTo

public void setBillTo(Address value)
Sets the value of the billTo property.

Parameters:
value - allowed object is Address

getPaymentList

public ArrayList<Payment> getPaymentList()
Returns:
the paymentList

addPayment

public void addPayment(Payment payment)
Add a Payment container to the payment list.

Parameters:
payment -

setPaymentList

public void setPaymentList(ArrayList<Payment> paymentList)
Parameters:
paymentList - the payments to set

getCustomerPaymentProfileId

public String getCustomerPaymentProfileId()
Returns:
the customerPaymentProfileId

setCustomerPaymentProfileId

public void setCustomerPaymentProfileId(String customerPaymentProfileId)
Parameters:
customerPaymentProfileId - the customerPaymentProfileId to set


Copyright © 2014. All Rights Reserved.