UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

7 lines (6 loc) 321 B
import { BillingAgreementConstraintIds } from '../constraints/billing.agreement.constraints'; import { OrderReferenceConstraintIds } from '../constraints/order.reference.constraints'; export interface IConstraint { ConstraintID: BillingAgreementConstraintIds | OrderReferenceConstraintIds; Description: string; }