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-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ConvertRegionPricesRequest.java
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,17 @@ public final class ConvertRegionPricesRequest extends com.google.api.client.json
37
37
@com.google.api.client.util.Key
38
38
privateMoneyprice;
39
39
40
+
/**
41
+
* Optional. Product tax category code in context. Product tax category determines the transaction
42
+
* tax rates applied to the product that will be factored into the price calculation. If not set,
43
+
* tax rates for the default product tax category will be used. Refer to the [Help Center
44
+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
45
+
* information.
46
+
* The value may be {@code null}.
47
+
*/
48
+
@com.google.api.client.util.Key
49
+
privatejava.lang.StringproductTaxCategoryCode;
50
+
40
51
/**
41
52
* The intital price to convert other regions from. Tax exclusive.
42
53
* @return value or {@code null} for none
@@ -54,6 +65,31 @@ public ConvertRegionPricesRequest setPrice(Money price) {
54
65
returnthis;
55
66
}
56
67
68
+
/**
69
+
* Optional. Product tax category code in context. Product tax category determines the transaction
70
+
* tax rates applied to the product that will be factored into the price calculation. If not set,
71
+
* tax rates for the default product tax category will be used. Refer to the [Help Center
72
+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
0 commit comments