Address: Address

AddressR Documentation

Address

Description

Address

Address

Format

R6Class object.

Super class

tercenApi::Base -> Address

Public fields

country

of type String.

state

of type String.

city

of type String.

zipCode

of type String.

address1

of type String.

address2

of type String.

phone

of type String.

Methods

Public methods

Inherited methods

Method new()

Usage
Address$new(json = NULL)

Method init()

Usage
Address$init()

Method initJson()

Usage
Address$initJson(json)

Method toTson()

Usage
Address$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Address$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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