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/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/DataSegment.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
34
34
35
35
/**
36
36
* Optional. This will be charged when other accounts use this data segment. For example, when
37
-
* other accounts add this data segment to a deal or auction package.
37
+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
38
+
* cannot be changed.
38
39
* The value may be {@code null}.
39
40
*/
40
41
@com.google.api.client.util.Key
@@ -72,7 +73,8 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
72
73
73
74
/**
74
75
* Optional. This will be charged when other accounts use this data segment. For example, when
75
-
* other accounts add this data segment to a deal or auction package.
76
+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
77
+
* cannot be changed.
76
78
* @return value or {@code null} for none
77
79
*/
78
80
publicMoneygetCpmFee() {
@@ -81,7 +83,8 @@ public Money getCpmFee() {
81
83
82
84
/**
83
85
* Optional. This will be charged when other accounts use this data segment. For example, when
84
-
* other accounts add this data segment to a deal or auction package.
86
+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
0 commit comments