Package io.moov.sdk.models.components
Class LinkApplePay.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.LinkApplePay.Builder
-
- Enclosing class:
- LinkApplePay
public static final class LinkApplePay.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkApplePay.BuilderbillingContact(AppleBillingContact billingContact)Billing contact information as returned from Apple Pay.LinkApplePay.BuilderbillingContact(java.util.Optional<? extends AppleBillingContact> billingContact)Billing contact information as returned from Apple Pay.LinkApplePaybuild()LinkApplePay.Buildertoken(LinkApplePayToken token)Contains the user's payment information as returned from Apple Pay.
-
-
-
Method Detail
-
token
public LinkApplePay.Builder token(LinkApplePayToken token)
Contains the user's payment information as returned from Apple Pay.Refer to [Apple's documentation](https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymenttoken) for more information.
-
billingContact
public LinkApplePay.Builder billingContact(AppleBillingContact billingContact)
Billing contact information as returned from Apple Pay.Refer to [Apple's documentation](https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymentcontact) for more information.
-
billingContact
public LinkApplePay.Builder billingContact(java.util.Optional<? extends AppleBillingContact> billingContact)
Billing contact information as returned from Apple Pay.Refer to [Apple's documentation](https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymentcontact) for more information.
-
build
public LinkApplePay build()
-
-