UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

24 lines (23 loc) 1.49 kB
export { IAddress } from './address.type'; export { IAuthorizationDetails } from './authorization.details.type'; export { IBillingAgreementAttributes } from './billing.agreement.attributes.type'; export { IBillingAgreementDetails } from './billing.agreement.details.type'; export { IBillingAgreementLimits } from './billing.agreement.limits.type'; export { IBillingAgreementStatus } from './billing.agreement.status.type'; export { IBuyer } from './buyer.type'; export { ICaptureDetails } from './capture.details.type'; export { IConstraint } from './constraints.type'; export { IDestination } from './destination.type'; export { IOrderAttributes } from './order.attributes.type'; export { IOrderReferenceAttributes } from './order.reference.attributes.type'; export { IOrderReferenceDetails } from './order.reference.details.type'; export { IOrderReferenceStatus } from './order.reference.status.type'; export { IOrderTotal } from './order.total.type'; export { IPaymentServiceProviderAttributes } from './payment.service.provider.attributes.type'; export { IPrice } from './price.type'; export { IRefundDetails } from './refund.details.type'; export { IReportInfo } from './report.info.type'; export { IReportRequestInfo } from './report.request.info.type'; export { IReportSchedule } from './report.schedule.type'; export { ISellerBillingAgreementAttributes } from './seller.billing.agreement.attributes.type'; export { ISellerOrderAttributes } from './seller.order.attributes.type';