Package io.moov.sdk.models.components
Class ApplePayPaymentMethod.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.ApplePayPaymentMethod.Builder
-
- Enclosing class:
- ApplePayPaymentMethod
public static final class ApplePayPaymentMethod.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplePayPaymentMethod.BuilderapplePay(ApplePayResponse applePay)Describes an Apple Pay token on a Moov account.ApplePayPaymentMethodbuild()ApplePayPaymentMethod.BuilderpaymentMethodID(java.lang.String paymentMethodID)ID of the payment method.ApplePayPaymentMethod.BuilderpaymentMethodType(ApplePayPaymentMethodPaymentMethodType paymentMethodType)
-
-
-
Method Detail
-
paymentMethodID
public ApplePayPaymentMethod.Builder paymentMethodID(java.lang.String paymentMethodID)
ID of the payment method.
-
paymentMethodType
public ApplePayPaymentMethod.Builder paymentMethodType(ApplePayPaymentMethodPaymentMethodType paymentMethodType)
-
applePay
public ApplePayPaymentMethod.Builder applePay(ApplePayResponse applePay)
Describes an Apple Pay token on a Moov account.
-
build
public ApplePayPaymentMethod build()
-
-