BillingInfo: BillingInfo

BillingInfoR Documentation

BillingInfo

Description

BillingInfo

BillingInfo

Format

R6Class object.

Super class

tercenApi::Base -> BillingInfo

Public fields

firstName

of type String.

lastName

of type String.

companyName

of type String.

taxId

object of class TaxId.

address

object of class Address.

Methods

Public methods

Inherited methods

Method new()

Usage
BillingInfo$new(json = NULL)

Method init()

Usage
BillingInfo$init()

Method initJson()

Usage
BillingInfo$initJson(json)

Method toTson()

Usage
BillingInfo$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
BillingInfo$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.