Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
BuyerAddress |
BuyerAddress.clone() |
BuyerAddress |
Order.getBuyerAddress()
Address information for the customer, for use in tax computation.
|
BuyerAddress |
BuyerAddress.set(String fieldName,
Object value) |
BuyerAddress |
BuyerAddress.setBuyerCountry(String buyerCountry)
Two letter country code based on ISO-3166-1 Alpha-2 (UN country codes).
|
BuyerAddress |
BuyerAddress.setBuyerPostcode(String buyerPostcode)
Postal code of an address.
|
BuyerAddress |
BuyerAddress.setBuyerState(String buyerState)
Top-level administrative subdivision of the buyer address country.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setBuyerAddress(BuyerAddress buyerAddress)
Address information for the customer, for use in tax computation.
|
Copyright © 2011–2025 Google. All rights reserved.