ApplePayAuthorizationOption: {
    appleMerchantId: string;
    countryCode: string;
    currencyCode: string;
    requiredBillingAddress?: boolean;
    summaryItemAmount: string;
    summaryItemLabel: string;
}

Apple Payで支払いをリクエストするときに必要な情報

Type declaration

  • ReadonlyappleMerchantId: string

    AppleのMerchantId 例: merchant.com.example.www

  • ReadonlycountryCode: string

    国を表すコード(ISO 3166) 例: JP

  • ReadonlycurrencyCode: string

    通貨を表す(ISO 4217) 例: JPY

  • Optional ReadonlyrequiredBillingAddress?: boolean

    住所を要求するかどうか

  • ReadonlysummaryItemAmount: string

    表示されるサマリーアイテムの金額

  • ReadonlysummaryItemLabel: string

    表示されるサマリーアイテムの名前