Documentation

ProvisioningInformation
in package
implements ModelInterface, ArrayAccess

ProvisioningInformation Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Interfaces, Classes, Traits and Enums

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getDefaultConnectionId()  : string|null
Gets default_connection_id
getDefaultPlanId()  : string|null
Gets default_plan_id
getDistributorCode()  : string|null
Gets distributor_code
getDistributorPassword()  : string|null
Gets distributor_password
getModelName()  : string
The original name of the model.
getPasswordRuleText()  : string|null
Gets password_rule_text
getPlanPromotionText()  : string|null
Gets plan_promotion_text
getPurchaseOrderOrPromAllowed()  : string|null
Gets purchase_order_or_prom_allowed
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setDefaultConnectionId()  : $this
Sets default_connection_id
setDefaultPlanId()  : $this
Sets default_plan_id
setDistributorCode()  : $this
Sets distributor_code
setDistributorPassword()  : $this
Sets distributor_password
setPasswordRuleText()  : $this
Sets password_rule_text
setPlanPromotionText()  : $this
Sets plan_promotion_text
setPurchaseOrderOrPromAllowed()  : $this
Sets purchase_order_or_prom_allowed
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['default_connection_id' => 'defaultConnectionId', 'default_plan_id' => 'defaultPlanId', 'distributor_code' => 'distributorCode', 'distributor_password' => 'distributorPassword', 'password_rule_text' => 'passwordRuleText', 'plan_promotion_text' => 'planPromotionText', 'purchase_order_or_prom_allowed' => 'purchaseOrderOrPromAllowed']

$container

Associative array for storing property values

protected array<string|int, mixed> $container = []

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['default_connection_id' => 'getDefaultConnectionId', 'default_plan_id' => 'getDefaultPlanId', 'distributor_code' => 'getDistributorCode', 'distributor_password' => 'getDistributorPassword', 'password_rule_text' => 'getPasswordRuleText', 'plan_promotion_text' => 'getPlanPromotionText', 'purchase_order_or_prom_allowed' => 'getPurchaseOrderOrPromAllowed']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['default_connection_id' => 'setDefaultConnectionId', 'default_plan_id' => 'setDefaultPlanId', 'distributor_code' => 'setDistributorCode', 'distributor_password' => 'setDistributorPassword', 'password_rule_text' => 'setPasswordRuleText', 'plan_promotion_text' => 'setPlanPromotionText', 'purchase_order_or_prom_allowed' => 'setPurchaseOrderOrPromAllowed']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['default_connection_id' => null, 'default_plan_id' => null, 'distributor_code' => null, 'distributor_password' => null, 'password_rule_text' => null, 'plan_promotion_text' => null, 'purchase_order_or_prom_allowed' => null]

$swaggerModelName

The original name of the model.

protected static string $swaggerModelName = 'provisioningInformation'

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['default_connection_id' => '?string', 'default_plan_id' => '?string', 'distributor_code' => '?string', 'distributor_password' => '?string', 'password_rule_text' => '?string', 'plan_promotion_text' => '?string', 'purchase_order_or_prom_allowed' => '?string']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

__toString()

Gets the string presentation of the object

public __toString() : string
Return values
string

attributeMap()

Array of attributes where the key is the local name, and the value is the original name

public static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDefaultConnectionId()

Gets default_connection_id

public getDefaultConnectionId() : string|null
Return values
string|null

getDefaultPlanId()

Gets default_plan_id

public getDefaultPlanId() : string|null
Return values
string|null

getDistributorCode()

Gets distributor_code

public getDistributorCode() : string|null
Return values
string|null

getDistributorPassword()

Gets distributor_password

public getDistributorPassword() : string|null
Return values
string|null

getModelName()

The original name of the model.

public getModelName() : string
Return values
string

getPasswordRuleText()

Gets password_rule_text

public getPasswordRuleText() : string|null
Return values
string|null

getPlanPromotionText()

Gets plan_promotion_text

public getPlanPromotionText() : string|null
Return values
string|null

getPurchaseOrderOrPromAllowed()

Gets purchase_order_or_prom_allowed

public getPurchaseOrderOrPromAllowed() : string|null
Return values
string|null

getters()

Array of attributes to getter functions (for serialization of requests)

public static getters() : array<string|int, mixed>
Return values
array<string|int, mixed>

listInvalidProperties()

Show all the invalid properties with reasons.

public listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

invalid properties with reasons

offsetExists()

Returns true if offset exists. False otherwise.

public offsetExists(int $offset) : bool
Parameters
$offset : int

Offset

Return values
bool

offsetGet()

Gets offset.

public offsetGet(int $offset) : mixed
Parameters
$offset : int

Offset

Return values
mixed

offsetSet()

Sets value based on offset.

public offsetSet(int $offset, mixed $value) : void
Parameters
$offset : int

Offset

$value : mixed

Value to be set

Return values
void

offsetUnset()

Unsets offset.

public offsetUnset(int $offset) : void
Parameters
$offset : int

Offset

Return values
void

setDefaultConnectionId()

Sets default_connection_id

public setDefaultConnectionId(string|null $default_connection_id) : $this
Parameters
$default_connection_id : string|null
Return values
$this

setDefaultPlanId()

Sets default_plan_id

public setDefaultPlanId(string|null $default_plan_id) : $this
Parameters
$default_plan_id : string|null
Return values
$this

setDistributorCode()

Sets distributor_code

public setDistributorCode(string|null $distributor_code) : $this
Parameters
$distributor_code : string|null

The code that identifies the billing plan groups and plans for the new account.

Return values
$this

setDistributorPassword()

Sets distributor_password

public setDistributorPassword(string|null $distributor_password) : $this
Parameters
$distributor_password : string|null

The password for the distributorCode.

Return values
$this

setPasswordRuleText()

Sets password_rule_text

public setPasswordRuleText(string|null $password_rule_text) : $this
Parameters
$password_rule_text : string|null
Return values
$this

setPlanPromotionText()

Sets plan_promotion_text

public setPlanPromotionText(string|null $plan_promotion_text) : $this
Parameters
$plan_promotion_text : string|null
Return values
$this

setPurchaseOrderOrPromAllowed()

Sets purchase_order_or_prom_allowed

public setPurchaseOrderOrPromAllowed(string|null $purchase_order_or_prom_allowed) : $this
Parameters
$purchase_order_or_prom_allowed : string|null
Return values
$this

setters()

Array of attributes to setter functions (for deserialization of responses)

public static setters() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerFormats()

Array of property to format mappings. Used for (de)serialization

public static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerTypes()

Array of property to type mappings. Used for (de)serialization

public static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

valid()

Validate all the properties in the model return true if all passed

public valid() : bool
Return values
bool

True if all properties are valid

Search results