UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

9 lines (8 loc) 301 B
import { IOrderTotal } from './order.total.type'; import { ISellerOrderAttributes } from './seller.order.attributes.type'; export interface IOrderReferenceAttributes { OrderTotal: IOrderTotal; PlatformId?: string; SellerNote?: string; SellerOrderAttributes?: ISellerOrderAttributes; }