InlineResponse20098: InlineResponse20098

InlineResponse20098R Documentation

InlineResponse20098

Description

InlineResponse20098 Class

Format

An R6Class generator object

Public fields

positionId

character

projectId

character

asset

character

amount

character

purchaseTime

character

duration

character

accrualDays

character

rewardAsset

character

APY

character

rewardAmt

character

extraRewardAsset

character

extraRewardAPY

character

estExtraRewardAmt

character

nextInterestPay

character

nextInterestPayDate

character

payInterestPeriod

character

redeemAmountEarly

character

interestEndDate

character

deliverDate

character

redeemPeriod

character

redeemingAmt

character

partialAmtDeliverDate

character

canRedeemEarly

character

renewable

character

type

character

status

character

Methods

Public methods


Method new()

Usage
InlineResponse20098$new(
  positionId,
  projectId,
  asset,
  amount,
  purchaseTime,
  duration,
  accrualDays,
  rewardAsset,
  APY,
  rewardAmt,
  extraRewardAsset,
  extraRewardAPY,
  estExtraRewardAmt,
  nextInterestPay,
  nextInterestPayDate,
  payInterestPeriod,
  redeemAmountEarly,
  interestEndDate,
  deliverDate,
  redeemPeriod,
  redeemingAmt,
  partialAmtDeliverDate,
  canRedeemEarly,
  renewable,
  type,
  status,
  ...
)

Method toJSON()

Usage
InlineResponse20098$toJSON()

Method fromJSON()

Usage
InlineResponse20098$fromJSON(InlineResponse20098Json)

Method toJSONString()

Usage
InlineResponse20098$toJSONString()

Method fromJSONString()

Usage
InlineResponse20098$fromJSONString(InlineResponse20098Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20098$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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