In this interface we will see the structure of Amount
interface Amount { amount: number; original_amount: number; display_amount: string; currency: string; currency_symbol: string; discount_amount: number; display_original_amount: string;}
Generated using TypeDoc
In this interface we will see the structure of Amount