Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 996 Bytes

ApplePayPaymentInitializeOptions.md

File metadata and controls

49 lines (30 loc) · 996 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.


storeCreditLabel

Optional storeCreditLabel: string

Store credit label to be passed to apple sheet.


subtotalLabel

Optional subtotalLabel: string

Sub total label to be passed to apple sheet.