public class CreateRecurringPaymentsProfileRequestDetailsType extends Object
| Constructor and Description |
|---|
CreateRecurringPaymentsProfileRequestDetailsType()
Default Constructor
|
CreateRecurringPaymentsProfileRequestDetailsType(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails,
ScheduleDetailsType scheduleDetails)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
CreditCardDetailsType |
getCreditCard()
Getter for creditCard
|
List<PaymentDetailsItemType> |
getPaymentDetailsItem()
Getter for paymentDetailsItem
|
RecurringPaymentsProfileDetailsType |
getRecurringPaymentsProfileDetails()
Getter for recurringPaymentsProfileDetails
|
ScheduleDetailsType |
getScheduleDetails()
Getter for scheduleDetails
|
String |
getSoftDescriptor()
Getter for softDescriptor
|
String |
getSoftDescriptorCity()
Getter for softDescriptorCity
|
String |
getToken()
Getter for token
|
void |
setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard
|
void |
setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
Setter for paymentDetailsItem
|
void |
setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
Setter for recurringPaymentsProfileDetails
|
void |
setScheduleDetails(ScheduleDetailsType scheduleDetails)
Setter for scheduleDetails
|
void |
setSoftDescriptor(String softDescriptor)
Setter for softDescriptor
|
void |
setSoftDescriptorCity(String softDescriptorCity)
Setter for softDescriptorCity
|
void |
setToken(String token)
Setter for token
|
String |
toXMLString(String prefix,
String name) |
public CreateRecurringPaymentsProfileRequestDetailsType(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails, ScheduleDetailsType scheduleDetails)
public CreateRecurringPaymentsProfileRequestDetailsType()
public String getToken()
public void setToken(String token)
public CreditCardDetailsType getCreditCard()
public void setCreditCard(CreditCardDetailsType creditCard)
public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
public ScheduleDetailsType getScheduleDetails()
public void setScheduleDetails(ScheduleDetailsType scheduleDetails)
public List<PaymentDetailsItemType> getPaymentDetailsItem()
public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
public String getSoftDescriptor()
public void setSoftDescriptor(String softDescriptor)
public String getSoftDescriptorCity()
public void setSoftDescriptorCity(String softDescriptorCity)
Copyright © 2015. All Rights Reserved.