InlineResponse20037: InlineResponse20037

InlineResponse20037R Documentation

InlineResponse20037

Description

InlineResponse20037 Class

Format

An R6Class generator object

Public fields

address

character

amount

character

applyTime

character

coin

character

id

character

withdrawOrderId

character

network

character

transferType

integer

status

integer

transactionFee

character

confirmNo

integer [optional]

info

character [optional]

txId

character

Methods

Public methods


Method new()

Usage
InlineResponse20037$new(
  address,
  amount,
  applyTime,
  coin,
  id,
  withdrawOrderId,
  network,
  transferType,
  status,
  transactionFee,
  txId,
  confirmNo = NULL,
  info = NULL,
  ...
)

Method toJSON()

Usage
InlineResponse20037$toJSON()

Method fromJSON()

Usage
InlineResponse20037$fromJSON(InlineResponse20037Json)

Method toJSONString()

Usage
InlineResponse20037$toJSONString()

Method fromJSONString()

Usage
InlineResponse20037$fromJSONString(InlineResponse20037Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20037$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.