Reference documentation and code samples for the Google Cloud Channel V1 Client class BillingAccountPurchaseInfo.
Represents a billing account that can be used to make a purchase.
Generated from protobuf message google.cloud.channel.v1.BillingAccountPurchaseInfo
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ billing_account |
Google\Cloud\Channel\V1\BillingAccount
The billing account resource. |
getBillingAccount
The billing account resource.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\BillingAccount|null |
hasBillingAccount
clearBillingAccount
setBillingAccount
The billing account resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\BillingAccount
|
Returns | |
---|---|
Type | Description |
$this |