In this interface we will see the structure of Data
interface Data { amount: Amount; created_at: string; customer: Customer; from_card?: boolean; id: string; merchant: Merchant; metadata: PaymentMetadata; method_type: string; processor: string; status: PaymentStatus; updated_at: string;}
Generated using TypeDoc
In this interface we will see the structure of Data