Interface protos.google.cloud.channel.v1.IPlan

Properties of a Plan.

Package

@google-cloud/channel!

Properties

billingAccount

billingAccount?: (string|null);

Plan billingAccount

Property Value
TypeDescription
(string|null)

paymentCycle

paymentCycle?: (google.cloud.channel.v1.IPeriod|null);

Plan paymentCycle

Property Value
TypeDescription
(google.cloud.channel.v1.IPeriod|null)

paymentPlan

paymentPlan?: (google.cloud.channel.v1.PaymentPlan|keyof typeof google.cloud.channel.v1.PaymentPlan|null);

Plan paymentPlan

Property Value
TypeDescription
(google.cloud.channel.v1.PaymentPlan|keyof typeof google.cloud.channel.v1.PaymentPlan|null)

paymentType

paymentType?: (google.cloud.channel.v1.PaymentType|keyof typeof google.cloud.channel.v1.PaymentType|null);

Plan paymentType

Property Value
TypeDescription
(google.cloud.channel.v1.PaymentType|keyof typeof google.cloud.channel.v1.PaymentType|null)

trialPeriod

trialPeriod?: (google.cloud.channel.v1.IPeriod|null);

Plan trialPeriod

Property Value
TypeDescription
(google.cloud.channel.v1.IPeriod|null)