| 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,
io.apimatic.core.types.OptionalNullable<String> name,
Address address,
io.apimatic.core.types.OptionalNullable<String> timezone,
List<String> capabilities,
String status,
String createdAt,
String merchantId,
String country,
io.apimatic.core.types.OptionalNullable<String> languageCode,
String currency,
io.apimatic.core.types.OptionalNullable<String> phoneNumber,
io.apimatic.core.types.OptionalNullable<String> businessName,
String type,
io.apimatic.core.types.OptionalNullable<String> websiteUrl,
BusinessHours businessHours,
io.apimatic.core.types.OptionalNullable<String> businessEmail,
io.apimatic.core.types.OptionalNullable<String> description,
io.apimatic.core.types.OptionalNullable<String> twitterUsername,
io.apimatic.core.types.OptionalNullable<String> instagramUsername,
io.apimatic.core.types.OptionalNullable<String> facebookUrl,
Coordinates coordinates,
String logoUrl,
String posBackgroundUrl,
io.apimatic.core.types.OptionalNullable<String> mcc,
String fullFormatLogoUrl,
TaxIds taxIds)
Internal initialization constructor.
|
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 © 2023. All rights reserved.