Configuration for Apple Pay in Checkout.

interface ApplePayConfiguration {
    merchantCountryCode: string;
    buttonType?: ApplePayButtonType;
}

Properties

merchantCountryCode: string

ISO 3166-1 alpha-2 country code where the transaction is processed.

buttonType?: ApplePayButtonType

The type of Apple Pay button to display.