UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

7 lines (6 loc) 266 B
import { ISellerBillingAgreementAttributes } from './seller.billing.agreement.attributes.type'; export interface IBillingAgreementAttributes { PlatformId: string; SellerNote: string; SellerBillingAgreementAttributes: ISellerBillingAgreementAttributes; }