Interface CreatePaymentResp

interface CreatePaymentResp {
    payment: Payment;
}

Properties

Properties

payment: Payment