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-authorizedbuyersmarketplace/v1/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1/model/Deal.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public final class Deal extends com.google.api.client.json.GenericJson {
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.Stringbuyer;
52
52
53
+
/**
54
+
* Output only. The buyer permission type of the deal.
55
+
* The value may be {@code null}.
56
+
*/
57
+
@com.google.api.client.util.Key
58
+
privatejava.lang.StringbuyerPermissionType;
59
+
53
60
/**
54
61
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
55
62
* The value may be {@code null}.
@@ -258,6 +265,23 @@ public Deal setBuyer(java.lang.String buyer) {
258
265
returnthis;
259
266
}
260
267
268
+
/**
269
+
* Output only. The buyer permission type of the deal.
270
+
* @return value or {@code null} for none
271
+
*/
272
+
publicjava.lang.StringgetBuyerPermissionType() {
273
+
returnbuyerPermissionType;
274
+
}
275
+
276
+
/**
277
+
* Output only. The buyer permission type of the deal.
278
+
* @param buyerPermissionType buyerPermissionType or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/Deal.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public final class Deal extends com.google.api.client.json.GenericJson {
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.Stringbuyer;
52
52
53
+
/**
54
+
* Output only. The buyer permission type of the deal.
55
+
* The value may be {@code null}.
56
+
*/
57
+
@com.google.api.client.util.Key
58
+
privatejava.lang.StringbuyerPermissionType;
59
+
53
60
/**
54
61
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
55
62
* The value may be {@code null}.
@@ -258,6 +265,23 @@ public Deal setBuyer(java.lang.String buyer) {
258
265
returnthis;
259
266
}
260
267
268
+
/**
269
+
* Output only. The buyer permission type of the deal.
270
+
* @return value or {@code null} for none
271
+
*/
272
+
publicjava.lang.StringgetBuyerPermissionType() {
273
+
returnbuyerPermissionType;
274
+
}
275
+
276
+
/**
277
+
* Output only. The buyer permission type of the deal.
278
+
* @param buyerPermissionType buyerPermissionType or {@code null} for none
0 commit comments