InlineResponse20088: InlineResponse20088

InlineResponse20088R Documentation

InlineResponse20088

Description

InlineResponse20088 Class

Format

An R6Class generator object

Public fields

annualInterestRate

character

asset

character

avgAnnualInterestRate

character

canRedeem

character

dailyInterestRate

character

freeAmount

character

freezeAmount

character

lockedAmount

character

productId

character

productName

character

redeemingAmount

character

todayPurchasedAmount

character

totalAmount

character

totalInterest

character

Methods

Public methods


Method new()

Usage
InlineResponse20088$new(
  annualInterestRate,
  asset,
  avgAnnualInterestRate,
  canRedeem,
  dailyInterestRate,
  freeAmount,
  freezeAmount,
  lockedAmount,
  productId,
  productName,
  redeemingAmount,
  todayPurchasedAmount,
  totalAmount,
  totalInterest,
  ...
)

Method toJSON()

Usage
InlineResponse20088$toJSON()

Method fromJSON()

Usage
InlineResponse20088$fromJSON(InlineResponse20088Json)

Method toJSONString()

Usage
InlineResponse20088$toJSONString()

Method fromJSONString()

Usage
InlineResponse20088$fromJSONString(InlineResponse20088Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20088$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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