@coingate/coingate-sdk
Version:
Coingate package
15 lines (14 loc) • 321 B
TypeScript
export declare type CreateOrderRefundBody = {
amount: number;
address: string;
address_memo?: string;
currency_id: number;
platform_id: number;
reason: string;
email: string;
ledger_account_id: string;
};
export declare type RefundParamsType = {
order_id?: number;
id?: number;
};