| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
TaxIds |
TaxIds.Builder.build()
Builds a new
TaxIds object using the set fields. |
TaxIds |
Location.getTaxIds()
Getter for TaxIds.
|
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.taxIds(TaxIds taxIds)
Setter for taxIds.
|
| Constructor and Description |
|---|
Location(String id,
String name,
Address address,
String timezone,
List<String> capabilities,
String status,
String createdAt,
String merchantId,
String country,
String languageCode,
String currency,
String phoneNumber,
String businessName,
String type,
String websiteUrl,
BusinessHours businessHours,
String businessEmail,
String description,
String twitterUsername,
String instagramUsername,
String facebookUrl,
Coordinates coordinates,
String logoUrl,
String posBackgroundUrl,
String mcc,
String fullFormatLogoUrl,
TaxIds taxIds)
Initialization constructor.
|
Copyright © 2022. All rights reserved.