public class GetRecurringPaymentsProfileDetailsResponseDetailsType extends Object
| Constructor and Description |
|---|
GetRecurringPaymentsProfileDetailsResponseDetailsType()
Default Constructor
|
GetRecurringPaymentsProfileDetailsResponseDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAggregateAmount()
Getter for aggregateAmount
|
BasicAmountType |
getAggregateOptionalAmount()
Getter for aggregateOptionalAmount
|
AutoBillType |
getAutoBillOutstandingAmount()
Getter for autoBillOutstandingAmount
|
CreditCardDetailsType |
getCreditCard()
Getter for creditCard
|
BillingPeriodDetailsType |
getCurrentRecurringPaymentsPeriod()
Getter for currentRecurringPaymentsPeriod
|
String |
getDescription()
Getter for description
|
String |
getFinalPaymentDueDate()
Getter for finalPaymentDueDate
|
Integer |
getMaxFailedPayments()
Getter for maxFailedPayments
|
String |
getProfileID()
Getter for profileID
|
RecurringPaymentsProfileStatusType |
getProfileStatus()
Getter for profileStatus
|
RecurringPaymentsProfileDetailsType |
getRecurringPaymentsProfileDetails()
Getter for recurringPaymentsProfileDetails
|
RecurringPaymentsSummaryType |
getRecurringPaymentsSummary()
Getter for recurringPaymentsSummary
|
BasicAmountType |
getRegularAmountPaid()
Getter for regularAmountPaid
|
BillingPeriodDetailsType |
getRegularRecurringPaymentsPeriod()
Getter for regularRecurringPaymentsPeriod
|
String |
getSoftDescriptor()
Getter for softDescriptor
|
String |
getSoftDescriptorCity()
Getter for softDescriptorCity
|
BasicAmountType |
getTrialAmountPaid()
Getter for trialAmountPaid
|
BillingPeriodDetailsType |
getTrialRecurringPaymentsPeriod()
Getter for trialRecurringPaymentsPeriod
|
void |
setAggregateAmount(BasicAmountType aggregateAmount)
Setter for aggregateAmount
|
void |
setAggregateOptionalAmount(BasicAmountType aggregateOptionalAmount)
Setter for aggregateOptionalAmount
|
void |
setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
Setter for autoBillOutstandingAmount
|
void |
setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard
|
void |
setCurrentRecurringPaymentsPeriod(BillingPeriodDetailsType currentRecurringPaymentsPeriod)
Setter for currentRecurringPaymentsPeriod
|
void |
setDescription(String description)
Setter for description
|
void |
setFinalPaymentDueDate(String finalPaymentDueDate)
Setter for finalPaymentDueDate
|
void |
setMaxFailedPayments(Integer maxFailedPayments)
Setter for maxFailedPayments
|
void |
setProfileID(String profileID)
Setter for profileID
|
void |
setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
Setter for profileStatus
|
void |
setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
Setter for recurringPaymentsProfileDetails
|
void |
setRecurringPaymentsSummary(RecurringPaymentsSummaryType recurringPaymentsSummary)
Setter for recurringPaymentsSummary
|
void |
setRegularAmountPaid(BasicAmountType regularAmountPaid)
Setter for regularAmountPaid
|
void |
setRegularRecurringPaymentsPeriod(BillingPeriodDetailsType regularRecurringPaymentsPeriod)
Setter for regularRecurringPaymentsPeriod
|
void |
setSoftDescriptor(String softDescriptor)
Setter for softDescriptor
|
void |
setSoftDescriptorCity(String softDescriptorCity)
Setter for softDescriptorCity
|
void |
setTrialAmountPaid(BasicAmountType trialAmountPaid)
Setter for trialAmountPaid
|
void |
setTrialRecurringPaymentsPeriod(BillingPeriodDetailsType trialRecurringPaymentsPeriod)
Setter for trialRecurringPaymentsPeriod
|
public GetRecurringPaymentsProfileDetailsResponseDetailsType()
public GetRecurringPaymentsProfileDetailsResponseDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getProfileID()
public void setProfileID(String profileID)
public RecurringPaymentsProfileStatusType getProfileStatus()
public void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
public String getDescription()
public void setDescription(String description)
public AutoBillType getAutoBillOutstandingAmount()
public void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
public Integer getMaxFailedPayments()
public void setMaxFailedPayments(Integer maxFailedPayments)
public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
public BillingPeriodDetailsType getCurrentRecurringPaymentsPeriod()
public void setCurrentRecurringPaymentsPeriod(BillingPeriodDetailsType currentRecurringPaymentsPeriod)
public RecurringPaymentsSummaryType getRecurringPaymentsSummary()
public void setRecurringPaymentsSummary(RecurringPaymentsSummaryType recurringPaymentsSummary)
public CreditCardDetailsType getCreditCard()
public void setCreditCard(CreditCardDetailsType creditCard)
public BillingPeriodDetailsType getTrialRecurringPaymentsPeriod()
public void setTrialRecurringPaymentsPeriod(BillingPeriodDetailsType trialRecurringPaymentsPeriod)
public BillingPeriodDetailsType getRegularRecurringPaymentsPeriod()
public void setRegularRecurringPaymentsPeriod(BillingPeriodDetailsType regularRecurringPaymentsPeriod)
public BasicAmountType getTrialAmountPaid()
public void setTrialAmountPaid(BasicAmountType trialAmountPaid)
public BasicAmountType getRegularAmountPaid()
public void setRegularAmountPaid(BasicAmountType regularAmountPaid)
public BasicAmountType getAggregateAmount()
public void setAggregateAmount(BasicAmountType aggregateAmount)
public BasicAmountType getAggregateOptionalAmount()
public void setAggregateOptionalAmount(BasicAmountType aggregateOptionalAmount)
public String getFinalPaymentDueDate()
public void setFinalPaymentDueDate(String finalPaymentDueDate)
public String getSoftDescriptor()
public void setSoftDescriptor(String softDescriptor)
public String getSoftDescriptorCity()
public void setSoftDescriptorCity(String softDescriptorCity)
Copyright © 2015. All Rights Reserved.