Uses of Class
com.onlinepayments.domain.ApplePayRecurringPaymentRequest
Packages that use ApplePayRecurringPaymentRequest
-
Uses of ApplePayRecurringPaymentRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ApplePayRecurringPaymentRequestModifier and TypeMethodDescriptionMobilePaymentProduct302SpecificInput.getApplePayRecurringPaymentRequest()Object containing information specific to Apple Pay recurrung request.ApplePayRecurringPaymentRequest.withBillingAgreement(String value) A localized billing agreement that the payment sheet displays to the user before the user authorizes the payment.ApplePayRecurringPaymentRequest.withManagementUrl(String value) A URL to a web page where the user can update or delete the payment method for the recurring payment.ApplePayRecurringPaymentRequest.withPaymentDescription(String value) A description of the recurring payment that Apple Pay displays to the user in the payment sheet.ApplePayRecurringPaymentRequest.withRegularBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.ApplePayRecurringPaymentRequest.withTrialBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.Methods in com.onlinepayments.domain with parameters of type ApplePayRecurringPaymentRequestModifier and TypeMethodDescriptionvoidMobilePaymentProduct302SpecificInput.setApplePayRecurringPaymentRequest(ApplePayRecurringPaymentRequest value) Object containing information specific to Apple Pay recurrung request.MobilePaymentProduct302SpecificInput.withApplePayRecurringPaymentRequest(ApplePayRecurringPaymentRequest value) Object containing information specific to Apple Pay recurrung request.