InlineResponse20070: InlineResponse20070

InlineResponse20070R Documentation

InlineResponse20070

Description

InlineResponse20070 Class

Format

An R6Class generator object

Public fields

tranId

integer

fromEmail

character

toEmail

character

asset

character

amount

character

fromAccountType

character

toAccountType

character

status

character

createTimeStamp

integer

clientTranId

character

Methods

Public methods


Method new()

Usage
InlineResponse20070$new(
  tranId,
  fromEmail,
  toEmail,
  asset,
  amount,
  fromAccountType,
  toAccountType,
  status,
  createTimeStamp,
  clientTranId,
  ...
)

Method toJSON()

Usage
InlineResponse20070$toJSON()

Method fromJSON()

Usage
InlineResponse20070$fromJSON(InlineResponse20070Json)

Method toJSONString()

Usage
InlineResponse20070$toJSONString()

Method fromJSONString()

Usage
InlineResponse20070$fromJSONString(InlineResponse20070Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20070$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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