Account
import type { Account } from "https://googleapis.deno.dev/v1/cloudcommerceprocurement:v1.ts";
Represents an account that was established by the customer on the service provider's system.
§Properties
Output only. The approvals for this account. These approvals are used to track actions that are permitted or have been completed by a customer within the context of the provider. This might include a sign up flow or a provisioning step, for example, that the provider can admit to having happened.
Output only. The custom properties that were collected from the user to create this account.
Output only. The resource name of the account. Account names have the form
accounts/{account_id}
.
Output only. The identifier of the service provider that this account was created against. Each service provider is assigned a unique provider value when they onboard with Cloud Commerce platform.
The reseller parent billing account of the account's corresponding billing account, applicable only when the corresponding billing account is a subaccount of a reseller. Included in responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
Output only. The state of the account. This is used to decide whether the customer is in good standing with the provider and is able to make purchases. An account might not be able to make a purchase if the billing account is suspended, for example.