Interface I_BLOCK_STATIC_WALLET_REQUEST

interface I_BLOCK_STATIC_WALLET_REQUEST {
    is_force_refund?: boolean;
    order_id?: string;
    uuid?: string;
}

Properties

is_force_refund?: boolean
order_id?: string
uuid?: string