interface BookingPayment {
    amount: number;
    currency: constants.rezdy.currencies;
    date: string;
    label: string;
    recipient: recipients;
    type: paymentTypes;
}

Properties

amount: number
date: string
label: string
recipient: recipients