UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

8 lines (7 loc) 219 B
import { IPrice } from './price.type'; export interface IBillingAgreementLimits { AmountLimitPerTimePeriod: IPrice; TimePeriodStartDate: Date; TimePeriodEndDate: Date; CurrentRemainingBalance: IPrice; }