Class LinkApplePay.Builder

  • Enclosing class:
    LinkApplePay

    public static final class LinkApplePay.Builder
    extends java.lang.Object
    • 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.