View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccountPurchaseInfo (google_api_cloud_channel v0.7.0)

Represents a billing account that can be used to make a purchase.

Attributes

  • billingAccount (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccount.t, default: nil) - The billing account resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccountPurchaseInfo{
    billingAccount:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccount.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.