[@bigcommerce/checkout-sdk](../README.md) / ApplePayPaymentInitializeOptions

# Interface: ApplePayPaymentInitializeOptions

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

1) ApplePay:

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

## Table of contents

### Properties

- [shippingLabel](ApplePayPaymentInitializeOptions.md#shippinglabel)
- [storeCreditLabel](ApplePayPaymentInitializeOptions.md#storecreditlabel)
- [subtotalLabel](ApplePayPaymentInitializeOptions.md#subtotallabel)

## 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.
