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
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudcommerceprocurement/v1/2.0.0/com/google/api/services/cloudcommerceprocurement/v1/model/Account.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,10 @@ public final class Account extends com.google.api.client.json.GenericJson {
72
72
privatejava.lang.Stringprovider;
73
73
74
74
/**
75
-
* The reseller parent billing account of the account's corresponding billing account, applicable
76
-
* only when the corresponding billing account is a subaccount of a reseller. Included in
77
-
* responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
75
+
* Output only. The reseller parent billing account of the account's corresponding billing
76
+
* account, applicable only when the corresponding billing account is a subaccount of a reseller.
77
+
* Included in responses only for view: ACCOUNT_VIEW_FULL. Format:
78
+
* billingAccounts/{billing_account_id}
78
79
* The value may be {@code null}.
79
80
*/
80
81
@com.google.api.client.util.Key
@@ -194,19 +195,21 @@ public Account setProvider(java.lang.String provider) {
194
195
}
195
196
196
197
/**
197
-
* The reseller parent billing account of the account's corresponding billing account, applicable
198
-
* only when the corresponding billing account is a subaccount of a reseller. Included in
199
-
* responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
198
+
* Output only. The reseller parent billing account of the account's corresponding billing
199
+
* account, applicable only when the corresponding billing account is a subaccount of a reseller.
200
+
* Included in responses only for view: ACCOUNT_VIEW_FULL. Format:
0 commit comments