UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 245 B
/** @description This represents an amount charged */ export interface Charge { /** @description The amount of the currency */ amount: number; /** @description A description for display purposes only */ description: string; }