File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4491,17 +4491,17 @@ export interface GetFiatPaymentsHistoryResponse {
44914491}
44924492
44934493export interface WithdrawFiatAccountInfo {
4494- accountNumber : string ;
4495- agency : string ;
4496- bankCodeForPix : string ;
4497- accountType : string ;
4494+ accountNumber : string ;
4495+ agency : string ;
4496+ bankCodeForPix : string ;
4497+ accountType : string ;
44984498}
44994499
45004500export interface WithdrawFiatParams {
4501- currency : string ;
4502- apiPaymentMethod : string ;
4503- amount : number ;
4504- accountInfo ?: WithdrawFiatAccountInfo ;
4501+ currency : string ;
4502+ apiPaymentMethod : string ;
4503+ amount : number ;
4504+ accountInfo ?: WithdrawFiatAccountInfo ;
45054505}
45064506
45074507export interface GetC2CTradeHistoryParams {
You can’t perform that action at this time.
0 commit comments