Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BaseAmazonPayEntity

interface

BillingAgreementType

BillingAgreementType: "CustomerInitiatedTransaction" | "MerchantInitiatedTransaction"
  • This is used to specify applicable billing agreement type. * CustomerInitiatedTransaction – customer is present at the time of processing payment for the order. * MerchantInitiatedTransaction – customer is not present at the time of processing payment for the order.
enum

PaymentAction

PaymentAction: "Authorize" | "AuthorizeAndCapture"
  • This is used to specify applicable payment action. * Authorize – you want to confirm the order and authorize a certain amount, but you do not want to capture at this time. * AuthorizeAndCapture – you want to confirm the order, authorize for the given amount, and capture the funds.
enum