public class GetSubscriptionsPaymentsResponseSubscriptionPayment extends Object
| Constructor | Description |
|---|---|
GetSubscriptionsPaymentsResponseSubscriptionPayment() |
| Modifier and Type | Method | Description |
|---|---|---|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
billingAmount(String billingAmount) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
billingCycle(String billingCycle) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
billingEndDate(org.joda.time.DateTime billingEndDate) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
billingStartDate(org.joda.time.DateTime billingStartDate) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
currency(String currency) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
date(org.joda.time.DateTime date) |
|
boolean |
equals(Object o) |
|
String |
getBillingAmount() |
The amount billed for this payment.
|
String |
getBillingCycle() |
The billing cycle number.
|
org.joda.time.DateTime |
getBillingEndDate() |
The end date of the billing cycle for this payment.
|
org.joda.time.DateTime |
getBillingStartDate() |
The start date of the billing cycle for this payment.
|
String |
getCurrency() |
Currency used for the order.
|
org.joda.time.DateTime |
getDate() |
The date and time of the payment processing.
|
String |
getId() |
Identifier assigned by Recurring Billing to uniquely reference this billing cycle's payment, distinct from the Cybersource transactionID.
|
String |
getPaymentNumber() |
The sequential number of the payment in the subscription.
|
String |
getPaymentType() |
The type of payment.
|
String |
getSetupFee() |
The setup fee associated with the payment.
|
String |
getStatus() |
The current status of the payment.
|
String |
getSurchargeAmount() |
The surcharge amount, if any.
|
String |
getSurchargeDescription() |
The description for the surcharge.
|
String |
getTransactionID() |
An unique identification number generated by Cybersource to identify the submitted request.
|
int |
hashCode() |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
id(String id) |
|
Boolean |
Modifiable() |
Indicates if the payment is modifiable, meaning it can be skipped or restored.
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
modifiable(Boolean modifiable) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
paymentNumber(String paymentNumber) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
paymentType(String paymentType) |
|
void |
setBillingAmount(String billingAmount) |
|
void |
setBillingCycle(String billingCycle) |
|
void |
setBillingEndDate(org.joda.time.DateTime billingEndDate) |
|
void |
setBillingStartDate(org.joda.time.DateTime billingStartDate) |
|
void |
setCurrency(String currency) |
|
void |
setDate(org.joda.time.DateTime date) |
|
void |
setId(String id) |
|
void |
setModifiable(Boolean modifiable) |
|
void |
setPaymentNumber(String paymentNumber) |
|
void |
setPaymentType(String paymentType) |
|
void |
setSetupFee(String setupFee) |
|
void |
setStatus(String status) |
|
void |
setSurchargeAmount(String surchargeAmount) |
|
void |
setSurchargeDescription(String surchargeDescription) |
|
void |
setTransactionID(String transactionID) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
setupFee(String setupFee) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
status(String status) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
surchargeAmount(String surchargeAmount) |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
surchargeDescription(String surchargeDescription) |
|
String |
toString() |
|
GetSubscriptionsPaymentsResponseSubscriptionPayment |
transactionID(String transactionID) |
public GetSubscriptionsPaymentsResponseSubscriptionPayment()
public GetSubscriptionsPaymentsResponseSubscriptionPayment id(String id)
public String getId()
public void setId(String id)
public GetSubscriptionsPaymentsResponseSubscriptionPayment status(String status)
public String getStatus()
public void setStatus(String status)
public GetSubscriptionsPaymentsResponseSubscriptionPayment paymentType(String paymentType)
public String getPaymentType()
public void setPaymentType(String paymentType)
public GetSubscriptionsPaymentsResponseSubscriptionPayment transactionID(String transactionID)
public String getTransactionID()
public void setTransactionID(String transactionID)
public GetSubscriptionsPaymentsResponseSubscriptionPayment date(org.joda.time.DateTime date)
public org.joda.time.DateTime getDate()
public void setDate(org.joda.time.DateTime date)
public GetSubscriptionsPaymentsResponseSubscriptionPayment currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public GetSubscriptionsPaymentsResponseSubscriptionPayment billingStartDate(org.joda.time.DateTime billingStartDate)
public org.joda.time.DateTime getBillingStartDate()
public void setBillingStartDate(org.joda.time.DateTime billingStartDate)
public GetSubscriptionsPaymentsResponseSubscriptionPayment billingEndDate(org.joda.time.DateTime billingEndDate)
public org.joda.time.DateTime getBillingEndDate()
public void setBillingEndDate(org.joda.time.DateTime billingEndDate)
public GetSubscriptionsPaymentsResponseSubscriptionPayment billingCycle(String billingCycle)
public String getBillingCycle()
public void setBillingCycle(String billingCycle)
public GetSubscriptionsPaymentsResponseSubscriptionPayment paymentNumber(String paymentNumber)
public String getPaymentNumber()
public void setPaymentNumber(String paymentNumber)
public GetSubscriptionsPaymentsResponseSubscriptionPayment billingAmount(String billingAmount)
public String getBillingAmount()
public void setBillingAmount(String billingAmount)
public GetSubscriptionsPaymentsResponseSubscriptionPayment setupFee(String setupFee)
public String getSetupFee()
public void setSetupFee(String setupFee)
public GetSubscriptionsPaymentsResponseSubscriptionPayment surchargeAmount(String surchargeAmount)
public String getSurchargeAmount()
public void setSurchargeAmount(String surchargeAmount)
public GetSubscriptionsPaymentsResponseSubscriptionPayment surchargeDescription(String surchargeDescription)
public String getSurchargeDescription()
public void setSurchargeDescription(String surchargeDescription)
public GetSubscriptionsPaymentsResponseSubscriptionPayment modifiable(Boolean modifiable)
public Boolean Modifiable()
public void setModifiable(Boolean modifiable)
Copyright © 2026. All rights reserved.