UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

12 lines (11 loc) 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var BillingAgreementStatusReasons; (function (BillingAgreementStatusReasons) { BillingAgreementStatusReasons["InvalidPaymentMethod"] = "InvalidPaymentMethod"; BillingAgreementStatusReasons["Stale"] = "Stale"; BillingAgreementStatusReasons["AmazonCanceled"] = "AmazonCanceled"; BillingAgreementStatusReasons["AmazonClosed"] = "AmazonClosed"; BillingAgreementStatusReasons["SellerClosed"] = "SellerClosed"; BillingAgreementStatusReasons["BuyerClosed"] = "BuyerClosed"; })(BillingAgreementStatusReasons = exports.BillingAgreementStatusReasons || (exports.BillingAgreementStatusReasons = {}));