exportinterfacePaymentAmount {
paid_at: string; // Date and time when the payment was made. String Requiredamount: string; // Amount paid. String Required
}
exporttypePaymentAmounts = PaymentAmount[]; // Array of PaymentAmount objects. JSON Array Required