Type alias Payment

Payment: {
    amount: number;
    billable_id: number;
    billable_type: string;
    created_at: string;
    currency: string;
    description: string;
    id: number;
    order_id: number;
    payable: API.Order;
    payable_id: null;
    payable_type: null;
    status: PaymentStatusType;
    updated_at: string;
}

Type declaration

  • amount: number
  • billable_id: number
  • billable_type: string
  • created_at: string
  • currency: string
  • description: string
  • id: number
  • order_id: number
  • payable: API.Order
  • payable_id: null
  • payable_type: null
  • status: PaymentStatusType
  • updated_at: string

Generated using TypeDoc