| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
Coordinates.Builder.build()
Builds a new
Coordinates object using the set fields. |
Coordinates |
Location.getCoordinates()
Getter for Coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.coordinates(Coordinates coordinates)
Setter for coordinates.
|
| 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.