UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

15 lines (14 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var BillingAgreementConstraintIds; (function (BillingAgreementConstraintIds) { BillingAgreementConstraintIds["BuyerConsentNotSet"] = "BuyerConsentNotSet"; BillingAgreementConstraintIds["BuyerEqualsSeller"] = "BuyerEqualsSeller"; BillingAgreementConstraintIds["PaymentPlanNotSet"] = "PaymentPlanNotSet"; BillingAgreementConstraintIds["ShippingAddressNotSet"] = "ShippingAddressNotSet"; BillingAgreementConstraintIds["BillingAddressDeleted"] = "BillingAddressDeleted"; BillingAgreementConstraintIds["InvalidPaymentPlan"] = "InvalidPaymentPlan"; BillingAgreementConstraintIds["PaymentMethodDeleted"] = "PaymentMethodDeleted"; BillingAgreementConstraintIds["PaymentMethodExpired"] = "PaymentMethodExpired"; BillingAgreementConstraintIds["PaymentMethodNotAllowed"] = "PaymentMethodNotAllowed"; })(BillingAgreementConstraintIds = exports.BillingAgreementConstraintIds || (exports.BillingAgreementConstraintIds = {}));