Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 798 Bytes

ApplePayPaymentInitializeOptions.md

File metadata and controls

40 lines (25 loc) · 798 Bytes

@bigcommerce/checkout-sdk / ApplePayPaymentInitializeOptions

Interface: ApplePayPaymentInitializeOptions

A set of options that are required to initialize the Applepay payment method with:

  1. ApplePay:
service.initializePayment({
    methodId: 'applepay',
    applepay: {
        shippingLabel: 'Shipping',
        subtotalLabel: 'Sub total',
    }
});

Table of contents

Properties

Properties

shippingLabel

Optional shippingLabel: string

Shipping label to be passed to apple sheet.


subtotalLabel

Optional subtotalLabel: string

Sub total label to be passed to apple sheet.