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