In this interface we will see the structure of Payment
export interface Payment { data: Data; error: ApiError; metadata?: PaymentMetadata; customer: PaymentCustomer;}
Generated using TypeDoc
In this interface we will see the structure of Payment