UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

5 lines (4 loc) 117 B
export interface ICloseBillingAgreementRequest { AmazonBillingAgreementId: string; ClosureReason?: string; }