Google Cloud Channel V1 Client - Class Plan (1.4.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class Plan.

The payment plan for the Offer. Describes how to make a payment.

Generated from protobuf message google.cloud.channel.v1.Plan

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ payment_plan int

Describes how a reseller will be billed.

↳ payment_type int

Specifies when the payment needs to happen.

↳ payment_cycle Google\Cloud\Channel\V1\Period

Describes how frequently the reseller will be billed, such as once per month.

↳ trial_period Google\Cloud\Channel\V1\Period

Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.

↳ billing_account string

Reseller Billing account to charge after an offer transaction. Only present for Google Cloud offers.

getPaymentPlan

Describes how a reseller will be billed.

Returns
TypeDescription
int

setPaymentPlan

Describes how a reseller will be billed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPaymentType

Specifies when the payment needs to happen.

Returns
TypeDescription
int

setPaymentType

Specifies when the payment needs to happen.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPaymentCycle

Describes how frequently the reseller will be billed, such as once per month.

Returns
TypeDescription
Google\Cloud\Channel\V1\Period|null

hasPaymentCycle

clearPaymentCycle

setPaymentCycle

Describes how frequently the reseller will be billed, such as once per month.

Parameter
NameDescription
var Google\Cloud\Channel\V1\Period
Returns
TypeDescription
$this

getTrialPeriod

Present for Offers with a trial period.

For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.

Returns
TypeDescription
Google\Cloud\Channel\V1\Period|null

hasTrialPeriod

clearTrialPeriod

setTrialPeriod

Present for Offers with a trial period.

For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.

Parameter
NameDescription
var Google\Cloud\Channel\V1\Period
Returns
TypeDescription
$this

getBillingAccount

Reseller Billing account to charge after an offer transaction.

Only present for Google Cloud offers.

Returns
TypeDescription
string

setBillingAccount

Reseller Billing account to charge after an offer transaction.

Only present for Google Cloud offers.

Parameter
NameDescription
var string
Returns
TypeDescription
$this