interface CreatePaymentRequest {
    paymentCreateSchema: PaymentCreateSchema;
}

Properties

paymentCreateSchema: PaymentCreateSchema