Package com.onlinepayments.domain
Class ApplePayRecurringPaymentRequest
java.lang.Object
com.onlinepayments.domain.ApplePayRecurringPaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA localized billing agreement that the payment sheet displays to the user before the user authorizes the payment.A URL to a web page where the user can update or delete the payment method for the recurring payment.A description of the recurring payment that Apple Pay displays to the user in the payment sheet.Object containing specific data regarding Apple Pay recurring payment.Object containing specific data regarding Apple Pay recurring payment.voidsetBillingAgreement(String value) A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment.voidsetManagementUrl(String value) A URL to a web page where the user can update or delete the payment method for the recurring payment.voidsetPaymentDescription(String value) A description of the recurring payment that Apple Pay displays to the user in the payment sheet.voidObject containing specific data regarding Apple Pay recurring payment.voidsetTrialBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.withBillingAgreement(String value) A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment.withManagementUrl(String value) A URL to a web page where the user can update or delete the payment method for the recurring payment.withPaymentDescription(String value) A description of the recurring payment that Apple Pay displays to the user in the payment sheet.Object containing specific data regarding Apple Pay recurring payment.withTrialBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.
-
Constructor Details
-
ApplePayRecurringPaymentRequest
public ApplePayRecurringPaymentRequest()
-
-
Method Details
-
getBillingAgreement
A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment. -
setBillingAgreement
A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment. -
withBillingAgreement
A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment. -
getManagementUrl
A URL to a web page where the user can update or delete the payment method for the recurring payment. -
setManagementUrl
A URL to a web page where the user can update or delete the payment method for the recurring payment. -
withManagementUrl
A URL to a web page where the user can update or delete the payment method for the recurring payment. -
getPaymentDescription
A description of the recurring payment that Apple Pay displays to the user in the payment sheet. -
setPaymentDescription
A description of the recurring payment that Apple Pay displays to the user in the payment sheet. -
withPaymentDescription
A description of the recurring payment that Apple Pay displays to the user in the payment sheet. -
getRegularBilling
Object containing specific data regarding Apple Pay recurring payment. -
setRegularBilling
Object containing specific data regarding Apple Pay recurring payment. -
withRegularBilling
Object containing specific data regarding Apple Pay recurring payment. -
getTrialBilling
Object containing specific data regarding Apple Pay recurring payment. -
setTrialBilling
Object containing specific data regarding Apple Pay recurring payment. -
withTrialBilling
Object containing specific data regarding Apple Pay recurring payment.
-