You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: string, Required. The name of the account to retrieve. (required)
139
+
view: string, Optional. What information to include in the response.
140
+
Allowed values
141
+
ACCOUNT_VIEW_UNSPECIFIED - The default / unset value. The API will default to the BASIC view for ListAccounts. For GetAccount it will default to the FULL view.
142
+
ACCOUNT_VIEW_BASIC - Include base account information. This is the default view.
143
+
ACCOUNT_VIEW_FULL - Include everything.
139
144
x__xgafv: string, V1 error format.
140
145
Allowed values
141
146
1 - v1 error format
@@ -159,6 +164,7 @@ <h3>Method Details</h3>
159
164
},
160
165
"name": "A String", # Output only. The resource name of the account. Account names have the form `accounts/{account_id}`.
161
166
"provider": "A String", # 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.
167
+
"resellerParentBillingAccount": "A String", # 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}
162
168
"state": "A String", # 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.
163
169
"updateTime": "A String", # Output only. The last update timestamp.
164
170
}</pre>
@@ -197,6 +203,7 @@ <h3>Method Details</h3>
197
203
},
198
204
"name": "A String", # Output only. The resource name of the account. Account names have the form `accounts/{account_id}`.
199
205
"provider": "A String", # 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.
206
+
"resellerParentBillingAccount": "A String", # 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}
200
207
"state": "A String", # 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.
201
208
"updateTime": "A String", # Output only. The last update timestamp.
"description": "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.",
540
555
"type": "string"
541
556
},
557
+
"resellerParentBillingAccount": {
558
+
"description": "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}",
559
+
"type": "string"
560
+
},
542
561
"state": {
543
562
"description": "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.",
0 commit comments