Uses of Class
com.onlinepayments.domain.ApplePayLineItem
Packages that use ApplePayLineItem
-
Uses of ApplePayLineItem in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ApplePayLineItemModifier and TypeMethodDescriptionApplePayRecurringPaymentRequest.getRegularBilling()Object containing specific data regarding Apple Pay recurring payment.ApplePayRecurringPaymentRequest.getTrialBilling()Object containing specific data regarding Apple Pay recurring payment.ApplePayLineItem.withAmount(String value) A required value that’s the monetary amount of the line item.A required value that’s a short, localized description of the line item.ApplePayLineItem.withPaymentTiming(String value) The time that the payment occurs as part of a successful transaction.ApplePayLineItem.withRecurringPaymentEndDate(String value) The date of the final payment.ApplePayLineItem.withRecurringPaymentIntervalCount(Long value) The number of interval units that make up the total payment interval.ApplePayLineItem.withRecurringPaymentIntervalUnit(String value) The amount of time — in calendar units, such as day, month, or year — that represents a fraction of the total payment interval.ApplePayLineItem.withRecurringPaymentStartDate(String value) The date of the first payment.Methods in com.onlinepayments.domain with parameters of type ApplePayLineItemModifier and TypeMethodDescriptionvoidApplePayRecurringPaymentRequest.setRegularBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.voidApplePayRecurringPaymentRequest.setTrialBilling(ApplePayLineItem value) Object containing specific data regarding Apple Pay recurring payment.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.