Interface ApplePayGetTokenOptions

Define payment config for the Apple Pay process

Hierarchy

  • ApplePayGetTokenOptions

Properties

amount: number

Type Param

Transaction amount

countryCode: "BR" | "CL" | "CO" | "CR" | "EC" | "SV" | "GT" | "HN" | "MX" | "NI" | "PA" | "PE"

Type Param

Supported countries codes

currencyCode: "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "BRL" | "CRC" | "GTQ" | "HNL" | "NIO"

Type Param

Supported currencies codes

displayName: string

Type Param

The merchant name displayed in the Apple Pay sheet

optionalApplePayFields?: {
    [k: string]: any;
}

Type declaration

  • [k: string]: any

Type Param

Additional Apple Pay configuration fields https://developer.apple.com/documentation/applepayontheweb/applepaypaymentrequest

Generated using TypeDoc