Documentation

NetworksnetworkIdwirelessssidsnumbersplashsettingsBilling implements ModelInterface, ArrayAccess

NetworksnetworkIdwirelessssidsnumbersplashsettingsBilling Class Doc Comment

Tags
category

Class

description

Details associated with billing splash.

author

Swagger Codegen team

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

Interfaces, Classes and Traits

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
getFreeAccess()  : NetworksnetworkIdwirelessssidsnumbersplashsettingsBillingFreeAccess
Gets free_access
getModelName()  : string
The original name of the model.
getPrepaidAccessFastLoginEnabled()  : bool
Gets prepaid_access_fast_login_enabled
getReplyToEmailAddress()  : string
Gets reply_to_email_address
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.
setFreeAccess()  : $this
Sets free_access
setPrepaidAccessFastLoginEnabled()  : $this
Sets prepaid_access_fast_login_enabled
setReplyToEmailAddress()  : $this
Sets reply_to_email_address
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 = ['free_access' => 'freeAccess', 'prepaid_access_fast_login_enabled' => 'prepaidAccessFastLoginEnabled', 'reply_to_email_address' => 'replyToEmailAddress']

$getters

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

protected static array<string|int, string> $getters = ['free_access' => 'getFreeAccess', 'prepaid_access_fast_login_enabled' => 'getPrepaidAccessFastLoginEnabled', 'reply_to_email_address' => 'getReplyToEmailAddress']

$setters

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

protected static array<string|int, string> $setters = ['free_access' => 'setFreeAccess', 'prepaid_access_fast_login_enabled' => 'setPrepaidAccessFastLoginEnabled', 'reply_to_email_address' => 'setReplyToEmailAddress']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['free_access' => null, 'prepaid_access_fast_login_enabled' => null, 'reply_to_email_address' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['free_access' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumbersplashsettingsBillingFreeAccess', 'prepaid_access_fast_login_enabled' => 'bool', 'reply_to_email_address' => 'string']

Methods

setPrepaidAccessFastLoginEnabled()

Sets prepaid_access_fast_login_enabled

public setPrepaidAccessFastLoginEnabled(bool $prepaid_access_fast_login_enabled) : $this
Parameters
$prepaid_access_fast_login_enabled : bool

Whether or not billing uses the fast login prepaid access option.

Return values
$this

setReplyToEmailAddress()

Sets reply_to_email_address

public setReplyToEmailAddress(string $reply_to_email_address) : $this
Parameters
$reply_to_email_address : string

The email address that receives replies from clients.

Return values
$this

Search results