Documentation

BillingApi

BillingApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

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

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getNetworkWirelessBilling()  : object
Operation getNetworkWirelessBilling
getNetworkWirelessBillingAsync()  : PromiseInterface
Operation getNetworkWirelessBillingAsync
getNetworkWirelessBillingAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessBillingAsyncWithHttpInfo
getNetworkWirelessBillingWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessBillingWithHttpInfo
updateNetworkWirelessBilling()  : object
Operation updateNetworkWirelessBilling
updateNetworkWirelessBillingAsync()  : PromiseInterface
Operation updateNetworkWirelessBillingAsync
updateNetworkWirelessBillingAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkWirelessBillingAsyncWithHttpInfo
updateNetworkWirelessBillingWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkWirelessBillingWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkWirelessBillingRequest()  : Request
Create request for operation 'getNetworkWirelessBilling'
updateNetworkWirelessBillingRequest()  : Request
Create request for operation 'updateNetworkWirelessBilling'

Properties

Methods

getNetworkWirelessBilling()

Operation getNetworkWirelessBilling

public getNetworkWirelessBilling(string $network_id) : object

Return the billing settings of this network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessBillingAsync()

Operation getNetworkWirelessBillingAsync

public getNetworkWirelessBillingAsync(string $network_id) : PromiseInterface

Return the billing settings of this network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessBillingAsyncWithHttpInfo()

Operation getNetworkWirelessBillingAsyncWithHttpInfo

public getNetworkWirelessBillingAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return the billing settings of this network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessBillingWithHttpInfo()

Operation getNetworkWirelessBillingWithHttpInfo

public getNetworkWirelessBillingWithHttpInfo(string $network_id) : array<string|int, mixed>

Return the billing settings of this network

Parameters
$network_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

updateNetworkWirelessBilling()

Operation updateNetworkWirelessBilling

public updateNetworkWirelessBilling(string $network_id[, UpdateNetworkWirelessBilling $update_network_wireless_billing = null ]) : object

Update the billing settings

Parameters
$network_id : string

network_id (required)

$update_network_wireless_billing : UpdateNetworkWirelessBilling = null

update_network_wireless_billing (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkWirelessBillingAsync()

Operation updateNetworkWirelessBillingAsync

public updateNetworkWirelessBillingAsync(string $network_id[, UpdateNetworkWirelessBilling $update_network_wireless_billing = null ]) : PromiseInterface

Update the billing settings

Parameters
$network_id : string

(required)

$update_network_wireless_billing : UpdateNetworkWirelessBilling = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWirelessBillingAsyncWithHttpInfo()

Operation updateNetworkWirelessBillingAsyncWithHttpInfo

public updateNetworkWirelessBillingAsyncWithHttpInfo(string $network_id[, UpdateNetworkWirelessBilling $update_network_wireless_billing = null ]) : PromiseInterface

Update the billing settings

Parameters
$network_id : string

(required)

$update_network_wireless_billing : UpdateNetworkWirelessBilling = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWirelessBillingWithHttpInfo()

Operation updateNetworkWirelessBillingWithHttpInfo

public updateNetworkWirelessBillingWithHttpInfo(string $network_id[, UpdateNetworkWirelessBilling $update_network_wireless_billing = null ]) : array<string|int, mixed>

Update the billing settings

Parameters
$network_id : string

(required)

$update_network_wireless_billing : UpdateNetworkWirelessBilling = null

(optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getNetworkWirelessBillingRequest()

Create request for operation 'getNetworkWirelessBilling'

protected getNetworkWirelessBillingRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkWirelessBillingRequest()

Create request for operation 'updateNetworkWirelessBilling'

protected updateNetworkWirelessBillingRequest(string $network_id[, UpdateNetworkWirelessBilling $update_network_wireless_billing = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_wireless_billing : UpdateNetworkWirelessBilling = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results