Interface I_PAYMENT_REFUND_REQUEST

interface I_PAYMENT_REFUND_REQUEST {
    address: string;
    is_subtract: boolean;
    order_id?: string;
    uuid?: string;
}

Properties

address: string
is_subtract: boolean
order_id?: string
uuid?: string