Interface I_CREATE_PAYMENT_RESPONSE

interface I_CREATE_PAYMENT_RESPONSE {
    result: I_PAYMENT;
    state: number;
}

Properties

Properties

result: I_PAYMENT
state: number