public class PaymentProduct302SpecificInput extends Object
| Constructor and Description |
|---|
PaymentProduct302SpecificInput() |
| Modifier and Type | Method and Description |
|---|---|
AutomaticReloadBillingDetails |
getAutomaticReloadBilling()
An object that contains the reload amount and balance threshold for the automatic reload payment.
|
String |
getBillingAgreement()
A localized description shown to inform the user about the billing terms before authorization.
|
DeferredBillingDetails |
getDeferredBilling()
An object that contains details about the deferred payment.
|
String |
getManagementUrl()
A URL to a web page where the customer can update or delete the payment method for the recurring, deferred or automatic reload payment made with Apple Pay.
|
String |
getPaymentDescription()
The description of the payment used to identify the transaction purpose.
|
RecurringBillingDetails |
getRegularBilling()
An object that contains the regular billing cycle for the recurring payment, including start and end dates, an interval, and an interval count.
|
String |
getTokenNotificationUrl()
A URL you provide to receive life-cycle notifications from the Apple Pay servers about the Apple Pay merchant token for the recurring payment.
|
RecurringBillingDetails |
getTrialBilling()
An object that contains the trial billing cycle for the recurring payment.
|
void |
setAutomaticReloadBilling(AutomaticReloadBillingDetails value)
An object that contains the reload amount and balance threshold for the automatic reload payment.
|
void |
setBillingAgreement(String value)
A localized description shown to inform the user about the billing terms before authorization.
|
void |
setDeferredBilling(DeferredBillingDetails value)
An object that contains details about the deferred payment.
|
void |
setManagementUrl(String value)
A URL to a web page where the customer can update or delete the payment method for the recurring, deferred or automatic reload payment made with Apple Pay.
|
void |
setPaymentDescription(String value)
The description of the payment used to identify the transaction purpose.
|
void |
setRegularBilling(RecurringBillingDetails value)
An object that contains the regular billing cycle for the recurring payment, including start and end dates, an interval, and an interval count.
|
void |
setTokenNotificationUrl(String value)
A URL you provide to receive life-cycle notifications from the Apple Pay servers about the Apple Pay merchant token for the recurring payment.
|
void |
setTrialBilling(RecurringBillingDetails value)
An object that contains the trial billing cycle for the recurring payment.
|
public AutomaticReloadBillingDetails getAutomaticReloadBilling()
public void setAutomaticReloadBilling(AutomaticReloadBillingDetails value)
public String getBillingAgreement()
public void setBillingAgreement(String value)
public DeferredBillingDetails getDeferredBilling()
public void setDeferredBilling(DeferredBillingDetails value)
public String getManagementUrl()
public void setManagementUrl(String value)
public String getPaymentDescription()
public void setPaymentDescription(String value)
public RecurringBillingDetails getRegularBilling()
public void setRegularBilling(RecurringBillingDetails value)
public String getTokenNotificationUrl()
public void setTokenNotificationUrl(String value)
public RecurringBillingDetails getTrialBilling()
public void setTrialBilling(RecurringBillingDetails value)
Copyright © 2026 Worldline Global Collect. All rights reserved.