UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

7 lines (6 loc) 216 B
import { DestinationType } from '../enums/destination.type.enum'; import { IAddress } from './address.type'; export interface IDestination { DestinationType: DestinationType; PhysicalDestination: IAddress; }