UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

5 lines (4 loc) 79 B
export interface IOrderTotal { CurrencyCode: string; Amount: string; }