In this interface we will see the structure of Discount
interface Discount { amount: number; display_amount: string; code: string; description: string; details_url: string; discount_category: string; free_shipping: Freeshipping; reference: string;}
Generated using TypeDoc
In this interface we will see the structure of Discount