- backOffFactor(int) - Method in class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
To use in calculation of wait time for next request in case of failure.
- balance(Integer) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for balance.
- balanceMoney(Money) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for balanceMoney.
- BankAccount - Class in com.squareup.square.models
-
This is a model class for BankAccount type.
- BankAccount(String, String, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, Integer, String) - Constructor for class com.squareup.square.models.BankAccount
-
Initialization constructor.
- BankAccount(String, String, String, String, String, String, String, String, boolean, boolean, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Integer, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BankAccount
-
Initialization constructor.
- bankAccount(BankAccount) - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse.Builder
-
Setter for bankAccount.
- bankAccount(BankAccount) - Method in class com.squareup.square.models.GetBankAccountResponse.Builder
-
Setter for bankAccount.
- bankAccount(Boolean) - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
Setter for bankAccount.
- BankAccount.Builder - Class in com.squareup.square.models
-
- bankAccountDetails(BankAccountPaymentDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for bankAccountDetails.
- bankAccountDetails(TenderBankAccountDetails) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for bankAccountDetails.
- bankAccountId(String) - Method in class com.squareup.square.models.V1Settlement.Builder
-
Setter for bankAccountId.
- BankAccountPaymentDetails - Class in com.squareup.square.models
-
This is a model class for BankAccountPaymentDetails type.
- BankAccountPaymentDetails(String, String, String, String, String, String, ACHDetails, List<Error>) - Constructor for class com.squareup.square.models.BankAccountPaymentDetails
-
Initialization constructor.
- BankAccountPaymentDetails(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, ACHDetails, OptionalNullable<List<Error>>) - Constructor for class com.squareup.square.models.BankAccountPaymentDetails
-
Initialization constructor.
- BankAccountPaymentDetails.Builder - Class in com.squareup.square.models
-
- bankAccounts(List<BankAccount>) - Method in class com.squareup.square.models.ListBankAccountsResponse.Builder
-
Setter for bankAccounts.
- BankAccountsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- bankName(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for bankName.
- bankName(String) - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
Setter for bankName.
- barcodeContents(String) - Method in class com.squareup.square.models.QrCodeOptions.Builder
-
Setter for barcodeContents.
- BaseApi - Class in com.squareup.square.api
-
Base class for all Apis.
- BaseApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.BaseApi
-
- basePriceMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for basePriceMoney.
- basePriceMoney(Money) - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
Setter for basePriceMoney.
- basePriceMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for basePriceMoney.
- basePriceMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for basePriceMoney.
- batchChangeInventory(BatchChangeInventoryRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Applies adjustments and counts to the provided item quantities.
- batchChangeInventory(BatchChangeInventoryRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Applies adjustments and counts to the provided item quantities.
- batchChangeInventoryAsync(BatchChangeInventoryRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Applies adjustments and counts to the provided item quantities.
- batchChangeInventoryAsync(BatchChangeInventoryRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Applies adjustments and counts to the provided item quantities.
- BatchChangeInventoryRequest - Class in com.squareup.square.models
-
This is a model class for BatchChangeInventoryRequest type.
- BatchChangeInventoryRequest(String, List<InventoryChange>, Boolean) - Constructor for class com.squareup.square.models.BatchChangeInventoryRequest
-
Initialization constructor.
- BatchChangeInventoryRequest(String, OptionalNullable<List<InventoryChange>>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.BatchChangeInventoryRequest
-
Initialization constructor.
- BatchChangeInventoryRequest.Builder - Class in com.squareup.square.models
-
- BatchChangeInventoryResponse - Class in com.squareup.square.models
-
This is a model class for BatchChangeInventoryResponse type.
- BatchChangeInventoryResponse(List<Error>, List<InventoryCount>, List<InventoryChange>) - Constructor for class com.squareup.square.models.BatchChangeInventoryResponse
-
Initialization constructor.
- BatchChangeInventoryResponse.Builder - Class in com.squareup.square.models
-
- batchDeleteCatalogObjects(BatchDeleteCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
- batchDeleteCatalogObjects(BatchDeleteCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
- batchDeleteCatalogObjectsAsync(BatchDeleteCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
- batchDeleteCatalogObjectsAsync(BatchDeleteCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Deletes a set of [CatalogItem]($m/CatalogItem)s based on the provided list of target IDs and
returns a set of successfully deleted IDs in the response.
- BatchDeleteCatalogObjectsRequest - Class in com.squareup.square.models
-
This is a model class for BatchDeleteCatalogObjectsRequest type.
- BatchDeleteCatalogObjectsRequest(List<String>) - Constructor for class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
Initialization constructor.
- BatchDeleteCatalogObjectsRequest(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
Initialization constructor.
- BatchDeleteCatalogObjectsRequest.Builder - Class in com.squareup.square.models
-
- BatchDeleteCatalogObjectsResponse - Class in com.squareup.square.models
-
This is a model class for BatchDeleteCatalogObjectsResponse type.
- BatchDeleteCatalogObjectsResponse(List<Error>, List<String>, String) - Constructor for class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
Initialization constructor.
- BatchDeleteCatalogObjectsResponse.Builder - Class in com.squareup.square.models
-
- batchDeleteMaxObjectIds(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for batchDeleteMaxObjectIds.
- batches(List<CatalogObjectBatch>) - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest.Builder
-
Setter for batches.
- batchRetrieveCatalogObjects(BatchRetrieveCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a set of objects based on the provided ID.
- batchRetrieveCatalogObjects(BatchRetrieveCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a set of objects based on the provided ID.
- batchRetrieveCatalogObjectsAsync(BatchRetrieveCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a set of objects based on the provided ID.
- batchRetrieveCatalogObjectsAsync(BatchRetrieveCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a set of objects based on the provided ID.
- BatchRetrieveCatalogObjectsRequest - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveCatalogObjectsRequest type.
- BatchRetrieveCatalogObjectsRequest(List<String>, Boolean, Long, Boolean, Boolean) - Constructor for class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Initialization constructor.
- BatchRetrieveCatalogObjectsRequest(List<String>, OptionalNullable<Boolean>, OptionalNullable<Long>, OptionalNullable<Boolean>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Initialization constructor.
- BatchRetrieveCatalogObjectsRequest.Builder - Class in com.squareup.square.models
-
- BatchRetrieveCatalogObjectsResponse - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveCatalogObjectsResponse type.
- BatchRetrieveCatalogObjectsResponse(List<Error>, List<CatalogObject>, List<CatalogObject>) - Constructor for class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
Initialization constructor.
- BatchRetrieveCatalogObjectsResponse.Builder - Class in com.squareup.square.models
-
- batchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns historical physical counts and adjustments based on the provided filter criteria.
- batchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Returns historical physical counts and adjustments based on the provided filter criteria.
- batchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns historical physical counts and adjustments based on the provided filter criteria.
- batchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Returns historical physical counts and adjustments based on the provided filter criteria.
- BatchRetrieveInventoryChangesRequest - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveInventoryChangesRequest type.
- BatchRetrieveInventoryChangesRequest(List<String>, List<String>, List<String>, List<String>, String, String, String, Integer) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Initialization constructor.
- BatchRetrieveInventoryChangesRequest(OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Initialization constructor.
- BatchRetrieveInventoryChangesRequest.Builder - Class in com.squareup.square.models
-
- BatchRetrieveInventoryChangesResponse - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveInventoryChangesResponse type.
- BatchRetrieveInventoryChangesResponse(List<Error>, List<InventoryChange>, String) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
Initialization constructor.
- BatchRetrieveInventoryChangesResponse.Builder - Class in com.squareup.square.models
-
- batchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns current counts for the provided [CatalogObject]($m/CatalogObject)s at the requested
[Location]($m/Location)s.
- batchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Returns current counts for the provided [CatalogObject]($m/CatalogObject)s at the requested
[Location]($m/Location)s.
- batchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns current counts for the provided [CatalogObject]($m/CatalogObject)s at the requested
[Location]($m/Location)s.
- batchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Returns current counts for the provided [CatalogObject]($m/CatalogObject)s at the requested
[Location]($m/Location)s.
- BatchRetrieveInventoryCountsRequest - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveInventoryCountsRequest type.
- BatchRetrieveInventoryCountsRequest(List<String>, List<String>, String, String, List<String>, Integer) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Initialization constructor.
- BatchRetrieveInventoryCountsRequest(OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<List<String>>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Initialization constructor.
- BatchRetrieveInventoryCountsRequest.Builder - Class in com.squareup.square.models
-
- BatchRetrieveInventoryCountsResponse - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveInventoryCountsResponse type.
- BatchRetrieveInventoryCountsResponse(List<Error>, List<InventoryCount>, String) - Constructor for class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
Initialization constructor.
- BatchRetrieveInventoryCountsResponse.Builder - Class in com.squareup.square.models
-
- batchRetrieveMaxObjectIds(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for batchRetrieveMaxObjectIds.
- batchRetrieveOrders(BatchRetrieveOrdersRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves a set of [orders]($m/Order) by their IDs.
- batchRetrieveOrders(BatchRetrieveOrdersRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves a set of [orders]($m/Order) by their IDs.
- batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves a set of [orders]($m/Order) by their IDs.
- batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves a set of [orders]($m/Order) by their IDs.
- BatchRetrieveOrdersRequest - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveOrdersRequest type.
- BatchRetrieveOrdersRequest(List<String>, String) - Constructor for class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Initialization constructor.
- BatchRetrieveOrdersRequest(List<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Initialization constructor.
- BatchRetrieveOrdersRequest.Builder - Class in com.squareup.square.models
-
- BatchRetrieveOrdersResponse - Class in com.squareup.square.models
-
This is a model class for BatchRetrieveOrdersResponse type.
- BatchRetrieveOrdersResponse(List<Order>, List<Error>) - Constructor for class com.squareup.square.models.BatchRetrieveOrdersResponse
-
Initialization constructor.
- BatchRetrieveOrdersResponse.Builder - Class in com.squareup.square.models
-
- batchToken(String) - Method in class com.squareup.square.models.V1ListOrdersRequest.Builder
-
Setter for batchToken.
- batchToken(String) - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
Setter for batchToken.
- batchToken(String) - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
Setter for batchToken.
- batchToken(String) - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
Setter for batchToken.
- batchUpsertCatalogObjects(BatchUpsertCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Creates or updates up to 10,000 target objects based on the provided list of objects.
- batchUpsertCatalogObjects(BatchUpsertCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Creates or updates up to 10,000 target objects based on the provided list of objects.
- batchUpsertCatalogObjectsAsync(BatchUpsertCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Creates or updates up to 10,000 target objects based on the provided list of objects.
- batchUpsertCatalogObjectsAsync(BatchUpsertCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Creates or updates up to 10,000 target objects based on the provided list of objects.
- BatchUpsertCatalogObjectsRequest - Class in com.squareup.square.models
-
This is a model class for BatchUpsertCatalogObjectsRequest type.
- BatchUpsertCatalogObjectsRequest(String, List<CatalogObjectBatch>) - Constructor for class com.squareup.square.models.BatchUpsertCatalogObjectsRequest
-
Initialization constructor.
- BatchUpsertCatalogObjectsRequest.Builder - Class in com.squareup.square.models
-
- BatchUpsertCatalogObjectsResponse - Class in com.squareup.square.models
-
This is a model class for BatchUpsertCatalogObjectsResponse type.
- BatchUpsertCatalogObjectsResponse(List<Error>, List<CatalogObject>, String, List<CatalogIdMapping>) - Constructor for class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Initialization constructor.
- BatchUpsertCatalogObjectsResponse.Builder - Class in com.squareup.square.models
-
- batchUpsertMaxObjectsPerBatch(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for batchUpsertMaxObjectsPerBatch.
- batchUpsertMaxTotalObjects(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for batchUpsertMaxTotalObjects.
- batteryDetails(DeviceComponentDetailsBatteryDetails) - Method in class com.squareup.square.models.Component.Builder
-
Setter for batteryDetails.
- batteryPercentage(String) - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
Setter for batteryPercentage.
- BearerAuthCredentials - Interface in com.squareup.square
-
Interface to access authentication credentials.
- BearerAuthManager - Class in com.squareup.square
-
Utility class for authorization and token management.
- BearerAuthManager(String) - Constructor for class com.squareup.square.BearerAuthManager
-
Constructor.
- beginTime(String) - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
Setter for beginTime.
- beginTime(String) - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
Setter for beginTime.
- billingAddress(Address) - Method in class com.squareup.square.models.Card.Builder
-
Setter for billingAddress.
- billingAddress(Address) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for billingAddress.
- billingAddress(Address) - Method in class com.squareup.square.models.CreateCustomerCardRequest.Builder
-
Setter for billingAddress.
- billingAddress(Address) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for billingAddress.
- billingAddress(Address) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for billingAddress.
- bin(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for bin.
- birthday(String) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for birthday.
- birthday(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for birthday.
- birthday(String) - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
Setter for birthday.
- blockActivityDetails(GiftCardActivityBlock) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for blockActivityDetails.
- blockedDiscounts(List<OrderLineItemPricingBlocklistsBlockedDiscount>) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
Setter for blockedDiscounts.
- blockedTaxes(List<OrderLineItemPricingBlocklistsBlockedTax>) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
Setter for blockedTaxes.
- body(String) - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
Setter for body.
- body(String) - Method in class com.squareup.square.models.DataCollectionOptions.Builder
-
Setter for body.
- body(String) - Method in class com.squareup.square.models.QrCodeOptions.Builder
-
Setter for body.
- body(String) - Method in class com.squareup.square.models.SelectOptions.Builder
-
Setter for body.
- body(String) - Method in class com.squareup.square.models.SignatureOptions.Builder
-
Setter for body.
- bookableOnly(Boolean) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
Setter for bookableOnly.
- Booking - Class in com.squareup.square.models
-
This is a model class for Booking type.
- Booking(String, Integer, String, String, String, String, String, String, String, String, List<AppointmentSegment>, Integer, Boolean, String, BookingCreatorDetails, String) - Constructor for class com.squareup.square.models.Booking
-
Initialization constructor.
- Booking(String, Integer, String, String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<List<AppointmentSegment>>, Integer, Boolean, String, BookingCreatorDetails, String) - Constructor for class com.squareup.square.models.Booking
-
Initialization constructor.
- booking(Booking) - Method in class com.squareup.square.models.CancelBookingResponse.Builder
-
Setter for booking.
- booking(Booking) - Method in class com.squareup.square.models.CreateBookingRequest.Builder
-
Setter for booking.
- booking(Booking) - Method in class com.squareup.square.models.CreateBookingResponse.Builder
-
Setter for booking.
- booking(Booking) - Method in class com.squareup.square.models.RetrieveBookingResponse.Builder
-
Setter for booking.
- booking(Booking) - Method in class com.squareup.square.models.UpdateBookingRequest.Builder
-
Setter for booking.
- booking(Booking) - Method in class com.squareup.square.models.UpdateBookingResponse.Builder
-
Setter for booking.
- Booking.Builder - Class in com.squareup.square.models
-
Class to build instances of
Booking.
- BookingCreatorDetails - Class in com.squareup.square.models
-
This is a model class for BookingCreatorDetails type.
- BookingCreatorDetails(String, String, String) - Constructor for class com.squareup.square.models.BookingCreatorDetails
-
Initialization constructor.
- BookingCreatorDetails.Builder - Class in com.squareup.square.models
-
- BookingCustomAttributeDeleteRequest - Class in com.squareup.square.models
-
This is a model class for BookingCustomAttributeDeleteRequest type.
- BookingCustomAttributeDeleteRequest(String, String) - Constructor for class com.squareup.square.models.BookingCustomAttributeDeleteRequest
-
Initialization constructor.
- BookingCustomAttributeDeleteRequest.Builder - Class in com.squareup.square.models
-
- BookingCustomAttributeDeleteResponse - Class in com.squareup.square.models
-
This is a model class for BookingCustomAttributeDeleteResponse type.
- BookingCustomAttributeDeleteResponse(String, List<Error>) - Constructor for class com.squareup.square.models.BookingCustomAttributeDeleteResponse
-
Initialization constructor.
- BookingCustomAttributeDeleteResponse.Builder - Class in com.squareup.square.models
-
- BookingCustomAttributesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- BookingCustomAttributeUpsertRequest - Class in com.squareup.square.models
-
This is a model class for BookingCustomAttributeUpsertRequest type.
- BookingCustomAttributeUpsertRequest(String, CustomAttribute, String) - Constructor for class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Initialization constructor.
- BookingCustomAttributeUpsertRequest(String, CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Initialization constructor.
- BookingCustomAttributeUpsertRequest.Builder - Class in com.squareup.square.models
-
- BookingCustomAttributeUpsertResponse - Class in com.squareup.square.models
-
This is a model class for BookingCustomAttributeUpsertResponse type.
- BookingCustomAttributeUpsertResponse(String, CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
Initialization constructor.
- BookingCustomAttributeUpsertResponse.Builder - Class in com.squareup.square.models
-
- bookingEnabled(Boolean) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for bookingEnabled.
- bookingId(String) - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest.Builder
-
Setter for bookingId.
- bookingId(String) - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse.Builder
-
Setter for bookingId.
- bookingId(String) - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
Setter for bookingId.
- bookingId(String) - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse.Builder
-
Setter for bookingId.
- bookingId(String) - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Setter for bookingId.
- bookingIds(List<String>) - Method in class com.squareup.square.models.BulkRetrieveBookingsRequest.Builder
-
Setter for bookingIds.
- bookingPolicy(String) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for bookingPolicy.
- bookings(Map<String, RetrieveBookingResponse>) - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse.Builder
-
Setter for bookings.
- bookings(List<Booking>) - Method in class com.squareup.square.models.ListBookingsResponse.Builder
-
Setter for bookings.
- BookingsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- bookingSiteUrl(String) - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
Setter for bookingSiteUrl.
- bookingVersion(Integer) - Method in class com.squareup.square.models.CancelBookingRequest.Builder
-
Setter for bookingVersion.
- booleanValue(Boolean) - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
Setter for booleanValue.
- boolFilter(Boolean) - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
Setter for boolFilter.
- brand(String) - Method in class com.squareup.square.models.BuyNowPayLaterDetails.Builder
-
Setter for brand.
- brand(String) - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
Setter for brand.
- brandDisputeId(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for brandDisputeId.
- branding(CheckoutLocationSettingsBranding) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for branding.
- Break - Class in com.squareup.square.models
-
This is a model class for Break type.
- Break(String, String, String, String, boolean, String, String) - Constructor for class com.squareup.square.models.Break
-
Initialization constructor.
- Break(String, String, String, String, boolean, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.Break
-
Initialization constructor.
- Break.Builder - Class in com.squareup.square.models
-
Class to build instances of
Break.
- breakName(String) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for breakName.
- breaks(List<Break>) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for breaks.
- BreakType - Class in com.squareup.square.models
-
This is a model class for BreakType type.
- BreakType(String, String, String, boolean, String, Integer, String, String) - Constructor for class com.squareup.square.models.BreakType
-
Initialization constructor.
- breakType(BreakType) - Method in class com.squareup.square.models.CreateBreakTypeRequest.Builder
-
Setter for breakType.
- breakType(BreakType) - Method in class com.squareup.square.models.CreateBreakTypeResponse.Builder
-
Setter for breakType.
- breakType(BreakType) - Method in class com.squareup.square.models.GetBreakTypeResponse.Builder
-
Setter for breakType.
- breakType(BreakType) - Method in class com.squareup.square.models.UpdateBreakTypeRequest.Builder
-
Setter for breakType.
- breakType(BreakType) - Method in class com.squareup.square.models.UpdateBreakTypeResponse.Builder
-
Setter for breakType.
- BreakType.Builder - Class in com.squareup.square.models
-
- breakTypeId(String) - Method in class com.squareup.square.models.Break.Builder
-
Setter for breakTypeId.
- breakTypes(List<BreakType>) - Method in class com.squareup.square.models.ListBreakTypesResponse.Builder
-
Setter for breakTypes.
- btcPriceSatoshi(Double) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for btcPriceSatoshi.
- btcReceiveAddress(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for btcReceiveAddress.
- build() - Method in class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
Builds a new HttpClientConfiguration object using the set fields.
- build() - Method in class com.squareup.square.models.AcceptDisputeResponse.Builder
-
- build() - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
- build() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest.Builder
-
- build() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ACHDetails.Builder
-
Builds a new
ACHDetails object using the set fields.
- build() - Method in class com.squareup.square.models.AddGroupToCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
- build() - Method in class com.squareup.square.models.Address.Builder
-
Builds a new
Address object using the set fields.
- build() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest.Builder
-
- build() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse.Builder
-
- build() - Method in class com.squareup.square.models.AfterpayDetails.Builder
-
- build() - Method in class com.squareup.square.models.ApplicationDetails.Builder
-
- build() - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
- build() - Method in class com.squareup.square.models.Availability.Builder
-
- build() - Method in class com.squareup.square.models.BankAccount.Builder
-
- build() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
- build() - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchChangeInventoryResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse.Builder
-
- build() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse.Builder
-
- build() - Method in class com.squareup.square.models.Booking.Builder
-
Builds a new
Booking object using the set fields.
- build() - Method in class com.squareup.square.models.BookingCreatorDetails.Builder
-
- build() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest.Builder
-
- build() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse.Builder
-
- build() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
- build() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse.Builder
-
- build() - Method in class com.squareup.square.models.Break.Builder
-
Builds a new
Break object using the set fields.
- build() - Method in class com.squareup.square.models.BreakType.Builder
-
Builds a new
BreakType object using the set fields.
- build() - Method in class com.squareup.square.models.BulkCreateTeamMembersRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkCreateVendorsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkCreateVendorsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute.Builder
-
- build() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveBookingsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkSwapPlanRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkSwapPlanResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpdateTeamMembersRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpdateVendorsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
-
- build() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
- build() - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
- build() - Method in class com.squareup.square.models.BusinessHours.Builder
-
- build() - Method in class com.squareup.square.models.BusinessHoursPeriod.Builder
-
- build() - Method in class com.squareup.square.models.BuyNowPayLaterDetails.Builder
-
- build() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
- build() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse.Builder
-
- build() - Method in class com.squareup.square.models.CalculateOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.CalculateOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelBookingRequest.Builder
-
- build() - Method in class com.squareup.square.models.CancelBookingResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.CancelInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest.Builder
-
- build() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelPaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelTerminalActionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.CancelTerminalRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.CaptureTransactionResponse.Builder
-
- build() - Method in class com.squareup.square.models.Card.Builder
-
Builds a new
Card object using the set fields.
- build() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
- build() - Method in class com.squareup.square.models.CardPaymentTimeline.Builder
-
- build() - Method in class com.squareup.square.models.CashAppDetails.Builder
-
- build() - Method in class com.squareup.square.models.CashDrawerDevice.Builder
-
- build() - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
- build() - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
- build() - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
- build() - Method in class com.squareup.square.models.CashPaymentDetails.Builder
-
- build() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig.Builder
-
- build() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
- build() - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
- build() - Method in class com.squareup.square.models.CatalogEcomSeoData.Builder
-
- build() - Method in class com.squareup.square.models.CatalogIdMapping.Builder
-
- build() - Method in class com.squareup.square.models.CatalogImage.Builder
-
- build() - Method in class com.squareup.square.models.CatalogInfoResponse.Builder
-
- build() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItem.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemOptionForItem.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
- build() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
- build() - Method in class com.squareup.square.models.CatalogMeasurementUnit.Builder
-
- build() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
- build() - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
- build() - Method in class com.squareup.square.models.CatalogModifierOverride.Builder
-
- build() - Method in class com.squareup.square.models.CatalogObject.Builder
-
- build() - Method in class com.squareup.square.models.CatalogObjectBatch.Builder
-
- build() - Method in class com.squareup.square.models.CatalogObjectCategory.Builder
-
- build() - Method in class com.squareup.square.models.CatalogObjectReference.Builder
-
- build() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
- build() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQuery.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryExact.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryItemsForModifierList.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryItemsForTax.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryPrefix.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryRange.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQuerySet.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQueryText.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQuickAmount.Builder
-
- build() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings.Builder
-
- build() - Method in class com.squareup.square.models.CatalogStockConversion.Builder
-
- build() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
- build() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
- build() - Method in class com.squareup.square.models.CatalogTax.Builder
-
Builds a new
CatalogTax object using the set fields.
- build() - Method in class com.squareup.square.models.CatalogTimePeriod.Builder
-
- build() - Method in class com.squareup.square.models.CatalogV1Id.Builder
-
- build() - Method in class com.squareup.square.models.CategoryPathToRootNode.Builder
-
- build() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest.Builder
-
- build() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse.Builder
-
- build() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
- build() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient.Builder
-
- build() - Method in class com.squareup.square.models.ChargeResponse.Builder
-
- build() - Method in class com.squareup.square.models.Checkout.Builder
-
Builds a new
Checkout object using the set fields.
- build() - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutMerchantSettings.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder
-
- build() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
- build() - Method in class com.squareup.square.models.ClearpayDetails.Builder
-
- build() - Method in class com.squareup.square.models.CloneOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.CloneOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.CollectedData.Builder
-
- build() - Method in class com.squareup.square.models.CompletePaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.CompletePaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.Component.Builder
-
Builds a new
Component object using the set fields.
- build() - Method in class com.squareup.square.models.ConfirmationDecision.Builder
-
- build() - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
- build() - Method in class com.squareup.square.models.Coordinates.Builder
-
- build() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateBookingRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateBookingResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateBreakTypeRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateBreakTypeResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCardRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCatalogImageRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCatalogImageResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCheckoutRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCheckoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerCardRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerGroupRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerGroupResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateDeviceCodeRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateDeviceCodeResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateGiftCardActivityRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateGiftCardRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateGiftCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateLocationRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateLocationResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreatePaymentLinkRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreatePaymentLinkResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreatePaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateRefundRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateShiftRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateShiftResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateTeamMemberRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateTeamMemberResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalActionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalActionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalRefundRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateTerminalRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateVendorRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateVendorResponse.Builder
-
- build() - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.CustomAttribute.Builder
-
- build() - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
- build() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
- build() - Method in class com.squareup.square.models.Customer.Builder
-
Builds a new
Customer object using the set fields.
- build() - Method in class com.squareup.square.models.CustomerAddressFilter.Builder
-
- build() - Method in class com.squareup.square.models.CustomerCreationSourceFilter.Builder
-
- build() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter.Builder
-
- build() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters.Builder
-
- build() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
- build() - Method in class com.squareup.square.models.CustomerDetails.Builder
-
- build() - Method in class com.squareup.square.models.CustomerFilter.Builder
-
- build() - Method in class com.squareup.square.models.CustomerGroup.Builder
-
- build() - Method in class com.squareup.square.models.CustomerPreferences.Builder
-
- build() - Method in class com.squareup.square.models.CustomerQuery.Builder
-
- build() - Method in class com.squareup.square.models.CustomerSegment.Builder
-
- build() - Method in class com.squareup.square.models.CustomerSort.Builder
-
- build() - Method in class com.squareup.square.models.CustomerTaxIds.Builder
-
- build() - Method in class com.squareup.square.models.CustomerTextFilter.Builder
-
- build() - Method in class com.squareup.square.models.CustomField.Builder
-
- build() - Method in class com.squareup.square.models.DataCollectionOptions.Builder
-
- build() - Method in class com.squareup.square.models.DateRange.Builder
-
Builds a new
DateRange object using the set fields.
- build() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteBreakTypeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerGroupResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerRequest.Builder
-
- build() - Method in class com.squareup.square.models.DeleteCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteDisputeEvidenceResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteInvoiceAttachmentResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.DeleteInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeletePaymentLinkResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteShiftResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteSnippetResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteWebhookSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest.Builder
-
- build() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest.Builder
-
- build() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse.Builder
-
- build() - Method in class com.squareup.square.models.Destination.Builder
-
- build() - Method in class com.squareup.square.models.DestinationDetails.Builder
-
- build() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails.Builder
-
- build() - Method in class com.squareup.square.models.Device.Builder
-
Builds a new
Device object using the set fields.
- build() - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
- build() - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
- build() - Method in class com.squareup.square.models.DeviceCode.Builder
-
Builds a new
DeviceCode object using the set fields.
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
- build() - Method in class com.squareup.square.models.DeviceStatus.Builder
-
- build() - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
- build() - Method in class com.squareup.square.models.DisableCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.DismissTerminalActionResponse.Builder
-
- build() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.DismissTerminalRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.Dispute.Builder
-
Builds a new
Dispute object using the set fields.
- build() - Method in class com.squareup.square.models.DisputedPayment.Builder
-
- build() - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
- build() - Method in class com.squareup.square.models.DisputeEvidenceFile.Builder
-
- build() - Method in class com.squareup.square.models.Employee.Builder
-
Builds a new
Employee object using the set fields.
- build() - Method in class com.squareup.square.models.EmployeeWage.Builder
-
- build() - Method in class com.squareup.square.models.Error.Builder
-
Builds a new
Error object using the set fields.
- build() - Method in class com.squareup.square.models.Event.Builder
-
Builds a new
Event object using the set fields.
- build() - Method in class com.squareup.square.models.EventData.Builder
-
Builds a new
EventData object using the set fields.
- build() - Method in class com.squareup.square.models.EventTypeMetadata.Builder
-
- build() - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
- build() - Method in class com.squareup.square.models.FilterValue.Builder
-
- build() - Method in class com.squareup.square.models.FloatNumberRange.Builder
-
- build() - Method in class com.squareup.square.models.Fulfillment.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
- build() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
- build() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetBankAccountResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetBreakTypeResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetDeviceCodeResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetDeviceResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetEmployeeWageResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetPaymentRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetPaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetPayoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetShiftResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetTeamMemberWageResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetTerminalActionResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse.Builder
-
- build() - Method in class com.squareup.square.models.GetTerminalRefundResponse.Builder
-
- build() - Method in class com.squareup.square.models.GiftCard.Builder
-
Builds a new
GiftCard object using the set fields.
- build() - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityBlock.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityClearBalance.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityDeactivate.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityImport.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityImportReversal.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityRedeem.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityRefund.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityUnblock.Builder
-
- build() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund.Builder
-
- build() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
- build() - Method in class com.squareup.square.models.InventoryAdjustmentGroup.Builder
-
- build() - Method in class com.squareup.square.models.InventoryChange.Builder
-
- build() - Method in class com.squareup.square.models.InventoryCount.Builder
-
- build() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
- build() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
- build() - Method in class com.squareup.square.models.Invoice.Builder
-
Builds a new
Invoice object using the set fields.
- build() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceAttachment.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceCustomField.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceFilter.Builder
-
- build() - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
- build() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceQuery.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceRecipientTaxIds.Builder
-
- build() - Method in class com.squareup.square.models.InvoiceSort.Builder
-
- build() - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
- build() - Method in class com.squareup.square.models.JobAssignment.Builder
-
- build() - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest.Builder
-
- build() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListBankAccountsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListBookingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListBreakTypesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCardsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCatalogResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerGroupsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListCustomersResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListDeviceCodesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListDevicesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListDisputesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListEmployeesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListEmployeeWagesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListGiftCardsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListInvoicesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLocationsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentLinksResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentRefundsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListPaymentsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListPayoutEntriesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListPayoutsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListRefundsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListSitesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListTransactionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse.Builder
-
- build() - Method in class com.squareup.square.models.Location.Builder
-
Builds a new
Location object using the set fields.
- build() - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyAccountMapping.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventCreateReward.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventDateTimeFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventExpirePoints.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventLocationFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventOrderFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventOther.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventQuery.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyEventTypeFilter.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramExpirationPolicy.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyProgramTerminology.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit.Builder
-
- build() - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
- build() - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
- build() - Method in class com.squareup.square.models.MeasurementUnitCustom.Builder
-
- build() - Method in class com.squareup.square.models.Merchant.Builder
-
Builds a new
Merchant object using the set fields.
- build() - Method in class com.squareup.square.models.ModifierLocationOverrides.Builder
-
- build() - Method in class com.squareup.square.models.Money.Builder
-
Builds a new
Money object using the set fields.
- build() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
- build() - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
- build() - Method in class com.squareup.square.models.Order.Builder
-
Builds a new
Order object using the set fields.
- build() - Method in class com.squareup.square.models.OrderCreated.Builder
-
- build() - Method in class com.squareup.square.models.OrderCreatedObject.Builder
-
- build() - Method in class com.squareup.square.models.OrderEntry.Builder
-
Builds a new
OrderEntry object using the set fields.
- build() - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedObject.Builder
-
- build() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemAppliedTax.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
- build() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
- build() - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
- build() - Method in class com.squareup.square.models.OrderPricingOptions.Builder
-
- build() - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturn.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
- build() - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
- build() - Method in class com.squareup.square.models.OrderReward.Builder
-
- build() - Method in class com.squareup.square.models.OrderRoundingAdjustment.Builder
-
- build() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
- build() - Method in class com.squareup.square.models.OrderSource.Builder
-
- build() - Method in class com.squareup.square.models.OrderUpdated.Builder
-
- build() - Method in class com.squareup.square.models.OrderUpdatedObject.Builder
-
- build() - Method in class com.squareup.square.models.PaginationCursor.Builder
-
- build() - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.PauseSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.Payment.Builder
-
Builds a new
Payment object using the set fields.
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail.Builder
-
- build() - Method in class com.squareup.square.models.PaymentLink.Builder
-
- build() - Method in class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
- build() - Method in class com.squareup.square.models.PaymentOptions.Builder
-
- build() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
- build() - Method in class com.squareup.square.models.PayOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.PayOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.Payout.Builder
-
Builds a new
Payout object using the set fields.
- build() - Method in class com.squareup.square.models.PayoutEntry.Builder
-
- build() - Method in class com.squareup.square.models.PayoutFee.Builder
-
Builds a new
PayoutFee object using the set fields.
- build() - Method in class com.squareup.square.models.Phase.Builder
-
Builds a new
Phase object using the set fields.
- build() - Method in class com.squareup.square.models.PhaseInput.Builder
-
Builds a new
PhaseInput object using the set fields.
- build() - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
- build() - Method in class com.squareup.square.models.ProcessingFee.Builder
-
- build() - Method in class com.squareup.square.models.PublishInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.PublishInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.QrCodeOptions.Builder
-
- build() - Method in class com.squareup.square.models.QuantityRatio.Builder
-
- build() - Method in class com.squareup.square.models.QuickPay.Builder
-
Builds a new
QuickPay object using the set fields.
- build() - Method in class com.squareup.square.models.Range.Builder
-
Builds a new
Range object using the set fields.
- build() - Method in class com.squareup.square.models.ReceiptOptions.Builder
-
- build() - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest.Builder
-
- build() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse.Builder
-
- build() - Method in class com.squareup.square.models.Refund.Builder
-
Builds a new
Refund object using the set fields.
- build() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.RefundPaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.RegisterDomainRequest.Builder
-
- build() - Method in class com.squareup.square.models.RegisterDomainResponse.Builder
-
- build() - Method in class com.squareup.square.models.RemoveGroupFromCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.RenewTokenRequest.Builder
-
- build() - Method in class com.squareup.square.models.RenewTokenResponse.Builder
-
- build() - Method in class com.squareup.square.models.ResumeSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.ResumeSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBookingResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveDisputeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveEmployeeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveGiftCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveSnippetResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveTransactionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveVendorResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveWageSettingResponse.Builder
-
- build() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
- build() - Method in class com.squareup.square.models.RevokeTokenResponse.Builder
-
- build() - Method in class com.squareup.square.models.RiskEvaluation.Builder
-
- build() - Method in class com.squareup.square.models.SaveCardOptions.Builder
-
- build() - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchAvailabilityQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchAvailabilityRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchAvailabilityResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchCatalogItemsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchCustomersRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchCustomersResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchInvoicesRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchInvoicesResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersSort.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersSourceFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchOrdersStateFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchShiftsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchShiftsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchSubscriptionsQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchSubscriptionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchSubscriptionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchTeamMembersQuery.Builder
-
- build() - Method in class com.squareup.square.models.SearchTeamMembersRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchTeamMembersResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalActionsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalActionsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SearchVendorsRequest.Builder
-
- build() - Method in class com.squareup.square.models.SearchVendorsRequestFilter.Builder
-
- build() - Method in class com.squareup.square.models.SearchVendorsRequestSort.Builder
-
- build() - Method in class com.squareup.square.models.SearchVendorsResponse.Builder
-
- build() - Method in class com.squareup.square.models.SegmentFilter.Builder
-
- build() - Method in class com.squareup.square.models.SelectOption.Builder
-
- build() - Method in class com.squareup.square.models.SelectOptions.Builder
-
- build() - Method in class com.squareup.square.models.Shift.Builder
-
Builds a new
Shift object using the set fields.
- build() - Method in class com.squareup.square.models.ShiftFilter.Builder
-
- build() - Method in class com.squareup.square.models.ShiftQuery.Builder
-
Builds a new
ShiftQuery object using the set fields.
- build() - Method in class com.squareup.square.models.ShiftSort.Builder
-
Builds a new
ShiftSort object using the set fields.
- build() - Method in class com.squareup.square.models.ShiftWage.Builder
-
Builds a new
ShiftWage object using the set fields.
- build() - Method in class com.squareup.square.models.ShiftWorkday.Builder
-
- build() - Method in class com.squareup.square.models.ShippingFee.Builder
-
- build() - Method in class com.squareup.square.models.SignatureImage.Builder
-
- build() - Method in class com.squareup.square.models.SignatureOptions.Builder
-
- build() - Method in class com.squareup.square.models.Site.Builder
-
Builds a new
Site object using the set fields.
- build() - Method in class com.squareup.square.models.Snippet.Builder
-
Builds a new
Snippet object using the set fields.
- build() - Method in class com.squareup.square.models.SnippetResponse.Builder
-
- build() - Method in class com.squareup.square.models.SourceApplication.Builder
-
- build() - Method in class com.squareup.square.models.SquareAccountDetails.Builder
-
- build() - Method in class com.squareup.square.models.StandardUnitDescription.Builder
-
- build() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
- build() - Method in class com.squareup.square.models.SubmitEvidenceResponse.Builder
-
- build() - Method in class com.squareup.square.models.Subscription.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionEvent.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionEventInfo.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionPricing.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionSource.Builder
-
- build() - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
- build() - Method in class com.squareup.square.models.SwapPlanRequest.Builder
-
- build() - Method in class com.squareup.square.models.SwapPlanResponse.Builder
-
- build() - Method in class com.squareup.square.models.TaxIds.Builder
-
Builds a new
TaxIds object using the set fields.
- build() - Method in class com.squareup.square.models.TeamMember.Builder
-
Builds a new
TeamMember object using the set fields.
- build() - Method in class com.squareup.square.models.TeamMemberAssignedLocations.Builder
-
- build() - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
- build() - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
- build() - Method in class com.squareup.square.models.Tender.Builder
-
Builds a new
Tender object using the set fields.
- build() - Method in class com.squareup.square.models.TenderBankAccountDetails.Builder
-
- build() - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails.Builder
-
- build() - Method in class com.squareup.square.models.TenderCardDetails.Builder
-
- build() - Method in class com.squareup.square.models.TenderCashDetails.Builder
-
- build() - Method in class com.squareup.square.models.TenderSquareAccountDetails.Builder
-
- build() - Method in class com.squareup.square.models.TerminalAction.Builder
-
- build() - Method in class com.squareup.square.models.TerminalActionQuery.Builder
-
- build() - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
- build() - Method in class com.squareup.square.models.TerminalActionQuerySort.Builder
-
- build() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
- build() - Method in class com.squareup.square.models.TerminalCheckoutQuery.Builder
-
- build() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
- build() - Method in class com.squareup.square.models.TerminalCheckoutQuerySort.Builder
-
- build() - Method in class com.squareup.square.models.TerminalRefund.Builder
-
- build() - Method in class com.squareup.square.models.TerminalRefundQuery.Builder
-
- build() - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
- build() - Method in class com.squareup.square.models.TerminalRefundQuerySort.Builder
-
- build() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.TimeRange.Builder
-
Builds a new
TimeRange object using the set fields.
- build() - Method in class com.squareup.square.models.TipSettings.Builder
-
- build() - Method in class com.squareup.square.models.Transaction.Builder
-
- build() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest.Builder
-
- build() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBookingRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBookingResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBreakTypeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateBreakTypeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCatalogImageRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCatalogImageResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerGroupRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateCustomerResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateItemTaxesResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationSettingsRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateMerchantSettingsRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateOrderResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdatePaymentLinkRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdatePaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdatePaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateShiftRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateShiftResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateTeamMemberRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateTeamMemberResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateVendorRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateVendorResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWageSettingRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWageSettingResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWorkweekConfigRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertCatalogObjectRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse.Builder
-
- build() - Method in class com.squareup.square.models.UpsertSnippetRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpsertSnippetResponse.Builder
-
- build() - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
- build() - Method in class com.squareup.square.models.V1Device.Builder
-
Builds a new
V1Device object using the set fields.
- build() - Method in class com.squareup.square.models.V1ListOrdersRequest.Builder
-
- build() - Method in class com.squareup.square.models.V1ListOrdersResponse.Builder
-
- build() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
- build() - Method in class com.squareup.square.models.V1ListPaymentsResponse.Builder
-
- build() - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
- build() - Method in class com.squareup.square.models.V1ListRefundsResponse.Builder
-
- build() - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
- build() - Method in class com.squareup.square.models.V1ListSettlementsResponse.Builder
-
- build() - Method in class com.squareup.square.models.V1Money.Builder
-
Builds a new
V1Money object using the set fields.
- build() - Method in class com.squareup.square.models.V1Order.Builder
-
Builds a new
V1Order object using the set fields.
- build() - Method in class com.squareup.square.models.V1OrderHistoryEntry.Builder
-
- build() - Method in class com.squareup.square.models.V1Payment.Builder
-
Builds a new
V1Payment object using the set fields.
- build() - Method in class com.squareup.square.models.V1PaymentDiscount.Builder
-
- build() - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
- build() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
- build() - Method in class com.squareup.square.models.V1PaymentModifier.Builder
-
- build() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
- build() - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
- build() - Method in class com.squareup.square.models.V1PhoneNumber.Builder
-
- build() - Method in class com.squareup.square.models.V1Refund.Builder
-
Builds a new
V1Refund object using the set fields.
- build() - Method in class com.squareup.square.models.V1Settlement.Builder
-
- build() - Method in class com.squareup.square.models.V1SettlementEntry.Builder
-
- build() - Method in class com.squareup.square.models.V1Tender.Builder
-
Builds a new
V1Tender object using the set fields.
- build() - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
- build() - Method in class com.squareup.square.models.Vendor.Builder
-
Builds a new
Vendor object using the set fields.
- build() - Method in class com.squareup.square.models.VendorContact.Builder
-
- build() - Method in class com.squareup.square.models.VoidTransactionResponse.Builder
-
- build() - Method in class com.squareup.square.models.WageSetting.Builder
-
- build() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
- build() - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
- build() - Method in class com.squareup.square.SquareClient.Builder
-
Builds a new SquareClient object using the set fields.
- Builder() - Constructor for class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
Default Constructor to initiate builder with default properties.
- Builder() - Constructor for class com.squareup.square.models.AcceptDisputeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
- Builder(LoyaltyEventAccumulatePoints, String, String) - Constructor for class com.squareup.square.models.AccumulateLoyaltyPointsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.AccumulateLoyaltyPointsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ACHDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.AddGroupToCustomerResponse.Builder
-
- Builder(String, Money) - Constructor for class com.squareup.square.models.AdditionalRecipient.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Address.Builder
-
- Builder(String, LoyaltyEventAdjustPoints) - Constructor for class com.squareup.square.models.AdjustLoyaltyPointsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.AdjustLoyaltyPointsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.AfterpayDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ApplicationDetails.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.AppointmentSegment.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Availability.Builder
-
- Builder(String, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class com.squareup.square.models.BankAccount.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BatchChangeInventoryResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchDeleteCatalogObjectsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchDeleteCatalogObjectsResponse.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveInventoryChangesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveInventoryCountsResponse.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.BatchRetrieveOrdersRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BatchRetrieveOrdersResponse.Builder
-
- Builder(String, List<CatalogObjectBatch>) - Constructor for class com.squareup.square.models.BatchUpsertCatalogObjectsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BatchUpsertCatalogObjectsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Booking.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BookingCreatorDetails.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.BookingCustomAttributeDeleteRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BookingCustomAttributeDeleteResponse.Builder
-
- Builder(String, CustomAttribute) - Constructor for class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BookingCustomAttributeUpsertResponse.Builder
-
- Builder(String, String, String, String, boolean) - Constructor for class com.squareup.square.models.Break.Builder
-
Initialization constructor.
- Builder(String, String, String, boolean) - Constructor for class com.squareup.square.models.BreakType.Builder
-
Initialization constructor.
- Builder(Map<String, CreateTeamMemberRequest>) - Constructor for class com.squareup.square.models.BulkCreateTeamMembersRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkCreateTeamMembersResponse.Builder
-
- Builder(Map<String, Vendor>) - Constructor for class com.squareup.square.models.BulkCreateVendorsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkCreateVendorsResponse.Builder
-
- Builder(Map<String, BookingCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse.Builder
-
- Builder(Map<String, BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest.Builder
-
- Builder(Map<String, BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse>) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder
-
- Builder(Map<String, BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest.Builder
-
- Builder(Map<String, BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse>) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse.Builder
-
- Builder(Map<String, BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute>) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute.Builder
-
Initialization constructor.
- Builder(Map<String, DeleteOrderCustomAttributeResponse>) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse.Builder
-
Initialization constructor.
- Builder(List<String>) - Constructor for class com.squareup.square.models.BulkRetrieveBookingsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkRetrieveBookingsResponse.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkRetrieveVendorsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkRetrieveVendorsResponse.Builder
-
- Builder(String, String, String) - Constructor for class com.squareup.square.models.BulkSwapPlanRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkSwapPlanResponse.Builder
-
- Builder(Map<String, UpdateTeamMemberRequest>) - Constructor for class com.squareup.square.models.BulkUpdateTeamMembersRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpdateTeamMembersResponse.Builder
-
- Builder(Map<String, UpdateVendorRequest>) - Constructor for class com.squareup.square.models.BulkUpdateVendorsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpdateVendorsResponse.Builder
-
- Builder(Map<String, BookingCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse.Builder
-
- Builder(Map<String, BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder(String, CustomAttribute) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder
-
- Builder(Map<String, BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder(String, CustomAttribute) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder
-
- Builder(Map<String, BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder(String, CustomAttribute) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse.Builder
-
- Builder(Map<String, BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute>) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest.Builder
-
Initialization constructor.
- Builder(CustomAttribute, String) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
-
Initialization constructor.
- Builder(Map<String, UpsertOrderCustomAttributeResponse>) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BusinessBookingProfile.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BusinessHours.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BusinessHoursPeriod.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BuyNowPayLaterDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CalculateLoyaltyPointsResponse.Builder
-
- Builder(Order) - Constructor for class com.squareup.square.models.CalculateOrderRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CalculateOrderResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelBookingRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelBookingResponse.Builder
-
- Builder(int) - Constructor for class com.squareup.square.models.CancelInvoiceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CancelInvoiceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelLoyaltyPromotionResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelPaymentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelTerminalActionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelTerminalCheckoutResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CancelTerminalRefundResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CaptureTransactionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Card.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CardPaymentDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CardPaymentTimeline.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CashAppDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CashDrawerDevice.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CashDrawerShift.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
- Builder(Money) - Constructor for class com.squareup.square.models.CashPaymentDetails.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogCategory.Builder
-
- Builder(String, String, List<String>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogDiscount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogEcomSeoData.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogIdMapping.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogImage.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogInfoResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItem.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogItemOption.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemOptionForItem.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemOptionValue.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogItemVariation.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogMeasurementUnit.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogModifier.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogModifierList.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CatalogModifierOverride.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.CatalogObject.Builder
-
Initialization constructor.
- Builder(List<CatalogObject>) - Constructor for class com.squareup.square.models.CatalogObjectBatch.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogObjectCategory.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogObjectReference.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogPricingRule.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogProductSet.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogQuery.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.CatalogQueryExact.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogQueryItemsForItemOptions.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForModifierList.Builder
-
Initialization constructor.
- Builder(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForTax.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.CatalogQueryPrefix.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.CatalogQueryRange.Builder
-
Initialization constructor.
- Builder(String, List<String>) - Constructor for class com.squareup.square.models.CatalogQuerySet.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.CatalogQuerySortedAttribute.Builder
-
Initialization constructor.
- Builder(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryText.Builder
-
Initialization constructor.
- Builder(String, Money) - Constructor for class com.squareup.square.models.CatalogQuickAmount.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.CatalogQuickAmountsSettings.Builder
-
Initialization constructor.
- Builder(String, String, String) - Constructor for class com.squareup.square.models.CatalogStockConversion.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
Initialization constructor.
- Builder(String, List<SubscriptionPhase>) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CatalogTax.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogTimePeriod.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CatalogV1Id.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CategoryPathToRootNode.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ChangeBillingAnchorDateRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ChangeBillingAnchorDateResponse.Builder
-
- Builder(String, Money) - Constructor for class com.squareup.square.models.ChargeRequest.Builder
-
Initialization constructor.
- Builder(String, String, Money) - Constructor for class com.squareup.square.models.ChargeRequestAdditionalRecipient.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ChargeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Checkout.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutLocationSettings.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutLocationSettingsBranding.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutLocationSettingsCoupons.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutMerchantSettings.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay.Builder
-
- Builder(Money, Money) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CheckoutOptions.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ClearpayDetails.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CloneOrderRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CloneOrderResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CollectedData.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CompletePaymentRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CompletePaymentResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.Component.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ConfirmationDecision.Builder
-
- Builder(String, String, String) - Constructor for class com.squareup.square.models.ConfirmationOptions.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Coordinates.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse.Builder
-
- Builder(Booking) - Constructor for class com.squareup.square.models.CreateBookingRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateBookingResponse.Builder
-
- Builder(BreakType) - Constructor for class com.squareup.square.models.CreateBreakTypeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateBreakTypeResponse.Builder
-
- Builder(String, String, Card) - Constructor for class com.squareup.square.models.CreateCardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCardResponse.Builder
-
- Builder(String, CatalogObject) - Constructor for class com.squareup.square.models.CreateCatalogImageRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCatalogImageResponse.Builder
-
- Builder(String, CreateOrderRequest) - Constructor for class com.squareup.square.models.CreateCheckoutRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCheckoutResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CreateCustomerCardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCustomerCardResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse.Builder
-
- Builder(CustomerGroup) - Constructor for class com.squareup.square.models.CreateCustomerGroupRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateCustomerGroupResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateCustomerRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateCustomerResponse.Builder
-
- Builder(String, DeviceCode) - Constructor for class com.squareup.square.models.CreateDeviceCodeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateDeviceCodeResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceFileRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateDisputeEvidenceFileResponse.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceTextRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateDisputeEvidenceTextResponse.Builder
-
- Builder(String, GiftCardActivity) - Constructor for class com.squareup.square.models.CreateGiftCardActivityRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateGiftCardActivityResponse.Builder
-
- Builder(String, String, GiftCard) - Constructor for class com.squareup.square.models.CreateGiftCardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateGiftCardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateInvoiceAttachmentRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateInvoiceAttachmentResponse.Builder
-
- Builder(Invoice) - Constructor for class com.squareup.square.models.CreateInvoiceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateInvoiceResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateLocationRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateLocationResponse.Builder
-
- Builder(LoyaltyAccount, String) - Constructor for class com.squareup.square.models.CreateLoyaltyAccountRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateLoyaltyAccountResponse.Builder
-
- Builder(LoyaltyPromotion, String) - Constructor for class com.squareup.square.models.CreateLoyaltyPromotionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateLoyaltyPromotionResponse.Builder
-
- Builder(LoyaltyReward, String) - Constructor for class com.squareup.square.models.CreateLoyaltyRewardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateLoyaltyRewardResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateOrderRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateOrderResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreatePaymentLinkRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreatePaymentLinkResponse.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.CreatePaymentRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreatePaymentResponse.Builder
-
- Builder(String, String, Money) - Constructor for class com.squareup.square.models.CreateRefundRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateRefundResponse.Builder
-
- Builder(Shift) - Constructor for class com.squareup.square.models.CreateShiftRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateShiftResponse.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateTeamMemberRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateTeamMemberResponse.Builder
-
- Builder(String, TerminalAction) - Constructor for class com.squareup.square.models.CreateTerminalActionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateTerminalActionResponse.Builder
-
- Builder(String, TerminalCheckout) - Constructor for class com.squareup.square.models.CreateTerminalCheckoutRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateTerminalCheckoutResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CreateTerminalRefundRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateTerminalRefundResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CreateVendorRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateVendorResponse.Builder
-
- Builder(WebhookSubscription) - Constructor for class com.squareup.square.models.CreateWebhookSubscriptionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateWebhookSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomAttribute.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomAttributeDefinition.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomAttributeFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Customer.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerAddressFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerCreationSourceFilter.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilter.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilters.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerFilter.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CustomerGroup.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CustomerPreferences.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerQuery.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CustomerSegment.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CustomerSort.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerTaxIds.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CustomerTextFilter.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.CustomField.Builder
-
Initialization constructor.
- Builder(String, String, String) - Constructor for class com.squareup.square.models.DataCollectionOptions.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.DateRange.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteBookingCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteBreakTypeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCatalogObjectResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerCardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerGroupResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteCustomerResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteDisputeEvidenceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteInvoiceAttachmentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteInvoiceRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteInvoiceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteLocationCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteLoyaltyRewardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteMerchantCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteOrderCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeletePaymentLinkResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteShiftResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteSnippetResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteSubscriptionActionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteWebhookSubscriptionResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Destination.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DestinationDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DestinationDetailsCardRefundDetails.Builder
-
- Builder(DeviceAttributes) - Constructor for class com.squareup.square.models.Device.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.DeviceAttributes.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.DeviceCode.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsBatteryDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsEthernetDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsMeasurement.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceMetadata.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceStatus.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DigitalWalletDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisableCardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DismissTerminalActionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DismissTerminalCheckoutResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DismissTerminalRefundResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Dispute.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisputedPayment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisputeEvidence.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisputeEvidenceFile.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Employee.Builder
-
- Builder() - Constructor for class com.squareup.square.models.EmployeeWage.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.Error.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Event.Builder
-
- Builder() - Constructor for class com.squareup.square.models.EventData.Builder
-
- Builder() - Constructor for class com.squareup.square.models.EventTypeMetadata.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.ExternalPaymentDetails.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.FilterValue.Builder
-
- Builder() - Constructor for class com.squareup.square.models.FloatNumberRange.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Fulfillment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.FulfillmentRecipient.Builder
-
- Builder() - Constructor for class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetBankAccountByV1IdResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetBankAccountResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetBreakTypeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetDeviceCodeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetDeviceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetEmployeeWageResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetInvoiceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetPaymentRefundResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetPaymentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetPayoutResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetShiftResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetTeamMemberWageResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetTerminalActionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetTerminalCheckoutResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.GetTerminalRefundResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.GiftCard.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.GiftCardActivity.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.GiftCardActivityActivate.Builder
-
- Builder(Money, String) - Constructor for class com.squareup.square.models.GiftCardActivityAdjustDecrement.Builder
-
Initialization constructor.
- Builder(Money, String) - Constructor for class com.squareup.square.models.GiftCardActivityAdjustIncrement.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.GiftCardActivityBlock.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.GiftCardActivityClearBalance.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.GiftCardActivityDeactivate.Builder
-
Initialization constructor.
- Builder(Money) - Constructor for class com.squareup.square.models.GiftCardActivityImport.Builder
-
Initialization constructor.
- Builder(Money) - Constructor for class com.squareup.square.models.GiftCardActivityImportReversal.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.GiftCardActivityLoad.Builder
-
- Builder(Money) - Constructor for class com.squareup.square.models.GiftCardActivityRedeem.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.GiftCardActivityRefund.Builder
-
- Builder(String, Money) - Constructor for class com.squareup.square.models.GiftCardActivityTransferBalanceFrom.Builder
-
Initialization constructor.
- Builder(String, Money) - Constructor for class com.squareup.square.models.GiftCardActivityTransferBalanceTo.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.GiftCardActivityUnblock.Builder
-
Initialization constructor.
- Builder(Money) - Constructor for class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.InventoryAdjustment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InventoryAdjustmentGroup.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InventoryChange.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InventoryCount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InventoryPhysicalCount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InventoryTransfer.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Invoice.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InvoiceAttachment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InvoiceCustomField.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.InvoiceFilter.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.InvoicePaymentReminder.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InvoicePaymentRequest.Builder
-
- Builder(InvoiceFilter) - Constructor for class com.squareup.square.models.InvoiceQuery.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.InvoiceRecipient.Builder
-
- Builder() - Constructor for class com.squareup.square.models.InvoiceRecipientTaxIds.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.InvoiceSort.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.JobAssignment.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LinkCustomerToGiftCardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LinkCustomerToGiftCardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBankAccountsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBankAccountsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBookingsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBreakTypesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListBreakTypesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCardsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCardsResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ListCashDrawerShiftEventsResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ListCashDrawerShiftsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCatalogRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCatalogResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerGroupsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomerSegmentsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomersRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListCustomersResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDeviceCodesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDevicesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDevicesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDisputeEvidenceRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDisputeEvidenceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDisputesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListDisputesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListEmployeesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListEmployeesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListEmployeeWagesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListGiftCardActivitiesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListGiftCardsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListGiftCardsResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.ListInvoicesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ListInvoicesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationBookingProfilesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLocationsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLoyaltyProgramsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListLoyaltyPromotionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
- Builder(List<CustomAttributeDefinition>) - Constructor for class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListOrderCustomAttributesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentLinksResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentRefundsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPaymentsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPayoutEntriesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPayoutsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListPayoutsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListRefundsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListRefundsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListSitesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListSubscriptionEventsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTeamMemberBookingProfilesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTeamMemberWagesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTransactionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListTransactionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWebhookEventTypesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWebhookEventTypesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWebhookSubscriptionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListWorkweekConfigsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Location.Builder
-
- Builder() - Constructor for class com.squareup.square.models.LocationBookingProfile.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyAccount.Builder
-
Initialization constructor.
- Builder(int, String) - Constructor for class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyAccountMapping.Builder
-
- Builder(String, String, String, String, String) - Constructor for class com.squareup.square.models.LoyaltyEvent.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyEventAccumulatePoints.Builder
-
- Builder(int, String) - Constructor for class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints.Builder
-
Initialization constructor.
- Builder(int) - Constructor for class com.squareup.square.models.LoyaltyEventAdjustPoints.Builder
-
Initialization constructor.
- Builder(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventCreateReward.Builder
-
Initialization constructor.
- Builder(TimeRange) - Constructor for class com.squareup.square.models.LoyaltyEventDateTimeFilter.Builder
-
Initialization constructor.
- Builder(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventDeleteReward.Builder
-
Initialization constructor.
- Builder(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventExpirePoints.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyEventFilter.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.LoyaltyEventLocationFilter.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyEventOrderFilter.Builder
-
Initialization constructor.
- Builder(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventOther.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyEventQuery.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyEventRedeemReward.Builder
-
Initialization constructor.
- Builder(List<String>) - Constructor for class com.squareup.square.models.LoyaltyEventTypeFilter.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyProgram.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData.Builder
-
Initialization constructor.
- Builder(Money, String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyProgramExpirationPolicy.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.LoyaltyProgramRewardDefinition.Builder
-
Initialization constructor.
- Builder(int, CatalogObjectReference) - Constructor for class com.squareup.square.models.LoyaltyProgramRewardTier.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.LoyaltyProgramTerminology.Builder
-
Initialization constructor.
- Builder(String, LoyaltyPromotionIncentive, LoyaltyPromotionAvailableTimeData) - Constructor for class com.squareup.square.models.LoyaltyPromotion.Builder
-
Initialization constructor.
- Builder(List<String>) - Constructor for class com.squareup.square.models.LoyaltyPromotionAvailableTimeData.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentive.Builder
-
Initialization constructor.
- Builder(int) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData.Builder
-
- Builder(int) - Constructor for class com.squareup.square.models.LoyaltyPromotionTriggerLimit.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.LoyaltyReward.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.MeasurementUnit.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.MeasurementUnitCustom.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.Merchant.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ModifierLocationOverrides.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Money.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.ObtainTokenRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ObtainTokenResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.Order.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.OrderCreated.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderCreatedObject.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderEntry.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentUpdatedObject.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderFulfillmentUpdatedUpdate.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.OrderLineItem.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.OrderLineItemAppliedDiscount.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.OrderLineItemAppliedServiceCharge.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.OrderLineItemAppliedTax.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemDiscount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemModifier.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderLineItemTax.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderMoneyAmounts.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderPricingOptions.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderQuantityUnit.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderReturn.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderReturnDiscount.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.OrderReturnLineItem.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderReturnTax.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderReturnTip.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.OrderReward.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.OrderRoundingAdjustment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderServiceCharge.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderSource.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderUpdated.Builder
-
- Builder() - Constructor for class com.squareup.square.models.OrderUpdatedObject.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaginationCursor.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PauseSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Payment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityChargeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityDisputeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityFeeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityOtherDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityRefundDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail.Builder
-
- Builder(int) - Constructor for class com.squareup.square.models.PaymentLink.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
- Builder() - Constructor for class com.squareup.square.models.PaymentOptions.Builder
-
- Builder(String, Money) - Constructor for class com.squareup.square.models.PaymentRefund.Builder
-
Initialization constructor.
- Builder(String) - Constructor for class com.squareup.square.models.PayOrderRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.PayOrderResponse.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.Payout.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.PayoutEntry.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.PayoutFee.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Phase.Builder
-
- Builder(long) - Constructor for class com.squareup.square.models.PhaseInput.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.PrePopulatedData.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ProcessingFee.Builder
-
- Builder(int) - Constructor for class com.squareup.square.models.PublishInvoiceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.PublishInvoiceResponse.Builder
-
- Builder(String, String, String) - Constructor for class com.squareup.square.models.QrCodeOptions.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.QuantityRatio.Builder
-
- Builder(String, Money, String) - Constructor for class com.squareup.square.models.QuickPay.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Range.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.ReceiptOptions.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.RedeemLoyaltyRewardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RedeemLoyaltyRewardResponse.Builder
-
- Builder(String, String, String, String, Money, String) - Constructor for class com.squareup.square.models.Refund.Builder
-
Initialization constructor.
- Builder(String, Money) - Constructor for class com.squareup.square.models.RefundPaymentRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RefundPaymentResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.RegisterDomainRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RegisterDomainResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RemoveGroupFromCustomerResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RenewTokenRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RenewTokenResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ResumeSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ResumeSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBookingResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveBusinessBookingProfileResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCardResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.RetrieveCashDrawerShiftRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RetrieveCashDrawerShiftResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCatalogObjectResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerGroupResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveCustomerSegmentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveDisputeEvidenceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveDisputeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveEmployeeResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromGANRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RetrieveGiftCardFromGANResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromNonceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.RetrieveGiftCardFromNonceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveGiftCardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryAdjustmentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryChangesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryCountResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveInventoryTransferResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationBookingProfileResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLocationSettingsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLoyaltyAccountResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLoyaltyProgramResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLoyaltyPromotionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveLoyaltyRewardResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveMerchantSettingsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveOrderResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrievePaymentLinkResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveSnippetResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveTeamMemberResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveTokenStatusResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveTransactionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveVendorResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveWageSettingResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RetrieveWebhookSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RevokeTokenRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RevokeTokenResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.RiskEvaluation.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SaveCardOptions.Builder
-
Initialization constructor.
- Builder(TimeRange) - Constructor for class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Initialization constructor.
- Builder(SearchAvailabilityFilter) - Constructor for class com.squareup.square.models.SearchAvailabilityQuery.Builder
-
Initialization constructor.
- Builder(SearchAvailabilityQuery) - Constructor for class com.squareup.square.models.SearchAvailabilityRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SearchAvailabilityResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCatalogItemsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCatalogObjectsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCustomersRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchCustomersResponse.Builder
-
- Builder(InvoiceQuery) - Constructor for class com.squareup.square.models.SearchInvoicesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SearchInvoicesResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyEventsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyEventsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsRequest.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersCustomerFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersDateTimeFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersFulfillmentFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SearchOrdersSort.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SearchOrdersSourceFilter.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.SearchOrdersStateFilter.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SearchShiftsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchShiftsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchSubscriptionsQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchSubscriptionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchSubscriptionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTeamMembersQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTeamMembersRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTeamMembersResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalActionsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalActionsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalCheckoutsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalCheckoutsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalRefundsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchTerminalRefundsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchVendorsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchVendorsRequestFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchVendorsRequestSort.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SearchVendorsResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SegmentFilter.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.SelectOption.Builder
-
Initialization constructor.
- Builder(String, String, List<SelectOption>) - Constructor for class com.squareup.square.models.SelectOptions.Builder
-
Initialization constructor.
- Builder(String, String) - Constructor for class com.squareup.square.models.Shift.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.ShiftFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ShiftQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ShiftSort.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ShiftWage.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ShiftWorkday.Builder
-
- Builder(Money) - Constructor for class com.squareup.square.models.ShippingFee.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SignatureImage.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.SignatureOptions.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Site.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.Snippet.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SnippetResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SourceApplication.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SquareAccountDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.StandardUnitDescription.Builder
-
- Builder() - Constructor for class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SubmitEvidenceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Subscription.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SubscriptionAction.Builder
-
- Builder(String, String, String, String) - Constructor for class com.squareup.square.models.SubscriptionEvent.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SubscriptionEventInfo.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SubscriptionPhase.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.SubscriptionPricing.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SubscriptionSource.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SubscriptionTestResult.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SwapPlanRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SwapPlanResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TaxIds.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TeamMember.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TeamMemberAssignedLocations.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TeamMemberWage.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.Tender.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.TenderBankAccountDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TenderBuyNowPayLaterDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TenderCardDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TenderCashDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TenderSquareAccountDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalAction.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalActionQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalActionQuerySort.Builder
-
- Builder(Money, DeviceCheckoutOptions) - Constructor for class com.squareup.square.models.TerminalCheckout.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.TerminalCheckoutQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalCheckoutQuerySort.Builder
-
- Builder(String, Money, String, String) - Constructor for class com.squareup.square.models.TerminalRefund.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.TerminalRefundQuery.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TerminalRefundQuerySort.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TestWebhookSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TestWebhookSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TimeRange.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TipSettings.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Transaction.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse.Builder
-
- Builder(Booking) - Constructor for class com.squareup.square.models.UpdateBookingRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateBookingResponse.Builder
-
- Builder(BreakType) - Constructor for class com.squareup.square.models.UpdateBreakTypeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateBreakTypeResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.UpdateCatalogImageRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateCatalogImageResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse.Builder
-
- Builder(CustomerGroup) - Constructor for class com.squareup.square.models.UpdateCustomerGroupRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateCustomerGroupResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateCustomerRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateCustomerResponse.Builder
-
- Builder(Invoice) - Constructor for class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateInvoiceResponse.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.UpdateItemModifierListsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateItemModifierListsResponse.Builder
-
- Builder(List<String>) - Constructor for class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateItemTaxesResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateLocationRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateLocationResponse.Builder
-
- Builder(CheckoutLocationSettings) - Constructor for class com.squareup.square.models.UpdateLocationSettingsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateLocationSettingsResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse.Builder
-
- Builder(CheckoutMerchantSettings) - Constructor for class com.squareup.square.models.UpdateMerchantSettingsRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateMerchantSettingsResponse.Builder
-
- Builder(CustomAttributeDefinition) - Constructor for class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateOrderRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateOrderResponse.Builder
-
- Builder(PaymentLink) - Constructor for class com.squareup.square.models.UpdatePaymentLinkRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdatePaymentLinkResponse.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.UpdatePaymentRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdatePaymentResponse.Builder
-
- Builder(Shift) - Constructor for class com.squareup.square.models.UpdateShiftRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateShiftResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateTeamMemberRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateTeamMemberResponse.Builder
-
- Builder(Vendor) - Constructor for class com.squareup.square.models.UpdateVendorRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateVendorResponse.Builder
-
- Builder(WageSetting) - Constructor for class com.squareup.square.models.UpdateWageSettingRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateWageSettingResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse.Builder
-
- Builder(WorkweekConfig) - Constructor for class com.squareup.square.models.UpdateWorkweekConfigRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpdateWorkweekConfigResponse.Builder
-
- Builder(CustomAttribute) - Constructor for class com.squareup.square.models.UpsertBookingCustomAttributeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertBookingCustomAttributeResponse.Builder
-
- Builder(String, CatalogObject) - Constructor for class com.squareup.square.models.UpsertCatalogObjectRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertCatalogObjectResponse.Builder
-
- Builder(CustomAttribute) - Constructor for class com.squareup.square.models.UpsertCustomerCustomAttributeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertCustomerCustomAttributeResponse.Builder
-
- Builder(CustomAttribute) - Constructor for class com.squareup.square.models.UpsertLocationCustomAttributeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertLocationCustomAttributeResponse.Builder
-
- Builder(CustomAttribute) - Constructor for class com.squareup.square.models.UpsertMerchantCustomAttributeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertMerchantCustomAttributeResponse.Builder
-
- Builder(CustomAttribute) - Constructor for class com.squareup.square.models.UpsertOrderCustomAttributeRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertOrderCustomAttributeResponse.Builder
-
- Builder(Snippet) - Constructor for class com.squareup.square.models.UpsertSnippetRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.UpsertSnippetResponse.Builder
-
- Builder(String, String, String) - Constructor for class com.squareup.square.models.V1CreateRefundRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.V1Device.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListOrdersRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListOrdersResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListPaymentsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListRefundsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListRefundsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1ListSettlementsResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1Money.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1Order.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1OrderHistoryEntry.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1Payment.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentDiscount.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentItemDetail.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentItemization.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentModifier.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentSurcharge.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1PaymentTax.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.V1PhoneNumber.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.V1Refund.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1Settlement.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1SettlementEntry.Builder
-
- Builder() - Constructor for class com.squareup.square.models.V1Tender.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.Vendor.Builder
-
- Builder(int) - Constructor for class com.squareup.square.models.VendorContact.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.VoidTransactionResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.WageSetting.Builder
-
- Builder() - Constructor for class com.squareup.square.models.WebhookSubscription.Builder
-
- Builder(String, String) - Constructor for class com.squareup.square.models.WorkweekConfig.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.SquareClient.Builder
-
- bulkCreateTeamMembers(BulkCreateTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates multiple `TeamMember` objects.
- bulkCreateTeamMembers(BulkCreateTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates multiple `TeamMember` objects.
- bulkCreateTeamMembersAsync(BulkCreateTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates multiple `TeamMember` objects.
- bulkCreateTeamMembersAsync(BulkCreateTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates multiple `TeamMember` objects.
- BulkCreateTeamMembersRequest - Class in com.squareup.square.models
-
This is a model class for BulkCreateTeamMembersRequest type.
- BulkCreateTeamMembersRequest(Map<String, CreateTeamMemberRequest>) - Constructor for class com.squareup.square.models.BulkCreateTeamMembersRequest
-
Initialization constructor.
- BulkCreateTeamMembersRequest.Builder - Class in com.squareup.square.models
-
- BulkCreateTeamMembersResponse - Class in com.squareup.square.models
-
This is a model class for BulkCreateTeamMembersResponse type.
- BulkCreateTeamMembersResponse(Map<String, CreateTeamMemberResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkCreateTeamMembersResponse
-
Initialization constructor.
- BulkCreateTeamMembersResponse.Builder - Class in com.squareup.square.models
-
- bulkCreateVendors(BulkCreateVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Creates one or more [Vendor]($m/Vendor) objects to represent suppliers to a seller.
- bulkCreateVendors(BulkCreateVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Creates one or more [Vendor]($m/Vendor) objects to represent suppliers to a seller.
- bulkCreateVendorsAsync(BulkCreateVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Creates one or more [Vendor]($m/Vendor) objects to represent suppliers to a seller.
- bulkCreateVendorsAsync(BulkCreateVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Creates one or more [Vendor]($m/Vendor) objects to represent suppliers to a seller.
- BulkCreateVendorsRequest - Class in com.squareup.square.models
-
This is a model class for BulkCreateVendorsRequest type.
- BulkCreateVendorsRequest(Map<String, Vendor>) - Constructor for class com.squareup.square.models.BulkCreateVendorsRequest
-
Initialization constructor.
- BulkCreateVendorsRequest.Builder - Class in com.squareup.square.models
-
- BulkCreateVendorsResponse - Class in com.squareup.square.models
-
This is a model class for BulkCreateVendorsResponse type.
- BulkCreateVendorsResponse(List<Error>, Map<String, CreateVendorResponse>) - Constructor for class com.squareup.square.models.BulkCreateVendorsResponse
-
Initialization constructor.
- BulkCreateVendorsResponse.Builder - Class in com.squareup.square.models
-
- bulkDeleteBookingCustomAttributes(BulkDeleteBookingCustomAttributesRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Bulk deletes bookings custom attributes.
- bulkDeleteBookingCustomAttributes(BulkDeleteBookingCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Bulk deletes bookings custom attributes.
- bulkDeleteBookingCustomAttributesAsync(BulkDeleteBookingCustomAttributesRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Bulk deletes bookings custom attributes.
- bulkDeleteBookingCustomAttributesAsync(BulkDeleteBookingCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Bulk deletes bookings custom attributes.
- BulkDeleteBookingCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteBookingCustomAttributesRequest type.
- BulkDeleteBookingCustomAttributesRequest(Map<String, BookingCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest
-
Initialization constructor.
- BulkDeleteBookingCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteBookingCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteBookingCustomAttributesResponse type.
- BulkDeleteBookingCustomAttributesResponse(Map<String, BookingCustomAttributeDeleteResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
Initialization constructor.
- BulkDeleteBookingCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- bulkDeleteLocationCustomAttributes(BulkDeleteLocationCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkDeleteLocationCustomAttributes(BulkDeleteLocationCustomAttributesRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkDeleteLocationCustomAttributesAsync(BulkDeleteLocationCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkDeleteLocationCustomAttributesAsync(BulkDeleteLocationCustomAttributesRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- BulkDeleteLocationCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteLocationCustomAttributesRequest type.
- BulkDeleteLocationCustomAttributesRequest(Map<String, BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest
-
Initialization constructor.
- BulkDeleteLocationCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest type.
- BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest(String) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest
-
Initialization constructor.
- BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteLocationCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteLocationCustomAttributesResponse type.
- BulkDeleteLocationCustomAttributesResponse(Map<String, BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
Initialization constructor.
- BulkDeleteLocationCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse type.
- BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse(String, List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
-
Initialization constructor.
- BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder - Class in com.squareup.square.models
-
- bulkDeleteMerchantCustomAttributes(BulkDeleteMerchantCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for a merchant as a bulk operation.
- bulkDeleteMerchantCustomAttributes(BulkDeleteMerchantCustomAttributesRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for a merchant as a bulk operation.
- bulkDeleteMerchantCustomAttributesAsync(BulkDeleteMerchantCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for a merchant as a bulk operation.
- bulkDeleteMerchantCustomAttributesAsync(BulkDeleteMerchantCustomAttributesRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes [custom attributes]($m/CustomAttribute) for a merchant as a bulk operation.
- BulkDeleteMerchantCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteMerchantCustomAttributesRequest type.
- BulkDeleteMerchantCustomAttributesRequest(Map<String, BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest>) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest
-
Initialization constructor.
- BulkDeleteMerchantCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest type.
- BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest(String) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest
-
Initialization constructor.
- BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteMerchantCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteMerchantCustomAttributesResponse type.
- BulkDeleteMerchantCustomAttributesResponse(Map<String, BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
Initialization constructor.
- BulkDeleteMerchantCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse type.
- BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse(List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse
-
Initialization constructor.
- BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse.Builder - Class in com.squareup.square.models
-
- bulkDeleteOrderCustomAttributes(BulkDeleteOrderCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkDeleteOrderCustomAttributes(BulkDeleteOrderCustomAttributesRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkDeleteOrderCustomAttributesAsync(BulkDeleteOrderCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkDeleteOrderCustomAttributesAsync(BulkDeleteOrderCustomAttributesRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes order [custom attributes]($m/CustomAttribute) as a bulk operation.
- BulkDeleteOrderCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkDeleteOrderCustomAttributesRequest type.
- BulkDeleteOrderCustomAttributesRequest(Map<String, BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute>) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest
-
Initialization constructor.
- BulkDeleteOrderCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute - Class in com.squareup.square.models
-
This is a model class for BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute type.
- BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute(String, String) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
-
Initialization constructor.
- BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute.Builder - Class in com.squareup.square.models
-
- BulkDeleteOrderCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkDeleteOrderCustomAttributesResponse type.
- BulkDeleteOrderCustomAttributesResponse(Map<String, DeleteOrderCustomAttributeResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
Initialization constructor.
- BulkDeleteOrderCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- bulkRetrieveBookings(BulkRetrieveBookingsRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Bulk-Retrieves a list of bookings by booking IDs.
- bulkRetrieveBookings(BulkRetrieveBookingsRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Bulk-Retrieves a list of bookings by booking IDs.
- bulkRetrieveBookingsAsync(BulkRetrieveBookingsRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Bulk-Retrieves a list of bookings by booking IDs.
- bulkRetrieveBookingsAsync(BulkRetrieveBookingsRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Bulk-Retrieves a list of bookings by booking IDs.
- BulkRetrieveBookingsRequest - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveBookingsRequest type.
- BulkRetrieveBookingsRequest(List<String>) - Constructor for class com.squareup.square.models.BulkRetrieveBookingsRequest
-
Initialization constructor.
- BulkRetrieveBookingsRequest.Builder - Class in com.squareup.square.models
-
- BulkRetrieveBookingsResponse - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveBookingsResponse type.
- BulkRetrieveBookingsResponse(Map<String, RetrieveBookingResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkRetrieveBookingsResponse
-
Initialization constructor.
- BulkRetrieveBookingsResponse.Builder - Class in com.squareup.square.models
-
- bulkRetrieveTeamMemberBookingProfiles(BulkRetrieveTeamMemberBookingProfilesRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves one or more team members' booking profiles.
- bulkRetrieveTeamMemberBookingProfiles(BulkRetrieveTeamMemberBookingProfilesRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves one or more team members' booking profiles.
- bulkRetrieveTeamMemberBookingProfilesAsync(BulkRetrieveTeamMemberBookingProfilesRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves one or more team members' booking profiles.
- bulkRetrieveTeamMemberBookingProfilesAsync(BulkRetrieveTeamMemberBookingProfilesRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves one or more team members' booking profiles.
- BulkRetrieveTeamMemberBookingProfilesRequest - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveTeamMemberBookingProfilesRequest type.
- BulkRetrieveTeamMemberBookingProfilesRequest(List<String>) - Constructor for class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest
-
Initialization constructor.
- BulkRetrieveTeamMemberBookingProfilesRequest.Builder - Class in com.squareup.square.models
-
- BulkRetrieveTeamMemberBookingProfilesResponse - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveTeamMemberBookingProfilesResponse type.
- BulkRetrieveTeamMemberBookingProfilesResponse(Map<String, RetrieveTeamMemberBookingProfileResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
Initialization constructor.
- BulkRetrieveTeamMemberBookingProfilesResponse.Builder - Class in com.squareup.square.models
-
- bulkRetrieveVendors(BulkRetrieveVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Retrieves one or more vendors of specified [Vendor]($m/Vendor) IDs.
- bulkRetrieveVendors(BulkRetrieveVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Retrieves one or more vendors of specified [Vendor]($m/Vendor) IDs.
- bulkRetrieveVendorsAsync(BulkRetrieveVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Retrieves one or more vendors of specified [Vendor]($m/Vendor) IDs.
- bulkRetrieveVendorsAsync(BulkRetrieveVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Retrieves one or more vendors of specified [Vendor]($m/Vendor) IDs.
- BulkRetrieveVendorsRequest - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveVendorsRequest type.
- BulkRetrieveVendorsRequest(List<String>) - Constructor for class com.squareup.square.models.BulkRetrieveVendorsRequest
-
Initialization constructor.
- BulkRetrieveVendorsRequest(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.BulkRetrieveVendorsRequest
-
Initialization constructor.
- BulkRetrieveVendorsRequest.Builder - Class in com.squareup.square.models
-
- BulkRetrieveVendorsResponse - Class in com.squareup.square.models
-
This is a model class for BulkRetrieveVendorsResponse type.
- BulkRetrieveVendorsResponse(List<Error>, Map<String, RetrieveVendorResponse>) - Constructor for class com.squareup.square.models.BulkRetrieveVendorsResponse
-
Initialization constructor.
- BulkRetrieveVendorsResponse.Builder - Class in com.squareup.square.models
-
- bulkSwapPlan(BulkSwapPlanRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a plan variation change for all active subscriptions under a given plan variation.
- bulkSwapPlan(BulkSwapPlanRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a plan variation change for all active subscriptions under a given plan variation.
- bulkSwapPlanAsync(BulkSwapPlanRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a plan variation change for all active subscriptions under a given plan variation.
- bulkSwapPlanAsync(BulkSwapPlanRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a plan variation change for all active subscriptions under a given plan variation.
- BulkSwapPlanRequest - Class in com.squareup.square.models
-
This is a model class for BulkSwapPlanRequest type.
- BulkSwapPlanRequest(String, String, String) - Constructor for class com.squareup.square.models.BulkSwapPlanRequest
-
Initialization constructor.
- BulkSwapPlanRequest.Builder - Class in com.squareup.square.models
-
- BulkSwapPlanResponse - Class in com.squareup.square.models
-
This is a model class for BulkSwapPlanResponse type.
- BulkSwapPlanResponse(List<Error>, Integer) - Constructor for class com.squareup.square.models.BulkSwapPlanResponse
-
Initialization constructor.
- BulkSwapPlanResponse.Builder - Class in com.squareup.square.models
-
- bulkUpdateTeamMembers(BulkUpdateTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Updates multiple `TeamMember` objects.
- bulkUpdateTeamMembers(BulkUpdateTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Updates multiple `TeamMember` objects.
- bulkUpdateTeamMembersAsync(BulkUpdateTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Updates multiple `TeamMember` objects.
- bulkUpdateTeamMembersAsync(BulkUpdateTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Updates multiple `TeamMember` objects.
- BulkUpdateTeamMembersRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpdateTeamMembersRequest type.
- BulkUpdateTeamMembersRequest(Map<String, UpdateTeamMemberRequest>) - Constructor for class com.squareup.square.models.BulkUpdateTeamMembersRequest
-
Initialization constructor.
- BulkUpdateTeamMembersRequest.Builder - Class in com.squareup.square.models
-
- BulkUpdateTeamMembersResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpdateTeamMembersResponse type.
- BulkUpdateTeamMembersResponse(Map<String, UpdateTeamMemberResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
Initialization constructor.
- BulkUpdateTeamMembersResponse.Builder - Class in com.squareup.square.models
-
- bulkUpdateVendors(BulkUpdateVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Updates one or more of existing [Vendor]($m/Vendor) objects as suppliers to a seller.
- bulkUpdateVendors(BulkUpdateVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Updates one or more of existing [Vendor]($m/Vendor) objects as suppliers to a seller.
- bulkUpdateVendorsAsync(BulkUpdateVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Updates one or more of existing [Vendor]($m/Vendor) objects as suppliers to a seller.
- bulkUpdateVendorsAsync(BulkUpdateVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Updates one or more of existing [Vendor]($m/Vendor) objects as suppliers to a seller.
- BulkUpdateVendorsRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpdateVendorsRequest type.
- BulkUpdateVendorsRequest(Map<String, UpdateVendorRequest>) - Constructor for class com.squareup.square.models.BulkUpdateVendorsRequest
-
Initialization constructor.
- BulkUpdateVendorsRequest.Builder - Class in com.squareup.square.models
-
- BulkUpdateVendorsResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpdateVendorsResponse type.
- BulkUpdateVendorsResponse(List<Error>, Map<String, UpdateVendorResponse>) - Constructor for class com.squareup.square.models.BulkUpdateVendorsResponse
-
Initialization constructor.
- BulkUpdateVendorsResponse.Builder - Class in com.squareup.square.models
-
- bulkUpsertBookingCustomAttributes(BulkUpsertBookingCustomAttributesRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Bulk upserts bookings custom attributes.
- bulkUpsertBookingCustomAttributes(BulkUpsertBookingCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Bulk upserts bookings custom attributes.
- bulkUpsertBookingCustomAttributesAsync(BulkUpsertBookingCustomAttributesRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Bulk upserts bookings custom attributes.
- bulkUpsertBookingCustomAttributesAsync(BulkUpsertBookingCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Bulk upserts bookings custom attributes.
- BulkUpsertBookingCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertBookingCustomAttributesRequest type.
- BulkUpsertBookingCustomAttributesRequest(Map<String, BookingCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest
-
Initialization constructor.
- BulkUpsertBookingCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertBookingCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertBookingCustomAttributesResponse type.
- BulkUpsertBookingCustomAttributesResponse(Map<String, BookingCustomAttributeUpsertResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
Initialization constructor.
- BulkUpsertBookingCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- bulkUpsertCustomerCustomAttributes(BulkUpsertCustomerCustomAttributesRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for customer profiles as a bulk
operation.
- bulkUpsertCustomerCustomAttributes(BulkUpsertCustomerCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for customer profiles as a bulk
operation.
- bulkUpsertCustomerCustomAttributesAsync(BulkUpsertCustomerCustomAttributesRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for customer profiles as a bulk
operation.
- bulkUpsertCustomerCustomAttributesAsync(BulkUpsertCustomerCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for customer profiles as a bulk
operation.
- BulkUpsertCustomerCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertCustomerCustomAttributesRequest type.
- BulkUpsertCustomerCustomAttributesRequest(Map<String, BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest
-
Initialization constructor.
- BulkUpsertCustomerCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest type.
- BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest(String, CustomAttribute, String) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest(String, CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertCustomerCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertCustomerCustomAttributesResponse type.
- BulkUpsertCustomerCustomAttributesResponse(Map<String, BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
Initialization constructor.
- BulkUpsertCustomerCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse type.
- BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse(String, CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Initialization constructor.
- BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder - Class in com.squareup.square.models
-
- bulkUpsertLocationCustomAttributes(BulkUpsertLocationCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkUpsertLocationCustomAttributes(BulkUpsertLocationCustomAttributesRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkUpsertLocationCustomAttributesAsync(BulkUpsertLocationCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- bulkUpsertLocationCustomAttributesAsync(BulkUpsertLocationCustomAttributesRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for locations as a bulk operation.
- BulkUpsertLocationCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertLocationCustomAttributesRequest type.
- BulkUpsertLocationCustomAttributesRequest(Map<String, BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest
-
Initialization constructor.
- BulkUpsertLocationCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest type.
- BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest(String, CustomAttribute, String) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest(String, CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertLocationCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertLocationCustomAttributesResponse type.
- BulkUpsertLocationCustomAttributesResponse(Map<String, BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
Initialization constructor.
- BulkUpsertLocationCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse type.
- BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse(String, CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
Initialization constructor.
- BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder - Class in com.squareup.square.models
-
- bulkUpsertMerchantCustomAttributes(BulkUpsertMerchantCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for a merchant as a bulk
operation.
- bulkUpsertMerchantCustomAttributes(BulkUpsertMerchantCustomAttributesRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for a merchant as a bulk
operation.
- bulkUpsertMerchantCustomAttributesAsync(BulkUpsertMerchantCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for a merchant as a bulk
operation.
- bulkUpsertMerchantCustomAttributesAsync(BulkUpsertMerchantCustomAttributesRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates or updates [custom attributes]($m/CustomAttribute) for a merchant as a bulk
operation.
- BulkUpsertMerchantCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertMerchantCustomAttributesRequest type.
- BulkUpsertMerchantCustomAttributesRequest(Map<String, BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest>) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest
-
Initialization constructor.
- BulkUpsertMerchantCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest type.
- BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String, CustomAttribute, String) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String, CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Initialization constructor.
- BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertMerchantCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertMerchantCustomAttributesResponse type.
- BulkUpsertMerchantCustomAttributesResponse(Map<String, BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
Initialization constructor.
- BulkUpsertMerchantCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse type.
- BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse(String, CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
Initialization constructor.
- BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse.Builder - Class in com.squareup.square.models
-
- bulkUpsertOrderCustomAttributes(BulkUpsertOrderCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates or updates order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkUpsertOrderCustomAttributes(BulkUpsertOrderCustomAttributesRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates or updates order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkUpsertOrderCustomAttributesAsync(BulkUpsertOrderCustomAttributesRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates or updates order [custom attributes]($m/CustomAttribute) as a bulk operation.
- bulkUpsertOrderCustomAttributesAsync(BulkUpsertOrderCustomAttributesRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates or updates order [custom attributes]($m/CustomAttribute) as a bulk operation.
- BulkUpsertOrderCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for BulkUpsertOrderCustomAttributesRequest type.
- BulkUpsertOrderCustomAttributesRequest(Map<String, BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute>) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest
-
Initialization constructor.
- BulkUpsertOrderCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute - Class in com.squareup.square.models
-
This is a model class for BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute type.
- BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute, String, String) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Initialization constructor.
- BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Initialization constructor.
- BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder - Class in com.squareup.square.models
-
- BulkUpsertOrderCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for BulkUpsertOrderCustomAttributesResponse type.
- BulkUpsertOrderCustomAttributesResponse(Map<String, UpsertOrderCustomAttributeResponse>, List<Error>) - Constructor for class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
Initialization constructor.
- BulkUpsertOrderCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- BusinessAppointmentSettings - Class in com.squareup.square.models
-
This is a model class for BusinessAppointmentSettings type.
- BusinessAppointmentSettings(List<String>, String, Integer, Integer, Boolean, Boolean, String, Integer, Integer, Money, String, String, Boolean) - Constructor for class com.squareup.square.models.BusinessAppointmentSettings
-
Initialization constructor.
- BusinessAppointmentSettings(OptionalNullable<List<String>>, String, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, String, OptionalNullable<Integer>, OptionalNullable<Integer>, Money, String, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.BusinessAppointmentSettings
-
Initialization constructor.
- businessAppointmentSettings(BusinessAppointmentSettings) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for businessAppointmentSettings.
- BusinessAppointmentSettings.Builder - Class in com.squareup.square.models
-
- BusinessBookingProfile - Class in com.squareup.square.models
-
This is a model class for BusinessBookingProfile type.
- BusinessBookingProfile(String, String, Boolean, String, String, Boolean, BusinessAppointmentSettings, Boolean) - Constructor for class com.squareup.square.models.BusinessBookingProfile
-
Initialization constructor.
- BusinessBookingProfile(OptionalNullable<String>, String, OptionalNullable<Boolean>, String, String, OptionalNullable<Boolean>, BusinessAppointmentSettings, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.BusinessBookingProfile
-
Initialization constructor.
- businessBookingProfile(BusinessBookingProfile) - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse.Builder
-
Setter for businessBookingProfile.
- BusinessBookingProfile.Builder - Class in com.squareup.square.models
-
- businessEmail(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for businessEmail.
- BusinessHours - Class in com.squareup.square.models
-
This is a model class for BusinessHours type.
- BusinessHours(List<BusinessHoursPeriod>) - Constructor for class com.squareup.square.models.BusinessHours
-
Initialization constructor.
- BusinessHours(OptionalNullable<List<BusinessHoursPeriod>>) - Constructor for class com.squareup.square.models.BusinessHours
-
Initialization constructor.
- businessHours(BusinessHours) - Method in class com.squareup.square.models.Location.Builder
-
Setter for businessHours.
- BusinessHours.Builder - Class in com.squareup.square.models
-
- BusinessHoursPeriod - Class in com.squareup.square.models
-
This is a model class for BusinessHoursPeriod type.
- BusinessHoursPeriod(String, String, String) - Constructor for class com.squareup.square.models.BusinessHoursPeriod
-
Initialization constructor.
- BusinessHoursPeriod(String, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.BusinessHoursPeriod
-
Initialization constructor.
- BusinessHoursPeriod.Builder - Class in com.squareup.square.models
-
- businessName(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for businessName.
- businessName(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for businessName.
- buttonColor(String) - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding.Builder
-
Setter for buttonColor.
- buttonShape(String) - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding.Builder
-
Setter for buttonShape.
- buyerAddress(Address) - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
Setter for buyerAddress.
- buyerArrivedAt(String) - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
Setter for buyerArrivedAt.
- buyerArrivedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
Setter for buyerArrivedAt.
- buyerCashtag(String) - Method in class com.squareup.square.models.CashAppDetails.Builder
-
Setter for buyerCashtag.
- buyerCountryCode(String) - Method in class com.squareup.square.models.CashAppDetails.Builder
-
Setter for buyerCountryCode.
- buyerEmail(String) - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
Setter for buyerEmail.
- buyerEmail(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for buyerEmail.
- buyerEmailAddress(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for buyerEmailAddress.
- buyerEmailAddress(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for buyerEmailAddress.
- buyerEmailAddress(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for buyerEmailAddress.
- buyerFullName(String) - Method in class com.squareup.square.models.CashAppDetails.Builder
-
Setter for buyerFullName.
- buyerNote(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for buyerNote.
- buyerPaymentInstrumentIds(List<String>) - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
Setter for buyerPaymentInstrumentIds.
- buyerPaymentInstrumentIds(List<String>) - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
Setter for buyerPaymentInstrumentIds.
- buyerPhoneNumber(String) - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
Setter for buyerPhoneNumber.
- buyerSuppliedMoney(Money) - Method in class com.squareup.square.models.CashPaymentDetails.Builder
-
Setter for buyerSuppliedMoney.
- buyerTenderedMoney(Money) - Method in class com.squareup.square.models.TenderCashDetails.Builder
-
Setter for buyerTenderedMoney.
- buyNowPayLater(Boolean) - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
Setter for buyNowPayLater.
- buyNowPayLaterBrand(String) - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails.Builder
-
Setter for buyNowPayLaterBrand.
- BuyNowPayLaterDetails - Class in com.squareup.square.models
-
This is a model class for BuyNowPayLaterDetails type.
- BuyNowPayLaterDetails(String, AfterpayDetails, ClearpayDetails) - Constructor for class com.squareup.square.models.BuyNowPayLaterDetails
-
Initialization constructor.
- BuyNowPayLaterDetails(OptionalNullable<String>, AfterpayDetails, ClearpayDetails) - Constructor for class com.squareup.square.models.BuyNowPayLaterDetails
-
Initialization constructor.
- buyNowPayLaterDetails(BuyNowPayLaterDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for buyNowPayLaterDetails.
- buyNowPayLaterDetails(TenderBuyNowPayLaterDetails) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for buyNowPayLaterDetails.
- BuyNowPayLaterDetails.Builder - Class in com.squareup.square.models
-
- cadence(String) - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
Setter for cadence.
- calculatedAt(String) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for calculatedAt.
- calculateLoyaltyPoints(String, CalculateLoyaltyPointsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Calculates the number of points a buyer can earn from a purchase.
- calculateLoyaltyPoints(String, CalculateLoyaltyPointsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Calculates the number of points a buyer can earn from a purchase.
- calculateLoyaltyPointsAsync(String, CalculateLoyaltyPointsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Calculates the number of points a buyer can earn from a purchase.
- calculateLoyaltyPointsAsync(String, CalculateLoyaltyPointsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Calculates the number of points a buyer can earn from a purchase.
- CalculateLoyaltyPointsRequest - Class in com.squareup.square.models
-
This is a model class for CalculateLoyaltyPointsRequest type.
- CalculateLoyaltyPointsRequest(String, Money, String) - Constructor for class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Initialization constructor.
- CalculateLoyaltyPointsRequest(OptionalNullable<String>, Money, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Initialization constructor.
- CalculateLoyaltyPointsRequest.Builder - Class in com.squareup.square.models
-
- CalculateLoyaltyPointsResponse - Class in com.squareup.square.models
-
This is a model class for CalculateLoyaltyPointsResponse type.
- CalculateLoyaltyPointsResponse(List<Error>, Integer, Integer) - Constructor for class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
Initialization constructor.
- CalculateLoyaltyPointsResponse.Builder - Class in com.squareup.square.models
-
- calculateOrder(CalculateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Enables applications to preview order pricing without creating an order.
- calculateOrder(CalculateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Enables applications to preview order pricing without creating an order.
- calculateOrderAsync(CalculateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Enables applications to preview order pricing without creating an order.
- calculateOrderAsync(CalculateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Enables applications to preview order pricing without creating an order.
- CalculateOrderRequest - Class in com.squareup.square.models
-
This is a model class for CalculateOrderRequest type.
- CalculateOrderRequest(Order, List<OrderReward>) - Constructor for class com.squareup.square.models.CalculateOrderRequest
-
Initialization constructor.
- CalculateOrderRequest(Order, OptionalNullable<List<OrderReward>>) - Constructor for class com.squareup.square.models.CalculateOrderRequest
-
Initialization constructor.
- CalculateOrderRequest.Builder - Class in com.squareup.square.models
-
- CalculateOrderResponse - Class in com.squareup.square.models
-
This is a model class for CalculateOrderResponse type.
- CalculateOrderResponse(Order, List<Error>) - Constructor for class com.squareup.square.models.CalculateOrderResponse
-
Initialization constructor.
- CalculateOrderResponse.Builder - Class in com.squareup.square.models
-
- calculationPhase(String) - Method in class com.squareup.square.models.CatalogTax.Builder
-
Setter for calculationPhase.
- calculationPhase(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for calculationPhase.
- calculationPhase(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for calculationPhase.
- callingCode(String) - Method in class com.squareup.square.models.V1PhoneNumber.Builder
-
Setter for callingCode.
- calorieCount(Integer) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
Setter for calorieCount.
- cancelBooking(String, CancelBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Cancels an existing booking.
- cancelBooking(String, CancelBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Cancels an existing booking.
- cancelBookingAsync(String, CancelBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Cancels an existing booking.
- cancelBookingAsync(String, CancelBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Cancels an existing booking.
- CancelBookingRequest - Class in com.squareup.square.models
-
This is a model class for CancelBookingRequest type.
- CancelBookingRequest(String, Integer) - Constructor for class com.squareup.square.models.CancelBookingRequest
-
Initialization constructor.
- CancelBookingRequest(OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.CancelBookingRequest
-
Initialization constructor.
- CancelBookingRequest.Builder - Class in com.squareup.square.models
-
- CancelBookingResponse - Class in com.squareup.square.models
-
This is a model class for CancelBookingResponse type.
- CancelBookingResponse(Booking, List<Error>) - Constructor for class com.squareup.square.models.CancelBookingResponse
-
Initialization constructor.
- CancelBookingResponse.Builder - Class in com.squareup.square.models
-
- canceledAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for canceledAt.
- canceledAt(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for canceledAt.
- canceledDate(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for canceledDate.
- canceledDate(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for canceledDate.
- canceledNote(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for canceledNote.
- canceledNote(String) - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
Setter for canceledNote.
- cancelInvoice(String, CancelInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Cancels an invoice.
- cancelInvoice(String, CancelInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Cancels an invoice.
- cancelInvoiceAsync(String, CancelInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Cancels an invoice.
- cancelInvoiceAsync(String, CancelInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Cancels an invoice.
- CancelInvoiceRequest - Class in com.squareup.square.models
-
This is a model class for CancelInvoiceRequest type.
- CancelInvoiceRequest(int) - Constructor for class com.squareup.square.models.CancelInvoiceRequest
-
Initialization constructor.
- CancelInvoiceRequest.Builder - Class in com.squareup.square.models
-
- CancelInvoiceResponse - Class in com.squareup.square.models
-
This is a model class for CancelInvoiceResponse type.
- CancelInvoiceResponse(Invoice, List<Error>) - Constructor for class com.squareup.square.models.CancelInvoiceResponse
-
Initialization constructor.
- CancelInvoiceResponse.Builder - Class in com.squareup.square.models
-
- cancellationFeeMoney(Money) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for cancellationFeeMoney.
- cancellationPolicy(String) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for cancellationPolicy.
- cancellationPolicyText(String) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for cancellationPolicyText.
- cancellationWindowSeconds(Integer) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for cancellationWindowSeconds.
- cancelledOrderId(String) - Method in class com.squareup.square.models.DeletePaymentLinkResponse.Builder
-
Setter for cancelledOrderId.
- cancelLoyaltyPromotion(String, String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Cancels a loyalty promotion.
- cancelLoyaltyPromotion(String, String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Cancels a loyalty promotion.
- cancelLoyaltyPromotionAsync(String, String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Cancels a loyalty promotion.
- cancelLoyaltyPromotionAsync(String, String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Cancels a loyalty promotion.
- CancelLoyaltyPromotionResponse - Class in com.squareup.square.models
-
This is a model class for CancelLoyaltyPromotionResponse type.
- CancelLoyaltyPromotionResponse(List<Error>, LoyaltyPromotion) - Constructor for class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
Initialization constructor.
- CancelLoyaltyPromotionResponse.Builder - Class in com.squareup.square.models
-
- cancelPayment(String) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Cancels (voids) a payment.
- cancelPayment(String) - Method in interface com.squareup.square.api.PaymentsApi
-
Cancels (voids) a payment.
- cancelPaymentAsync(String) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Cancels (voids) a payment.
- cancelPaymentAsync(String) - Method in interface com.squareup.square.api.PaymentsApi
-
Cancels (voids) a payment.
- cancelPaymentByIdempotencyKey(CancelPaymentByIdempotencyKeyRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
- cancelPaymentByIdempotencyKey(CancelPaymentByIdempotencyKeyRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
- cancelPaymentByIdempotencyKeyAsync(CancelPaymentByIdempotencyKeyRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
- cancelPaymentByIdempotencyKeyAsync(CancelPaymentByIdempotencyKeyRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
- CancelPaymentByIdempotencyKeyRequest - Class in com.squareup.square.models
-
This is a model class for CancelPaymentByIdempotencyKeyRequest type.
- CancelPaymentByIdempotencyKeyRequest(String) - Constructor for class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest
-
Initialization constructor.
- CancelPaymentByIdempotencyKeyRequest.Builder - Class in com.squareup.square.models
-
- CancelPaymentByIdempotencyKeyResponse - Class in com.squareup.square.models
-
This is a model class for CancelPaymentByIdempotencyKeyResponse type.
- CancelPaymentByIdempotencyKeyResponse(List<Error>) - Constructor for class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse
-
Initialization constructor.
- CancelPaymentByIdempotencyKeyResponse.Builder - Class in com.squareup.square.models
-
- CancelPaymentResponse - Class in com.squareup.square.models
-
This is a model class for CancelPaymentResponse type.
- CancelPaymentResponse(List<Error>, Payment) - Constructor for class com.squareup.square.models.CancelPaymentResponse
-
Initialization constructor.
- CancelPaymentResponse.Builder - Class in com.squareup.square.models
-
- cancelReason(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for cancelReason.
- cancelReason(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for cancelReason.
- cancelSubscription(String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription.
- cancelSubscription(String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription.
- cancelSubscriptionAsync(String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription.
- cancelSubscriptionAsync(String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription.
- CancelSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for CancelSubscriptionResponse type.
- CancelSubscriptionResponse(List<Error>, Subscription, List<SubscriptionAction>) - Constructor for class com.squareup.square.models.CancelSubscriptionResponse
-
Initialization constructor.
- CancelSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- cancelTerminalAction(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels a Terminal action request if the status of the request permits it.
- cancelTerminalAction(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels a Terminal action request if the status of the request permits it.
- cancelTerminalActionAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels a Terminal action request if the status of the request permits it.
- cancelTerminalActionAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels a Terminal action request if the status of the request permits it.
- CancelTerminalActionResponse - Class in com.squareup.square.models
-
This is a model class for CancelTerminalActionResponse type.
- CancelTerminalActionResponse(List<Error>, TerminalAction) - Constructor for class com.squareup.square.models.CancelTerminalActionResponse
-
Initialization constructor.
- CancelTerminalActionResponse.Builder - Class in com.squareup.square.models
-
- cancelTerminalCheckout(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels a Terminal checkout request if the status of the request permits it.
- cancelTerminalCheckout(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels a Terminal checkout request if the status of the request permits it.
- cancelTerminalCheckoutAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels a Terminal checkout request if the status of the request permits it.
- cancelTerminalCheckoutAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels a Terminal checkout request if the status of the request permits it.
- CancelTerminalCheckoutResponse - Class in com.squareup.square.models
-
This is a model class for CancelTerminalCheckoutResponse type.
- CancelTerminalCheckoutResponse(List<Error>, TerminalCheckout) - Constructor for class com.squareup.square.models.CancelTerminalCheckoutResponse
-
Initialization constructor.
- CancelTerminalCheckoutResponse.Builder - Class in com.squareup.square.models
-
- cancelTerminalRefund(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
- cancelTerminalRefund(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
- cancelTerminalRefundAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
- cancelTerminalRefundAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
- CancelTerminalRefundResponse - Class in com.squareup.square.models
-
This is a model class for CancelTerminalRefundResponse type.
- CancelTerminalRefundResponse(List<Error>, TerminalRefund) - Constructor for class com.squareup.square.models.CancelTerminalRefundResponse
-
Initialization constructor.
- CancelTerminalRefundResponse.Builder - Class in com.squareup.square.models
-
- canProrate(Boolean) - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
Setter for canProrate.
- capabilities(List<String>) - Method in class com.squareup.square.models.Location.Builder
-
Setter for capabilities.
- capabilities(List<String>) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for capabilities.
- caption(String) - Method in class com.squareup.square.models.CatalogImage.Builder
-
Setter for caption.
- capturedAt(String) - Method in class com.squareup.square.models.CardPaymentTimeline.Builder
-
Setter for capturedAt.
- captureTransaction(String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- captureTransaction(String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- captureTransactionAsync(String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- captureTransactionAsync(String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- CaptureTransactionResponse - Class in com.squareup.square.models
-
This is a model class for CaptureTransactionResponse type.
- CaptureTransactionResponse(List<Error>) - Constructor for class com.squareup.square.models.CaptureTransactionResponse
-
Initialization constructor.
- CaptureTransactionResponse.Builder - Class in com.squareup.square.models
-
- Card - Class in com.squareup.square.models
-
This is a model class for Card type.
- Card(String, String, String, Long, Long, String, Address, String, String, String, String, Boolean, String, String, String, Long, String) - Constructor for class com.squareup.square.models.Card
-
Initialization constructor.
- Card(String, String, String, OptionalNullable<Long>, OptionalNullable<Long>, OptionalNullable<String>, Address, String, OptionalNullable<String>, String, OptionalNullable<String>, Boolean, String, String, String, Long, String) - Constructor for class com.squareup.square.models.Card
-
Initialization constructor.
- card(Card) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.CreateCardRequest.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.CreateCardResponse.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.CreateCustomerCardResponse.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.DisableCardResponse.Builder
-
Setter for card.
- card(Boolean) - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.RetrieveCardResponse.Builder
-
Setter for card.
- card(Card) - Method in class com.squareup.square.models.TenderCardDetails.Builder
-
Setter for card.
- Card.Builder - Class in com.squareup.square.models
-
Class to build instances of
Card.
- cardBrand(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for cardBrand.
- cardBrand(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for cardBrand.
- cardBrand(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for cardBrand.
- cardBrand(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for cardBrand.
- cardCoBrand(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for cardCoBrand.
- cardDetails(DestinationDetailsCardRefundDetails) - Method in class com.squareup.square.models.DestinationDetails.Builder
-
Setter for cardDetails.
- cardDetails(CardPaymentDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for cardDetails.
- cardDetails(TenderCardDetails) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for cardDetails.
- cardholderName(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for cardholderName.
- cardholderName(String) - Method in class com.squareup.square.models.CreateCustomerCardRequest.Builder
-
Setter for cardholderName.
- cardId(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for cardId.
- cardId(String) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for cardId.
- cardId(String) - Method in class com.squareup.square.models.SaveCardOptions.Builder
-
Setter for cardId.
- cardId(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for cardId.
- cardNonce(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for cardNonce.
- cardNonce(String) - Method in class com.squareup.square.models.CreateCustomerCardRequest.Builder
-
Setter for cardNonce.
- CardPaymentDetails - Class in com.squareup.square.models
-
This is a model class for CardPaymentDetails type.
- CardPaymentDetails(String, Card, String, String, String, String, String, String, String, String, String, String, DeviceDetails, CardPaymentTimeline, Boolean, List<Error>) - Constructor for class com.squareup.square.models.CardPaymentDetails
-
Initialization constructor.
- CardPaymentDetails(OptionalNullable<String>, Card, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, DeviceDetails, CardPaymentTimeline, OptionalNullable<Boolean>, OptionalNullable<List<Error>>) - Constructor for class com.squareup.square.models.CardPaymentDetails
-
Initialization constructor.
- CardPaymentDetails.Builder - Class in com.squareup.square.models
-
- cardPaymentTimeline(CardPaymentTimeline) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for cardPaymentTimeline.
- CardPaymentTimeline - Class in com.squareup.square.models
-
This is a model class for CardPaymentTimeline type.
- CardPaymentTimeline(String, String, String) - Constructor for class com.squareup.square.models.CardPaymentTimeline
-
Initialization constructor.
- CardPaymentTimeline(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CardPaymentTimeline
-
Initialization constructor.
- CardPaymentTimeline.Builder - Class in com.squareup.square.models
-
- cardReaderDetails(DeviceComponentDetailsCardReaderDetails) - Method in class com.squareup.square.models.Component.Builder
-
Setter for cardReaderDetails.
- cards(List<Card>) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for cards.
- cards(List<Card>) - Method in class com.squareup.square.models.ListCardsResponse.Builder
-
Setter for cards.
- CardsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- cardType(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for cardType.
- carrier(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for carrier.
- carrier(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for carrier.
- cashApp(CheckoutMerchantSettingsPaymentMethodsPaymentMethod) - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods.Builder
-
Setter for cashApp.
- CashAppDetails - Class in com.squareup.square.models
-
This is a model class for CashAppDetails type.
- CashAppDetails(String, String, String) - Constructor for class com.squareup.square.models.CashAppDetails
-
Initialization constructor.
- CashAppDetails(OptionalNullable<String>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.CashAppDetails
-
Initialization constructor.
- cashAppDetails(CashAppDetails) - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
Setter for cashAppDetails.
- CashAppDetails.Builder - Class in com.squareup.square.models
-
- cashAppPay(Boolean) - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
Setter for cashAppPay.
- cashAppPay(Boolean) - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
Setter for cashAppPay.
- cashDetails(CashPaymentDetails) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for cashDetails.
- cashDetails(CashPaymentDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for cashDetails.
- cashDetails(TenderCashDetails) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for cashDetails.
- CashDrawerDevice - Class in com.squareup.square.models
-
This is a model class for CashDrawerDevice type.
- CashDrawerDevice(String, String) - Constructor for class com.squareup.square.models.CashDrawerDevice
-
Initialization constructor.
- CashDrawerDevice(String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CashDrawerDevice
-
Initialization constructor.
- CashDrawerDevice.Builder - Class in com.squareup.square.models
-
- CashDrawersApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CashDrawerShift - Class in com.squareup.square.models
-
This is a model class for CashDrawerShift type.
- CashDrawerShift(String, String, String, String, String, String, Money, Money, Money, Money, Money, Money, Money, CashDrawerDevice, String, String, String, List<String>, String, String, String) - Constructor for class com.squareup.square.models.CashDrawerShift
-
Initialization constructor.
- CashDrawerShift(String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Money, Money, Money, Money, Money, Money, Money, CashDrawerDevice, String, String, String, List<String>, String, String, String) - Constructor for class com.squareup.square.models.CashDrawerShift
-
Initialization constructor.
- cashDrawerShift(CashDrawerShift) - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse.Builder
-
Setter for cashDrawerShift.
- CashDrawerShift.Builder - Class in com.squareup.square.models
-
- CashDrawerShiftEvent - Class in com.squareup.square.models
-
This is a model class for CashDrawerShiftEvent type.
- CashDrawerShiftEvent(String, String, Money, String, String, String) - Constructor for class com.squareup.square.models.CashDrawerShiftEvent
-
Initialization constructor.
- CashDrawerShiftEvent(String, String, Money, String, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.CashDrawerShiftEvent
-
Initialization constructor.
- CashDrawerShiftEvent.Builder - Class in com.squareup.square.models
-
- cashDrawerShiftEvents(List<CashDrawerShiftEvent>) - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse.Builder
-
Setter for cashDrawerShiftEvents.
- cashDrawerShifts(List<CashDrawerShiftSummary>) - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse.Builder
-
Setter for cashDrawerShifts.
- CashDrawerShiftSummary - Class in com.squareup.square.models
-
This is a model class for CashDrawerShiftSummary type.
- CashDrawerShiftSummary(String, String, String, String, String, String, Money, Money, Money, String, String, String) - Constructor for class com.squareup.square.models.CashDrawerShiftSummary
-
Initialization constructor.
- CashDrawerShiftSummary(String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Money, Money, Money, String, String, String) - Constructor for class com.squareup.square.models.CashDrawerShiftSummary
-
Initialization constructor.
- CashDrawerShiftSummary.Builder - Class in com.squareup.square.models
-
- cashPaidInMoney(Money) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for cashPaidInMoney.
- cashPaidOutMoney(Money) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for cashPaidOutMoney.
- CashPaymentDetails - Class in com.squareup.square.models
-
This is a model class for CashPaymentDetails type.
- CashPaymentDetails(Money, Money) - Constructor for class com.squareup.square.models.CashPaymentDetails
-
Initialization constructor.
- CashPaymentDetails.Builder - Class in com.squareup.square.models
-
- cashPaymentMoney(Money) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for cashPaymentMoney.
- cashRefundsMoney(Money) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for cashRefundsMoney.
- CatalogApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CatalogAvailabilityPeriod - Class in com.squareup.square.models
-
This is a model class for CatalogAvailabilityPeriod type.
- CatalogAvailabilityPeriod(String, String, String) - Constructor for class com.squareup.square.models.CatalogAvailabilityPeriod
-
Initialization constructor.
- CatalogAvailabilityPeriod(OptionalNullable<String>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.CatalogAvailabilityPeriod
-
Initialization constructor.
- CatalogAvailabilityPeriod.Builder - Class in com.squareup.square.models
-
- CatalogCategory - Class in com.squareup.square.models
-
This is a model class for CatalogCategory type.
- CatalogCategory(String, List<String>, String, CatalogObjectCategory, Boolean, List<String>, List<String>, Boolean, String, CatalogEcomSeoData, List<CategoryPathToRootNode>) - Constructor for class com.squareup.square.models.CatalogCategory
-
Initialization constructor.
- CatalogCategory(OptionalNullable<String>, OptionalNullable<List<String>>, String, CatalogObjectCategory, OptionalNullable<Boolean>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<Boolean>, String, CatalogEcomSeoData, OptionalNullable<List<CategoryPathToRootNode>>) - Constructor for class com.squareup.square.models.CatalogCategory
-
Initialization constructor.
- CatalogCategory.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeDefinition - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeDefinition type.
- CatalogCustomAttributeDefinition(String, String, List<String>, String, SourceApplication, String, String, CatalogCustomAttributeDefinitionStringConfig, CatalogCustomAttributeDefinitionNumberConfig, CatalogCustomAttributeDefinitionSelectionConfig, Integer, String) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Initialization constructor.
- CatalogCustomAttributeDefinition(String, String, List<String>, OptionalNullable<String>, SourceApplication, String, String, CatalogCustomAttributeDefinitionStringConfig, CatalogCustomAttributeDefinitionNumberConfig, CatalogCustomAttributeDefinitionSelectionConfig, Integer, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Initialization constructor.
- CatalogCustomAttributeDefinition.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeDefinitionNumberConfig - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeDefinitionNumberConfig type.
- CatalogCustomAttributeDefinitionNumberConfig(Integer) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionNumberConfig(OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionNumberConfig.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeDefinitionSelectionConfig - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeDefinitionSelectionConfig type.
- CatalogCustomAttributeDefinitionSelectionConfig(Integer, List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionSelectionConfig(OptionalNullable<Integer>, OptionalNullable<List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionSelectionConfig.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection type.
- CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String, String) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Initialization constructor.
- CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Initialization constructor.
- CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeDefinitionStringConfig - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeDefinitionStringConfig type.
- CatalogCustomAttributeDefinitionStringConfig(Boolean) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionStringConfig(OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
Initialization constructor.
- CatalogCustomAttributeDefinitionStringConfig.Builder - Class in com.squareup.square.models
-
- CatalogCustomAttributeValue - Class in com.squareup.square.models
-
This is a model class for CatalogCustomAttributeValue type.
- CatalogCustomAttributeValue(String, String, String, String, String, Boolean, List<String>, String) - Constructor for class com.squareup.square.models.CatalogCustomAttributeValue
-
Initialization constructor.
- CatalogCustomAttributeValue(OptionalNullable<String>, OptionalNullable<String>, String, String, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<List<String>>, String) - Constructor for class com.squareup.square.models.CatalogCustomAttributeValue
-
Initialization constructor.
- CatalogCustomAttributeValue.Builder - Class in com.squareup.square.models
-
- CatalogDiscount - Class in com.squareup.square.models
-
This is a model class for CatalogDiscount type.
- CatalogDiscount(String, String, String, Money, Boolean, String, String, Money) - Constructor for class com.squareup.square.models.CatalogDiscount
-
Initialization constructor.
- CatalogDiscount(OptionalNullable<String>, String, OptionalNullable<String>, Money, OptionalNullable<Boolean>, OptionalNullable<String>, String, Money) - Constructor for class com.squareup.square.models.CatalogDiscount
-
Initialization constructor.
- CatalogDiscount.Builder - Class in com.squareup.square.models
-
- CatalogEcomSeoData - Class in com.squareup.square.models
-
This is a model class for CatalogEcomSeoData type.
- CatalogEcomSeoData(String, String, String) - Constructor for class com.squareup.square.models.CatalogEcomSeoData
-
Initialization constructor.
- CatalogEcomSeoData(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogEcomSeoData
-
Initialization constructor.
- CatalogEcomSeoData.Builder - Class in com.squareup.square.models
-
- CatalogIdMapping - Class in com.squareup.square.models
-
This is a model class for CatalogIdMapping type.
- CatalogIdMapping(String, String) - Constructor for class com.squareup.square.models.CatalogIdMapping
-
Initialization constructor.
- CatalogIdMapping(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogIdMapping
-
Initialization constructor.
- CatalogIdMapping.Builder - Class in com.squareup.square.models
-
- CatalogImage - Class in com.squareup.square.models
-
This is a model class for CatalogImage type.
- CatalogImage(String, String, String, String) - Constructor for class com.squareup.square.models.CatalogImage
-
Initialization constructor.
- CatalogImage(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogImage
-
Initialization constructor.
- CatalogImage.Builder - Class in com.squareup.square.models
-
- catalogInfo() - Method in interface com.squareup.square.api.CatalogApi
-
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
- catalogInfo() - Method in class com.squareup.square.api.DefaultCatalogApi
-
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
- catalogInfoAsync() - Method in interface com.squareup.square.api.CatalogApi
-
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
- catalogInfoAsync() - Method in class com.squareup.square.api.DefaultCatalogApi
-
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
- CatalogInfoResponse - Class in com.squareup.square.models
-
This is a model class for CatalogInfoResponse type.
- CatalogInfoResponse(List<Error>, CatalogInfoResponseLimits, StandardUnitDescriptionGroup) - Constructor for class com.squareup.square.models.CatalogInfoResponse
-
Initialization constructor.
- CatalogInfoResponse.Builder - Class in com.squareup.square.models
-
- CatalogInfoResponseLimits - Class in com.squareup.square.models
-
This is a model class for CatalogInfoResponseLimits type.
- CatalogInfoResponseLimits(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for class com.squareup.square.models.CatalogInfoResponseLimits
-
Initialization constructor.
- CatalogInfoResponseLimits(OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.CatalogInfoResponseLimits
-
Initialization constructor.
- CatalogInfoResponseLimits.Builder - Class in com.squareup.square.models
-
- CatalogItem - Class in com.squareup.square.models
-
This is a model class for CatalogItem type.
- CatalogItem(String, String, String, String, Boolean, Boolean, Boolean, String, List<String>, List<CatalogItemModifierListInfo>, List<CatalogObject>, String, Boolean, List<CatalogItemOptionForItem>, List<String>, String, List<CatalogObjectCategory>, String, String, List<String>, Boolean, CatalogEcomSeoData, CatalogItemFoodAndBeverageDetails, CatalogObjectCategory) - Constructor for class com.squareup.square.models.CatalogItem
-
Initialization constructor.
- CatalogItem(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<String>, OptionalNullable<List<String>>, OptionalNullable<List<CatalogItemModifierListInfo>>, OptionalNullable<List<CatalogObject>>, String, OptionalNullable<Boolean>, OptionalNullable<List<CatalogItemOptionForItem>>, OptionalNullable<List<String>>, OptionalNullable<String>, OptionalNullable<List<CatalogObjectCategory>>, OptionalNullable<String>, String, OptionalNullable<List<String>>, OptionalNullable<Boolean>, CatalogEcomSeoData, CatalogItemFoodAndBeverageDetails, CatalogObjectCategory) - Constructor for class com.squareup.square.models.CatalogItem
-
Initialization constructor.
- CatalogItem.Builder - Class in com.squareup.square.models
-
- CatalogItemFoodAndBeverageDetails - Class in com.squareup.square.models
-
This is a model class for CatalogItemFoodAndBeverageDetails type.
- CatalogItemFoodAndBeverageDetails(Integer, List<CatalogItemFoodAndBeverageDetailsDietaryPreference>, List<CatalogItemFoodAndBeverageDetailsIngredient>) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetails(OptionalNullable<Integer>, OptionalNullable<List<CatalogItemFoodAndBeverageDetailsDietaryPreference>>, OptionalNullable<List<CatalogItemFoodAndBeverageDetailsIngredient>>) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetails.Builder - Class in com.squareup.square.models
-
- CatalogItemFoodAndBeverageDetailsDietaryPreference - Class in com.squareup.square.models
-
This is a model class for CatalogItemFoodAndBeverageDetailsDietaryPreference type.
- CatalogItemFoodAndBeverageDetailsDietaryPreference(String, String, String) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetailsDietaryPreference(String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder - Class in com.squareup.square.models
-
- CatalogItemFoodAndBeverageDetailsIngredient - Class in com.squareup.square.models
-
This is a model class for CatalogItemFoodAndBeverageDetailsIngredient type.
- CatalogItemFoodAndBeverageDetailsIngredient(String, String, String) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetailsIngredient(String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Initialization constructor.
- CatalogItemFoodAndBeverageDetailsIngredient.Builder - Class in com.squareup.square.models
-
- CatalogItemModifierListInfo - Class in com.squareup.square.models
-
This is a model class for CatalogItemModifierListInfo type.
- CatalogItemModifierListInfo(String, List<CatalogModifierOverride>, Integer, Integer, Boolean) - Constructor for class com.squareup.square.models.CatalogItemModifierListInfo
-
Initialization constructor.
- CatalogItemModifierListInfo(String, OptionalNullable<List<CatalogModifierOverride>>, OptionalNullable<Integer>, OptionalNullable<Integer>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CatalogItemModifierListInfo
-
Initialization constructor.
- CatalogItemModifierListInfo.Builder - Class in com.squareup.square.models
-
- CatalogItemOption - Class in com.squareup.square.models
-
This is a model class for CatalogItemOption type.
- CatalogItemOption(String, String, String, Boolean, List<CatalogObject>) - Constructor for class com.squareup.square.models.CatalogItemOption
-
Initialization constructor.
- CatalogItemOption(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<List<CatalogObject>>) - Constructor for class com.squareup.square.models.CatalogItemOption
-
Initialization constructor.
- CatalogItemOption.Builder - Class in com.squareup.square.models
-
- CatalogItemOptionForItem - Class in com.squareup.square.models
-
This is a model class for CatalogItemOptionForItem type.
- CatalogItemOptionForItem(String) - Constructor for class com.squareup.square.models.CatalogItemOptionForItem
-
Initialization constructor.
- CatalogItemOptionForItem(OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogItemOptionForItem
-
Initialization constructor.
- CatalogItemOptionForItem.Builder - Class in com.squareup.square.models
-
- CatalogItemOptionValue - Class in com.squareup.square.models
-
This is a model class for CatalogItemOptionValue type.
- CatalogItemOptionValue(String, String, String, String, Integer) - Constructor for class com.squareup.square.models.CatalogItemOptionValue
-
Initialization constructor.
- CatalogItemOptionValue(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.CatalogItemOptionValue
-
Initialization constructor.
- CatalogItemOptionValue.Builder - Class in com.squareup.square.models
-
- CatalogItemOptionValueForItemVariation - Class in com.squareup.square.models
-
This is a model class for CatalogItemOptionValueForItemVariation type.
- CatalogItemOptionValueForItemVariation(String, String) - Constructor for class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Initialization constructor.
- CatalogItemOptionValueForItemVariation(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Initialization constructor.
- CatalogItemOptionValueForItemVariation.Builder - Class in com.squareup.square.models
-
- CatalogItemVariation - Class in com.squareup.square.models
-
This is a model class for CatalogItemVariation type.
- CatalogItemVariation(String, String, String, String, Integer, String, Money, List<ItemVariationLocationOverrides>, Boolean, String, Long, String, Long, Boolean, List<CatalogItemOptionValueForItemVariation>, String, Boolean, Boolean, List<String>, List<String>, CatalogStockConversion) - Constructor for class com.squareup.square.models.CatalogItemVariation
-
Initialization constructor.
- CatalogItemVariation(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Integer, String, Money, OptionalNullable<List<ItemVariationLocationOverrides>>, OptionalNullable<Boolean>, String, OptionalNullable<Long>, OptionalNullable<String>, OptionalNullable<Long>, OptionalNullable<Boolean>, OptionalNullable<List<CatalogItemOptionValueForItemVariation>>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, CatalogStockConversion) - Constructor for class com.squareup.square.models.CatalogItemVariation
-
Initialization constructor.
- CatalogItemVariation.Builder - Class in com.squareup.square.models
-
- CatalogMeasurementUnit - Class in com.squareup.square.models
-
This is a model class for CatalogMeasurementUnit type.
- CatalogMeasurementUnit(MeasurementUnit, Integer) - Constructor for class com.squareup.square.models.CatalogMeasurementUnit
-
Initialization constructor.
- CatalogMeasurementUnit(MeasurementUnit, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.CatalogMeasurementUnit
-
Initialization constructor.
- CatalogMeasurementUnit.Builder - Class in com.squareup.square.models
-
- CatalogModifier - Class in com.squareup.square.models
-
This is a model class for CatalogModifier type.
- CatalogModifier(String, Money, Integer, String, List<ModifierLocationOverrides>, String) - Constructor for class com.squareup.square.models.CatalogModifier
-
Initialization constructor.
- CatalogModifier(OptionalNullable<String>, Money, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<List<ModifierLocationOverrides>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogModifier
-
Initialization constructor.
- CatalogModifier.Builder - Class in com.squareup.square.models
-
- CatalogModifierList - Class in com.squareup.square.models
-
This is a model class for CatalogModifierList type.
- CatalogModifierList(String, Integer, String, List<CatalogObject>, List<String>) - Constructor for class com.squareup.square.models.CatalogModifierList
-
Initialization constructor.
- CatalogModifierList(OptionalNullable<String>, OptionalNullable<Integer>, String, OptionalNullable<List<CatalogObject>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.CatalogModifierList
-
Initialization constructor.
- CatalogModifierList.Builder - Class in com.squareup.square.models
-
- CatalogModifierOverride - Class in com.squareup.square.models
-
This is a model class for CatalogModifierOverride type.
- CatalogModifierOverride(String, Boolean) - Constructor for class com.squareup.square.models.CatalogModifierOverride
-
Initialization constructor.
- CatalogModifierOverride(String, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CatalogModifierOverride
-
Initialization constructor.
- CatalogModifierOverride.Builder - Class in com.squareup.square.models
-
- CatalogObject - Class in com.squareup.square.models
-
This is a model class for CatalogObject type.
- CatalogObject(String, String, String, Long, Boolean, Map<String, CatalogCustomAttributeValue>, List<CatalogV1Id>, Boolean, List<String>, List<String>, CatalogItem, CatalogCategory, CatalogItemVariation, CatalogTax, CatalogDiscount, CatalogModifierList, CatalogModifier, CatalogTimePeriod, CatalogProductSet, CatalogPricingRule, CatalogImage, CatalogMeasurementUnit, CatalogSubscriptionPlan, CatalogItemOption, CatalogItemOptionValue, CatalogCustomAttributeDefinition, CatalogQuickAmountsSettings, CatalogSubscriptionPlanVariation, CatalogAvailabilityPeriod) - Constructor for class com.squareup.square.models.CatalogObject
-
Initialization constructor.
- CatalogObject(String, String, String, Long, OptionalNullable<Boolean>, OptionalNullable<Map<String, CatalogCustomAttributeValue>>, OptionalNullable<List<CatalogV1Id>>, OptionalNullable<Boolean>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, CatalogItem, CatalogCategory, CatalogItemVariation, CatalogTax, CatalogDiscount, CatalogModifierList, CatalogModifier, CatalogTimePeriod, CatalogProductSet, CatalogPricingRule, CatalogImage, CatalogMeasurementUnit, CatalogSubscriptionPlan, CatalogItemOption, CatalogItemOptionValue, CatalogCustomAttributeDefinition, CatalogQuickAmountsSettings, CatalogSubscriptionPlanVariation, CatalogAvailabilityPeriod) - Constructor for class com.squareup.square.models.CatalogObject
-
Initialization constructor.
- catalogObject(CatalogObject) - Method in class com.squareup.square.models.UpsertCatalogObjectResponse.Builder
-
Setter for catalogObject.
- CatalogObject.Builder - Class in com.squareup.square.models
-
- CatalogObjectBatch - Class in com.squareup.square.models
-
This is a model class for CatalogObjectBatch type.
- CatalogObjectBatch(List<CatalogObject>) - Constructor for class com.squareup.square.models.CatalogObjectBatch
-
Initialization constructor.
- CatalogObjectBatch.Builder - Class in com.squareup.square.models
-
- CatalogObjectCategory - Class in com.squareup.square.models
-
This is a model class for CatalogObjectCategory type.
- CatalogObjectCategory(String, Long) - Constructor for class com.squareup.square.models.CatalogObjectCategory
-
Initialization constructor.
- CatalogObjectCategory(String, OptionalNullable<Long>) - Constructor for class com.squareup.square.models.CatalogObjectCategory
-
Initialization constructor.
- CatalogObjectCategory.Builder - Class in com.squareup.square.models
-
- catalogObjectId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for catalogObjectId.
- catalogObjectId(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for catalogObjectId.
- catalogObjectIds(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for catalogObjectIds.
- catalogObjectIds(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for catalogObjectIds.
- catalogObjectIds(List<String>) - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition.Builder
-
Setter for catalogObjectIds.
- CatalogObjectReference - Class in com.squareup.square.models
-
This is a model class for CatalogObjectReference type.
- CatalogObjectReference(String, Long) - Constructor for class com.squareup.square.models.CatalogObjectReference
-
Initialization constructor.
- CatalogObjectReference(OptionalNullable<String>, OptionalNullable<Long>) - Constructor for class com.squareup.square.models.CatalogObjectReference
-
Initialization constructor.
- CatalogObjectReference.Builder - Class in com.squareup.square.models
-
- catalogObjectType(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for catalogObjectType.
- catalogObjectType(String) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for catalogObjectType.
- catalogObjectType(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for catalogObjectType.
- catalogObjectType(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for catalogObjectType.
- CatalogPricingRule - Class in com.squareup.square.models
-
This is a model class for CatalogPricingRule type.
- CatalogPricingRule(String, List<String>, String, String, String, String, String, String, String, String, String, Money, List<String>) - Constructor for class com.squareup.square.models.CatalogPricingRule
-
Initialization constructor.
- CatalogPricingRule(OptionalNullable<String>, OptionalNullable<List<String>>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, Money, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.CatalogPricingRule
-
Initialization constructor.
- CatalogPricingRule.Builder - Class in com.squareup.square.models
-
- CatalogProductSet - Class in com.squareup.square.models
-
This is a model class for CatalogProductSet type.
- CatalogProductSet(String, List<String>, List<String>, Long, Long, Long, Boolean) - Constructor for class com.squareup.square.models.CatalogProductSet
-
Initialization constructor.
- CatalogProductSet(OptionalNullable<String>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<Long>, OptionalNullable<Long>, OptionalNullable<Long>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CatalogProductSet
-
Initialization constructor.
- CatalogProductSet.Builder - Class in com.squareup.square.models
-
- CatalogQuery - Class in com.squareup.square.models
-
This is a model class for CatalogQuery type.
- CatalogQuery(CatalogQuerySortedAttribute, CatalogQueryExact, CatalogQuerySet, CatalogQueryPrefix, CatalogQueryRange, CatalogQueryText, CatalogQueryItemsForTax, CatalogQueryItemsForModifierList, CatalogQueryItemsForItemOptions, CatalogQueryItemVariationsForItemOptionValues) - Constructor for class com.squareup.square.models.CatalogQuery
-
Initialization constructor.
- CatalogQuery.Builder - Class in com.squareup.square.models
-
- CatalogQueryExact - Class in com.squareup.square.models
-
This is a model class for CatalogQueryExact type.
- CatalogQueryExact(String, String) - Constructor for class com.squareup.square.models.CatalogQueryExact
-
Initialization constructor.
- CatalogQueryExact.Builder - Class in com.squareup.square.models
-
- CatalogQueryItemsForItemOptions - Class in com.squareup.square.models
-
This is a model class for CatalogQueryItemsForItemOptions type.
- CatalogQueryItemsForItemOptions(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
Initialization constructor.
- CatalogQueryItemsForItemOptions(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
Initialization constructor.
- CatalogQueryItemsForItemOptions.Builder - Class in com.squareup.square.models
-
- CatalogQueryItemsForModifierList - Class in com.squareup.square.models
-
This is a model class for CatalogQueryItemsForModifierList type.
- CatalogQueryItemsForModifierList(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForModifierList
-
Initialization constructor.
- CatalogQueryItemsForModifierList.Builder - Class in com.squareup.square.models
-
- CatalogQueryItemsForTax - Class in com.squareup.square.models
-
This is a model class for CatalogQueryItemsForTax type.
- CatalogQueryItemsForTax(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemsForTax
-
Initialization constructor.
- CatalogQueryItemsForTax.Builder - Class in com.squareup.square.models
-
- CatalogQueryItemVariationsForItemOptionValues - Class in com.squareup.square.models
-
This is a model class for CatalogQueryItemVariationsForItemOptionValues type.
- CatalogQueryItemVariationsForItemOptionValues(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
Initialization constructor.
- CatalogQueryItemVariationsForItemOptionValues(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
Initialization constructor.
- CatalogQueryItemVariationsForItemOptionValues.Builder - Class in com.squareup.square.models
-
- CatalogQueryPrefix - Class in com.squareup.square.models
-
This is a model class for CatalogQueryPrefix type.
- CatalogQueryPrefix(String, String) - Constructor for class com.squareup.square.models.CatalogQueryPrefix
-
Initialization constructor.
- CatalogQueryPrefix.Builder - Class in com.squareup.square.models
-
- CatalogQueryRange - Class in com.squareup.square.models
-
This is a model class for CatalogQueryRange type.
- CatalogQueryRange(String, Long, Long) - Constructor for class com.squareup.square.models.CatalogQueryRange
-
Initialization constructor.
- CatalogQueryRange(String, OptionalNullable<Long>, OptionalNullable<Long>) - Constructor for class com.squareup.square.models.CatalogQueryRange
-
Initialization constructor.
- CatalogQueryRange.Builder - Class in com.squareup.square.models
-
- CatalogQuerySet - Class in com.squareup.square.models
-
This is a model class for CatalogQuerySet type.
- CatalogQuerySet(String, List<String>) - Constructor for class com.squareup.square.models.CatalogQuerySet
-
Initialization constructor.
- CatalogQuerySet.Builder - Class in com.squareup.square.models
-
- CatalogQuerySortedAttribute - Class in com.squareup.square.models
-
This is a model class for CatalogQuerySortedAttribute type.
- CatalogQuerySortedAttribute(String, String, String) - Constructor for class com.squareup.square.models.CatalogQuerySortedAttribute
-
Initialization constructor.
- CatalogQuerySortedAttribute(String, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.CatalogQuerySortedAttribute
-
Initialization constructor.
- CatalogQuerySortedAttribute.Builder - Class in com.squareup.square.models
-
- CatalogQueryText - Class in com.squareup.square.models
-
This is a model class for CatalogQueryText type.
- CatalogQueryText(List<String>) - Constructor for class com.squareup.square.models.CatalogQueryText
-
Initialization constructor.
- CatalogQueryText.Builder - Class in com.squareup.square.models
-
- CatalogQuickAmount - Class in com.squareup.square.models
-
This is a model class for CatalogQuickAmount type.
- CatalogQuickAmount(String, Money, Long, Long) - Constructor for class com.squareup.square.models.CatalogQuickAmount
-
Initialization constructor.
- CatalogQuickAmount(String, Money, OptionalNullable<Long>, OptionalNullable<Long>) - Constructor for class com.squareup.square.models.CatalogQuickAmount
-
Initialization constructor.
- CatalogQuickAmount.Builder - Class in com.squareup.square.models
-
- CatalogQuickAmountsSettings - Class in com.squareup.square.models
-
This is a model class for CatalogQuickAmountsSettings type.
- CatalogQuickAmountsSettings(String, Boolean, List<CatalogQuickAmount>) - Constructor for class com.squareup.square.models.CatalogQuickAmountsSettings
-
Initialization constructor.
- CatalogQuickAmountsSettings(String, OptionalNullable<Boolean>, OptionalNullable<List<CatalogQuickAmount>>) - Constructor for class com.squareup.square.models.CatalogQuickAmountsSettings
-
Initialization constructor.
- CatalogQuickAmountsSettings.Builder - Class in com.squareup.square.models
-
- CatalogStockConversion - Class in com.squareup.square.models
-
This is a model class for CatalogStockConversion type.
- CatalogStockConversion(String, String, String) - Constructor for class com.squareup.square.models.CatalogStockConversion
-
Initialization constructor.
- CatalogStockConversion.Builder - Class in com.squareup.square.models
-
- CatalogSubscriptionPlan - Class in com.squareup.square.models
-
This is a model class for CatalogSubscriptionPlan type.
- CatalogSubscriptionPlan(String, List<SubscriptionPhase>, List<CatalogObject>, List<String>, List<String>, Boolean) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlan
-
Initialization constructor.
- CatalogSubscriptionPlan(String, OptionalNullable<List<SubscriptionPhase>>, OptionalNullable<List<CatalogObject>>, OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlan
-
Initialization constructor.
- CatalogSubscriptionPlan.Builder - Class in com.squareup.square.models
-
- CatalogSubscriptionPlanVariation - Class in com.squareup.square.models
-
This is a model class for CatalogSubscriptionPlanVariation type.
- CatalogSubscriptionPlanVariation(String, List<SubscriptionPhase>, String, Long, Boolean, String) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Initialization constructor.
- CatalogSubscriptionPlanVariation(String, List<SubscriptionPhase>, OptionalNullable<String>, OptionalNullable<Long>, OptionalNullable<Boolean>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Initialization constructor.
- CatalogSubscriptionPlanVariation.Builder - Class in com.squareup.square.models
-
- CatalogTax - Class in com.squareup.square.models
-
This is a model class for CatalogTax type.
- CatalogTax(String, String, String, String, Boolean, Boolean, String) - Constructor for class com.squareup.square.models.CatalogTax
-
Initialization constructor.
- CatalogTax(OptionalNullable<String>, String, String, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogTax
-
Initialization constructor.
- CatalogTax.Builder - Class in com.squareup.square.models
-
- CatalogTimePeriod - Class in com.squareup.square.models
-
This is a model class for CatalogTimePeriod type.
- CatalogTimePeriod(String) - Constructor for class com.squareup.square.models.CatalogTimePeriod
-
Initialization constructor.
- CatalogTimePeriod(OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogTimePeriod
-
Initialization constructor.
- CatalogTimePeriod.Builder - Class in com.squareup.square.models
-
- CatalogV1Id - Class in com.squareup.square.models
-
This is a model class for CatalogV1Id type.
- CatalogV1Id(String, String) - Constructor for class com.squareup.square.models.CatalogV1Id
-
Initialization constructor.
- CatalogV1Id(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CatalogV1Id
-
Initialization constructor.
- catalogV1Id(String) - Method in class com.squareup.square.models.CatalogV1Id.Builder
-
Setter for catalogV1Id.
- CatalogV1Id.Builder - Class in com.squareup.square.models
-
- catalogV1Ids(List<CatalogV1Id>) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for catalogV1Ids.
- catalogVersion(Long) - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.CatalogObjectReference.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for catalogVersion.
- catalogVersion(Long) - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
Setter for catalogVersion.
- categories(List<CatalogObjectCategory>) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for categories.
- category(String) - Method in class com.squareup.square.models.DeviceStatus.Builder
-
Setter for category.
- category(String) - Method in class com.squareup.square.models.Error.Builder
-
Setter for category.
- categoryData(CatalogCategory) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for categoryData.
- categoryData(LoyaltyProgramAccrualRuleCategoryData) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
Setter for categoryData.
- categoryId(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for categoryId.
- categoryId(String) - Method in class com.squareup.square.models.CategoryPathToRootNode.Builder
-
Setter for categoryId.
- categoryId(String) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData.Builder
-
Setter for categoryId.
- categoryIds(List<String>) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for categoryIds.
- categoryName(String) - Method in class com.squareup.square.models.CategoryPathToRootNode.Builder
-
Setter for categoryName.
- categoryName(String) - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
Setter for categoryName.
- CategoryPathToRootNode - Class in com.squareup.square.models
-
This is a model class for CategoryPathToRootNode type.
- CategoryPathToRootNode(String, String) - Constructor for class com.squareup.square.models.CategoryPathToRootNode
-
Initialization constructor.
- CategoryPathToRootNode(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CategoryPathToRootNode
-
Initialization constructor.
- CategoryPathToRootNode.Builder - Class in com.squareup.square.models
-
- categoryType(String) - Method in class com.squareup.square.models.CatalogCategory.Builder
-
Setter for categoryType.
- changeBackMoney(Money) - Method in class com.squareup.square.models.CashPaymentDetails.Builder
-
Setter for changeBackMoney.
- changeBackMoney(Money) - Method in class com.squareup.square.models.TenderCashDetails.Builder
-
Setter for changeBackMoney.
- changeBackMoney(V1Money) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for changeBackMoney.
- changeBillingAnchorDate(String, ChangeBillingAnchorDateRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
- changeBillingAnchorDate(String, ChangeBillingAnchorDateRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
- changeBillingAnchorDateAsync(String, ChangeBillingAnchorDateRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
- changeBillingAnchorDateAsync(String, ChangeBillingAnchorDateRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
- ChangeBillingAnchorDateRequest - Class in com.squareup.square.models
-
This is a model class for ChangeBillingAnchorDateRequest type.
- ChangeBillingAnchorDateRequest(Integer, String) - Constructor for class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Initialization constructor.
- ChangeBillingAnchorDateRequest(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Initialization constructor.
- ChangeBillingAnchorDateRequest.Builder - Class in com.squareup.square.models
-
- ChangeBillingAnchorDateResponse - Class in com.squareup.square.models
-
This is a model class for ChangeBillingAnchorDateResponse type.
- ChangeBillingAnchorDateResponse(List<Error>, Subscription, List<SubscriptionAction>) - Constructor for class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
Initialization constructor.
- ChangeBillingAnchorDateResponse.Builder - Class in com.squareup.square.models
-
- changes(List<InventoryChange>) - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
Setter for changes.
- changes(List<InventoryChange>) - Method in class com.squareup.square.models.BatchChangeInventoryResponse.Builder
-
Setter for changes.
- changes(List<InventoryChange>) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse.Builder
-
Setter for changes.
- changes(List<InventoryChange>) - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse.Builder
-
Setter for changes.
- channels(List<String>) - Method in class com.squareup.square.models.CatalogCategory.Builder
-
Setter for channels.
- channels(List<String>) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for channels.
- charge(Money) - Method in class com.squareup.square.models.ShippingFee.Builder
-
Setter for charge.
- chargedThroughDate(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for chargedThroughDate.
- ChargeRequest - Class in com.squareup.square.models
-
This is a model class for ChargeRequest type.
- ChargeRequest(String, Money, String, String, Boolean, String, String, String, Address, Address, String, String, List<ChargeRequestAdditionalRecipient>, String) - Constructor for class com.squareup.square.models.ChargeRequest
-
Initialization constructor.
- ChargeRequest(String, Money, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Address, Address, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<List<ChargeRequestAdditionalRecipient>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ChargeRequest
-
Initialization constructor.
- ChargeRequest.Builder - Class in com.squareup.square.models
-
- ChargeRequestAdditionalRecipient - Class in com.squareup.square.models
-
This is a model class for ChargeRequestAdditionalRecipient type.
- ChargeRequestAdditionalRecipient(String, String, Money) - Constructor for class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
Initialization constructor.
- ChargeRequestAdditionalRecipient.Builder - Class in com.squareup.square.models
-
- ChargeResponse - Class in com.squareup.square.models
-
This is a model class for ChargeResponse type.
- ChargeResponse(List<Error>, Transaction) - Constructor for class com.squareup.square.models.ChargeResponse
-
Initialization constructor.
- ChargeResponse.Builder - Class in com.squareup.square.models
-
- chargingState(String) - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
Setter for chargingState.
- checkout(TerminalCheckout) - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse.Builder
-
Setter for checkout.
- Checkout - Class in com.squareup.square.models
-
This is a model class for Checkout type.
- Checkout(String, String, Boolean, String, String, Address, String, Order, String, List<AdditionalRecipient>) - Constructor for class com.squareup.square.models.Checkout
-
Initialization constructor.
- Checkout(String, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<String>, OptionalNullable<String>, Address, OptionalNullable<String>, Order, String, OptionalNullable<List<AdditionalRecipient>>) - Constructor for class com.squareup.square.models.Checkout
-
Initialization constructor.
- checkout(Checkout) - Method in class com.squareup.square.models.CreateCheckoutResponse.Builder
-
Setter for checkout.
- checkout(TerminalCheckout) - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest.Builder
-
Setter for checkout.
- checkout(TerminalCheckout) - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse.Builder
-
Setter for checkout.
- checkout(TerminalCheckout) - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse.Builder
-
Setter for checkout.
- checkout(TerminalCheckout) - Method in class com.squareup.square.models.GetTerminalCheckoutResponse.Builder
-
Setter for checkout.
- Checkout.Builder - Class in com.squareup.square.models
-
- CheckoutApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CheckoutLocationSettings - Class in com.squareup.square.models
-
This is a model class for CheckoutLocationSettings type.
- CheckoutLocationSettings(String, Boolean, List<CheckoutLocationSettingsPolicy>, CheckoutLocationSettingsBranding, CheckoutLocationSettingsTipping, CheckoutLocationSettingsCoupons, String) - Constructor for class com.squareup.square.models.CheckoutLocationSettings
-
Initialization constructor.
- CheckoutLocationSettings(OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<List<CheckoutLocationSettingsPolicy>>, CheckoutLocationSettingsBranding, CheckoutLocationSettingsTipping, CheckoutLocationSettingsCoupons, String) - Constructor for class com.squareup.square.models.CheckoutLocationSettings
-
Initialization constructor.
- CheckoutLocationSettings.Builder - Class in com.squareup.square.models
-
- CheckoutLocationSettingsBranding - Class in com.squareup.square.models
-
This is a model class for CheckoutLocationSettingsBranding type.
- CheckoutLocationSettingsBranding(String, String, String) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Initialization constructor.
- CheckoutLocationSettingsBranding(String, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Initialization constructor.
- CheckoutLocationSettingsBranding.Builder - Class in com.squareup.square.models
-
- CheckoutLocationSettingsCoupons - Class in com.squareup.square.models
-
This is a model class for CheckoutLocationSettingsCoupons type.
- CheckoutLocationSettingsCoupons(Boolean) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
Initialization constructor.
- CheckoutLocationSettingsCoupons(OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
Initialization constructor.
- CheckoutLocationSettingsCoupons.Builder - Class in com.squareup.square.models
-
- CheckoutLocationSettingsPolicy - Class in com.squareup.square.models
-
This is a model class for CheckoutLocationSettingsPolicy type.
- CheckoutLocationSettingsPolicy(String, String, String) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Initialization constructor.
- CheckoutLocationSettingsPolicy(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Initialization constructor.
- CheckoutLocationSettingsPolicy.Builder - Class in com.squareup.square.models
-
- CheckoutLocationSettingsTipping - Class in com.squareup.square.models
-
This is a model class for CheckoutLocationSettingsTipping type.
- CheckoutLocationSettingsTipping(List<Integer>, Boolean, Integer, List<Money>, Money) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Initialization constructor.
- CheckoutLocationSettingsTipping(OptionalNullable<List<Integer>>, OptionalNullable<Boolean>, OptionalNullable<Integer>, OptionalNullable<List<Money>>, Money) - Constructor for class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Initialization constructor.
- CheckoutLocationSettingsTipping.Builder - Class in com.squareup.square.models
-
- CheckoutMerchantSettings - Class in com.squareup.square.models
-
This is a model class for CheckoutMerchantSettings type.
- CheckoutMerchantSettings(CheckoutMerchantSettingsPaymentMethods, String) - Constructor for class com.squareup.square.models.CheckoutMerchantSettings
-
Initialization constructor.
- CheckoutMerchantSettings.Builder - Class in com.squareup.square.models
-
- CheckoutMerchantSettingsPaymentMethods - Class in com.squareup.square.models
-
This is a model class for CheckoutMerchantSettingsPaymentMethods type.
- CheckoutMerchantSettingsPaymentMethods(CheckoutMerchantSettingsPaymentMethodsPaymentMethod, CheckoutMerchantSettingsPaymentMethodsPaymentMethod, CheckoutMerchantSettingsPaymentMethodsPaymentMethod, CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Initialization constructor.
- CheckoutMerchantSettingsPaymentMethods.Builder - Class in com.squareup.square.models
-
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay - Class in com.squareup.square.models
-
This is a model class for CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay type.
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay(CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange, CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange, Boolean) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
Initialization constructor.
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay.Builder - Class in com.squareup.square.models
-
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange - Class in com.squareup.square.models
-
This is a model class for CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange type.
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange(Money, Money) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
-
Initialization constructor.
- CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange.Builder - Class in com.squareup.square.models
-
- CheckoutMerchantSettingsPaymentMethodsPaymentMethod - Class in com.squareup.square.models
-
This is a model class for CheckoutMerchantSettingsPaymentMethodsPaymentMethod type.
- CheckoutMerchantSettingsPaymentMethodsPaymentMethod(Boolean) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
Initialization constructor.
- CheckoutMerchantSettingsPaymentMethodsPaymentMethod(OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
Initialization constructor.
- CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder - Class in com.squareup.square.models
-
- CheckoutOptions - Class in com.squareup.square.models
-
This is a model class for CheckoutOptions type.
- CheckoutOptions(Boolean, List<CustomField>, String, String, String, Boolean, AcceptedPaymentMethods, Money, ShippingFee, Boolean, Boolean) - Constructor for class com.squareup.square.models.CheckoutOptions
-
Initialization constructor.
- CheckoutOptions(OptionalNullable<Boolean>, OptionalNullable<List<CustomField>>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, AcceptedPaymentMethods, Money, ShippingFee, OptionalNullable<Boolean>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CheckoutOptions
-
Initialization constructor.
- checkoutOptions(CheckoutOptions) - Method in class com.squareup.square.models.CreatePaymentLinkRequest.Builder
-
Setter for checkoutOptions.
- checkoutOptions(CheckoutOptions) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for checkoutOptions.
- CheckoutOptions.Builder - Class in com.squareup.square.models
-
- checkoutPageUrl(String) - Method in class com.squareup.square.models.Checkout.Builder
-
Setter for checkoutPageUrl.
- checkouts(List<TerminalCheckout>) - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse.Builder
-
Setter for checkouts.
- clearBalanceActivityDetails(GiftCardActivityClearBalance) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for clearBalanceActivityDetails.
- clearpayDetails(ClearpayDetails) - Method in class com.squareup.square.models.BuyNowPayLaterDetails.Builder
-
Setter for clearpayDetails.
- ClearpayDetails - Class in com.squareup.square.models
-
This is a model class for ClearpayDetails type.
- ClearpayDetails(String) - Constructor for class com.squareup.square.models.ClearpayDetails
-
Initialization constructor.
- ClearpayDetails(OptionalNullable<String>) - Constructor for class com.squareup.square.models.ClearpayDetails
-
Initialization constructor.
- ClearpayDetails.Builder - Class in com.squareup.square.models
-
- clientId(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for clientId.
- clientId(String) - Method in class com.squareup.square.models.RetrieveTokenStatusResponse.Builder
-
Setter for clientId.
- clientId(String) - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
Setter for clientId.
- clientId(String) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for clientId.
- clientObjectId(String) - Method in class com.squareup.square.models.CatalogIdMapping.Builder
-
Setter for clientObjectId.
- clientSecret(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for clientSecret.
- cloneOrder(CloneOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
- cloneOrder(CloneOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
- cloneOrderAsync(CloneOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
- cloneOrderAsync(CloneOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
- CloneOrderRequest - Class in com.squareup.square.models
-
This is a model class for CloneOrderRequest type.
- CloneOrderRequest(String, Integer, String) - Constructor for class com.squareup.square.models.CloneOrderRequest
-
Initialization constructor.
- CloneOrderRequest(String, Integer, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CloneOrderRequest
-
Initialization constructor.
- CloneOrderRequest.Builder - Class in com.squareup.square.models
-
- CloneOrderResponse - Class in com.squareup.square.models
-
This is a model class for CloneOrderResponse type.
- CloneOrderResponse(Order, List<Error>) - Constructor for class com.squareup.square.models.CloneOrderResponse
-
Initialization constructor.
- CloneOrderResponse.Builder - Class in com.squareup.square.models
-
- closedAt(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for closedAt.
- closedAt(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for closedAt.
- closedAt(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for closedAt.
- closedAt(TimeRange) - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter.Builder
-
Setter for closedAt.
- closedCashMoney(Money) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for closedCashMoney.
- closedCashMoney(Money) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for closedCashMoney.
- closingTeamMemberId(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for closingTeamMemberId.
- code(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for code.
- code(String) - Method in class com.squareup.square.models.Error.Builder
-
Setter for code.
- code(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for code.
- code(String) - Method in class com.squareup.square.models.SubscriptionEventInfo.Builder
-
Setter for code.
- codeVerifier(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for codeVerifier.
- CollectedData - Class in com.squareup.square.models
-
This is a model class for CollectedData type.
- CollectedData(String) - Constructor for class com.squareup.square.models.CollectedData
-
Initialization constructor.
- collectedData(CollectedData) - Method in class com.squareup.square.models.DataCollectionOptions.Builder
-
Setter for collectedData.
- CollectedData.Builder - Class in com.squareup.square.models
-
- collectSignature(Boolean) - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Setter for collectSignature.
- color(String) - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
Setter for color.
- com.squareup.square - package com.squareup.square
-
- com.squareup.square.api - package com.squareup.square.api
-
- com.squareup.square.exceptions - package com.squareup.square.exceptions
-
- com.squareup.square.http - package com.squareup.square.http
-
- com.squareup.square.http.client - package com.squareup.square.http.client
-
- com.squareup.square.http.request - package com.squareup.square.http.request
-
- com.squareup.square.http.response - package com.squareup.square.http.response
-
- com.squareup.square.models - package com.squareup.square.models
-
- com.squareup.square.utilities - package com.squareup.square.utilities
-
- companyName(String) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for companyName.
- companyName(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for companyName.
- companyName(String) - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
Setter for companyName.
- companyName(String) - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
Setter for companyName.
- CompatibilityFactoryImpl - Class in com.squareup.square
-
- CompatibilityFactoryImpl() - Constructor for class com.squareup.square.CompatibilityFactoryImpl
-
- completedAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for completedAt.
- completedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for completedAt.
- completedNote(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for completedNote.
- completedNote(String) - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
Setter for completedNote.
- completePayment(String, CompletePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Completes (captures) a payment.
- completePayment(String, CompletePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Completes (captures) a payment.
- completePaymentAsync(String, CompletePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Completes (captures) a payment.
- completePaymentAsync(String, CompletePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Completes (captures) a payment.
- CompletePaymentRequest - Class in com.squareup.square.models
-
This is a model class for CompletePaymentRequest type.
- CompletePaymentRequest(String) - Constructor for class com.squareup.square.models.CompletePaymentRequest
-
Initialization constructor.
- CompletePaymentRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.CompletePaymentRequest
-
Initialization constructor.
- CompletePaymentRequest.Builder - Class in com.squareup.square.models
-
- CompletePaymentResponse - Class in com.squareup.square.models
-
This is a model class for CompletePaymentResponse type.
- CompletePaymentResponse(List<Error>, Payment) - Constructor for class com.squareup.square.models.CompletePaymentResponse
-
Initialization constructor.
- CompletePaymentResponse.Builder - Class in com.squareup.square.models
-
- Component - Class in com.squareup.square.models
-
This is a model class for Component type.
- Component(String, DeviceComponentDetailsApplicationDetails, DeviceComponentDetailsCardReaderDetails, DeviceComponentDetailsBatteryDetails, DeviceComponentDetailsWiFiDetails, DeviceComponentDetailsEthernetDetails) - Constructor for class com.squareup.square.models.Component
-
Initialization constructor.
- Component.Builder - Class in com.squareup.square.models
-
- components(List<Component>) - Method in class com.squareup.square.models.Device.Builder
-
Setter for components.
- computedAmountMoney(Money) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for computedAmountMoney.
- Configuration - Interface in com.squareup.square
-
Configuration Interface for the library.
- ConfirmationDecision - Class in com.squareup.square.models
-
This is a model class for ConfirmationDecision type.
- ConfirmationDecision(Boolean) - Constructor for class com.squareup.square.models.ConfirmationDecision
-
Initialization constructor.
- ConfirmationDecision.Builder - Class in com.squareup.square.models
-
- ConfirmationOptions - Class in com.squareup.square.models
-
This is a model class for ConfirmationOptions type.
- ConfirmationOptions(String, String, String, String, ConfirmationDecision) - Constructor for class com.squareup.square.models.ConfirmationOptions
-
Initialization constructor.
- ConfirmationOptions(String, String, String, OptionalNullable<String>, ConfirmationDecision) - Constructor for class com.squareup.square.models.ConfirmationOptions
-
Initialization constructor.
- confirmationOptions(ConfirmationOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for confirmationOptions.
- ConfirmationOptions.Builder - Class in com.squareup.square.models
-
- constructFromString(String) - Static method in enum com.squareup.square.Environment
-
Returns the enum member associated with the given string value.
- constructFromString(String) - Static method in enum com.squareup.square.Server
-
Returns the enum member associated with the given string value.
- contacts(List<VendorContact>) - Method in class com.squareup.square.models.Vendor.Builder
-
Setter for contacts.
- content(String) - Method in class com.squareup.square.models.Snippet.Builder
-
Setter for content.
- contentType(String) - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest.Builder
-
Setter for contentType.
- contentType(String) - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest.Builder
-
Setter for contentType.
- Coordinates - Class in com.squareup.square.models
-
This is a model class for Coordinates type.
- Coordinates(Double, Double) - Constructor for class com.squareup.square.models.Coordinates
-
Initialization constructor.
- Coordinates(OptionalNullable<Double>, OptionalNullable<Double>) - Constructor for class com.squareup.square.models.Coordinates
-
Initialization constructor.
- coordinates(Coordinates) - Method in class com.squareup.square.models.Location.Builder
-
Setter for coordinates.
- Coordinates.Builder - Class in com.squareup.square.models
-
- count(Boolean) - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
Setter for count.
- count(Long) - Method in class com.squareup.square.models.ListCustomersResponse.Builder
-
Setter for count.
- count(InventoryPhysicalCount) - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse.Builder
-
Setter for count.
- count(Boolean) - Method in class com.squareup.square.models.SearchCustomersRequest.Builder
-
Setter for count.
- count(Long) - Method in class com.squareup.square.models.SearchCustomersResponse.Builder
-
Setter for count.
- country(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for country.
- country(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for country.
- country(String) - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
Setter for country.
- country(String) - Method in class com.squareup.square.models.CustomerAddressFilter.Builder
-
Setter for country.
- country(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for country.
- country(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for country.
- counts(List<InventoryCount>) - Method in class com.squareup.square.models.BatchChangeInventoryResponse.Builder
-
Setter for counts.
- counts(List<InventoryCount>) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse.Builder
-
Setter for counts.
- counts(List<InventoryCount>) - Method in class com.squareup.square.models.RetrieveInventoryCountResponse.Builder
-
Setter for counts.
- coupons(CheckoutLocationSettingsCoupons) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for coupons.
- courierPickupAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for courierPickupAt.
- courierPickupAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for courierPickupAt.
- courierPickupWindowDuration(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for courierPickupWindowDuration.
- courierPickupWindowDuration(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for courierPickupWindowDuration.
- courierProviderName(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for courierProviderName.
- courierProviderName(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for courierProviderName.
- courierSupportPhoneNumber(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for courierSupportPhoneNumber.
- courierSupportPhoneNumber(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for courierSupportPhoneNumber.
- createApiResponse(int, HttpHeaders, T) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createBooking(CreateBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Creates a booking.
- createBooking(CreateBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Creates a booking.
- createBookingAsync(CreateBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Creates a booking.
- createBookingAsync(CreateBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Creates a booking.
- createBookingCustomAttributeDefinition(CreateBookingCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Creates a bookings custom attribute definition.
- createBookingCustomAttributeDefinition(CreateBookingCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Creates a bookings custom attribute definition.
- createBookingCustomAttributeDefinitionAsync(CreateBookingCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Creates a bookings custom attribute definition.
- createBookingCustomAttributeDefinitionAsync(CreateBookingCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Creates a bookings custom attribute definition.
- CreateBookingCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for CreateBookingCustomAttributeDefinitionRequest type.
- CreateBookingCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest
-
Initialization constructor.
- CreateBookingCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- CreateBookingCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for CreateBookingCustomAttributeDefinitionResponse type.
- CreateBookingCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
Initialization constructor.
- CreateBookingCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- CreateBookingRequest - Class in com.squareup.square.models
-
This is a model class for CreateBookingRequest type.
- CreateBookingRequest(Booking, String) - Constructor for class com.squareup.square.models.CreateBookingRequest
-
Initialization constructor.
- CreateBookingRequest.Builder - Class in com.squareup.square.models
-
- CreateBookingResponse - Class in com.squareup.square.models
-
This is a model class for CreateBookingResponse type.
- CreateBookingResponse(Booking, List<Error>) - Constructor for class com.squareup.square.models.CreateBookingResponse
-
Initialization constructor.
- CreateBookingResponse.Builder - Class in com.squareup.square.models
-
- createBreakType(CreateBreakTypeRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Creates a new `BreakType`.
- createBreakType(CreateBreakTypeRequest) - Method in interface com.squareup.square.api.LaborApi
-
Creates a new `BreakType`.
- createBreakTypeAsync(CreateBreakTypeRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Creates a new `BreakType`.
- createBreakTypeAsync(CreateBreakTypeRequest) - Method in interface com.squareup.square.api.LaborApi
-
Creates a new `BreakType`.
- CreateBreakTypeRequest - Class in com.squareup.square.models
-
This is a model class for CreateBreakTypeRequest type.
- CreateBreakTypeRequest(BreakType, String) - Constructor for class com.squareup.square.models.CreateBreakTypeRequest
-
Initialization constructor.
- CreateBreakTypeRequest.Builder - Class in com.squareup.square.models
-
- CreateBreakTypeResponse - Class in com.squareup.square.models
-
This is a model class for CreateBreakTypeResponse type.
- CreateBreakTypeResponse(BreakType, List<Error>) - Constructor for class com.squareup.square.models.CreateBreakTypeResponse
-
Initialization constructor.
- CreateBreakTypeResponse.Builder - Class in com.squareup.square.models
-
- createCard(CreateCardRequest) - Method in interface com.squareup.square.api.CardsApi
-
Adds a card on file to an existing merchant.
- createCard(CreateCardRequest) - Method in class com.squareup.square.api.DefaultCardsApi
-
Adds a card on file to an existing merchant.
- createCardAsync(CreateCardRequest) - Method in interface com.squareup.square.api.CardsApi
-
Adds a card on file to an existing merchant.
- createCardAsync(CreateCardRequest) - Method in class com.squareup.square.api.DefaultCardsApi
-
Adds a card on file to an existing merchant.
- CreateCardRequest - Class in com.squareup.square.models
-
This is a model class for CreateCardRequest type.
- CreateCardRequest(String, String, Card, String) - Constructor for class com.squareup.square.models.CreateCardRequest
-
Initialization constructor.
- CreateCardRequest.Builder - Class in com.squareup.square.models
-
- CreateCardResponse - Class in com.squareup.square.models
-
This is a model class for CreateCardResponse type.
- CreateCardResponse(List<Error>, Card) - Constructor for class com.squareup.square.models.CreateCardResponse
-
Initialization constructor.
- CreateCardResponse.Builder - Class in com.squareup.square.models
-
- createCatalogImage(CreateCatalogImageRequest, FileWrapper) - Method in interface com.squareup.square.api.CatalogApi
-
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
- createCatalogImage(CreateCatalogImageRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
- createCatalogImageAsync(CreateCatalogImageRequest, FileWrapper) - Method in interface com.squareup.square.api.CatalogApi
-
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
- createCatalogImageAsync(CreateCatalogImageRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
- CreateCatalogImageRequest - Class in com.squareup.square.models
-
This is a model class for CreateCatalogImageRequest type.
- CreateCatalogImageRequest(String, CatalogObject, String, Boolean) - Constructor for class com.squareup.square.models.CreateCatalogImageRequest
-
Initialization constructor.
- CreateCatalogImageRequest.Builder - Class in com.squareup.square.models
-
- CreateCatalogImageResponse - Class in com.squareup.square.models
-
This is a model class for CreateCatalogImageResponse type.
- CreateCatalogImageResponse(List<Error>, CatalogObject) - Constructor for class com.squareup.square.models.CreateCatalogImageResponse
-
Initialization constructor.
- CreateCatalogImageResponse.Builder - Class in com.squareup.square.models
-
- createCheckout(String, CreateCheckoutRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Deprecated.
- createCheckout(String, CreateCheckoutRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Deprecated.
- createCheckoutAsync(String, CreateCheckoutRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Deprecated.
- createCheckoutAsync(String, CreateCheckoutRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Deprecated.
- CreateCheckoutRequest - Class in com.squareup.square.models
-
This is a model class for CreateCheckoutRequest type.
- CreateCheckoutRequest(String, CreateOrderRequest, Boolean, String, String, Address, String, List<ChargeRequestAdditionalRecipient>, String) - Constructor for class com.squareup.square.models.CreateCheckoutRequest
-
Initialization constructor.
- CreateCheckoutRequest.Builder - Class in com.squareup.square.models
-
- CreateCheckoutResponse - Class in com.squareup.square.models
-
This is a model class for CreateCheckoutResponse type.
- CreateCheckoutResponse(Checkout, List<Error>) - Constructor for class com.squareup.square.models.CreateCheckoutResponse
-
Initialization constructor.
- CreateCheckoutResponse.Builder - Class in com.squareup.square.models
-
- createCustomer(CreateCustomerRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Creates a new customer for a business.
- createCustomer(CreateCustomerRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Creates a new customer for a business.
- createCustomerAsync(CreateCustomerRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Creates a new customer for a business.
- createCustomerAsync(CreateCustomerRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Creates a new customer for a business.
- createCustomerCard(String, CreateCustomerCardRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Deprecated.
- createCustomerCard(String, CreateCustomerCardRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deprecated.
- createCustomerCardAsync(String, CreateCustomerCardRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Deprecated.
- createCustomerCardAsync(String, CreateCustomerCardRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deprecated.
- CreateCustomerCardRequest - Class in com.squareup.square.models
-
This is a model class for CreateCustomerCardRequest type.
- CreateCustomerCardRequest(String, Address, String, String) - Constructor for class com.squareup.square.models.CreateCustomerCardRequest
-
Initialization constructor.
- CreateCustomerCardRequest.Builder - Class in com.squareup.square.models
-
- CreateCustomerCardResponse - Class in com.squareup.square.models
-
This is a model class for CreateCustomerCardResponse type.
- CreateCustomerCardResponse(List<Error>, Card) - Constructor for class com.squareup.square.models.CreateCustomerCardResponse
-
Initialization constructor.
- CreateCustomerCardResponse.Builder - Class in com.squareup.square.models
-
- createCustomerCustomAttributeDefinition(CreateCustomerCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createCustomerCustomAttributeDefinition(CreateCustomerCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createCustomerCustomAttributeDefinitionAsync(CreateCustomerCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createCustomerCustomAttributeDefinitionAsync(CreateCustomerCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- CreateCustomerCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for CreateCustomerCustomAttributeDefinitionRequest type.
- CreateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest
-
Initialization constructor.
- CreateCustomerCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- CreateCustomerCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for CreateCustomerCustomAttributeDefinitionResponse type.
- CreateCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
Initialization constructor.
- CreateCustomerCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- createCustomerGroup(CreateCustomerGroupRequest) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Creates a new customer group for a business.
- createCustomerGroup(CreateCustomerGroupRequest) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Creates a new customer group for a business.
- createCustomerGroupAsync(CreateCustomerGroupRequest) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Creates a new customer group for a business.
- createCustomerGroupAsync(CreateCustomerGroupRequest) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Creates a new customer group for a business.
- CreateCustomerGroupRequest - Class in com.squareup.square.models
-
This is a model class for CreateCustomerGroupRequest type.
- CreateCustomerGroupRequest(CustomerGroup, String) - Constructor for class com.squareup.square.models.CreateCustomerGroupRequest
-
Initialization constructor.
- CreateCustomerGroupRequest.Builder - Class in com.squareup.square.models
-
- CreateCustomerGroupResponse - Class in com.squareup.square.models
-
This is a model class for CreateCustomerGroupResponse type.
- CreateCustomerGroupResponse(List<Error>, CustomerGroup) - Constructor for class com.squareup.square.models.CreateCustomerGroupResponse
-
Initialization constructor.
- CreateCustomerGroupResponse.Builder - Class in com.squareup.square.models
-
- CreateCustomerRequest - Class in com.squareup.square.models
-
This is a model class for CreateCustomerRequest type.
- CreateCustomerRequest(String, String, String, String, String, String, Address, String, String, String, String, CustomerTaxIds) - Constructor for class com.squareup.square.models.CreateCustomerRequest
-
Initialization constructor.
- CreateCustomerRequest.Builder - Class in com.squareup.square.models
-
- CreateCustomerResponse - Class in com.squareup.square.models
-
This is a model class for CreateCustomerResponse type.
- CreateCustomerResponse(List<Error>, Customer) - Constructor for class com.squareup.square.models.CreateCustomerResponse
-
Initialization constructor.
- CreateCustomerResponse.Builder - Class in com.squareup.square.models
-
- createdAt(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Checkout.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CustomAttribute.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CustomerGroup.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.CustomerSegment.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Event.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyAccountMapping.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.LoyaltyEventDateTimeFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyProgramRewardTier.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.OrderCreated.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.OrderUpdated.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.RiskEvaluation.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Site.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Snippet.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for createdAt.
- createdAt(TimeRange) - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.V1OrderHistoryEntry.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.Vendor.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.WageSetting.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
Setter for createdAt.
- createdAt(String) - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
Setter for createdAt.
- createDeviceCode(CreateDeviceCodeRequest) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
- createDeviceCode(CreateDeviceCodeRequest) - Method in interface com.squareup.square.api.DevicesApi
-
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
- createDeviceCodeAsync(CreateDeviceCodeRequest) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
- createDeviceCodeAsync(CreateDeviceCodeRequest) - Method in interface com.squareup.square.api.DevicesApi
-
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
- CreateDeviceCodeRequest - Class in com.squareup.square.models
-
This is a model class for CreateDeviceCodeRequest type.
- CreateDeviceCodeRequest(String, DeviceCode) - Constructor for class com.squareup.square.models.CreateDeviceCodeRequest
-
Initialization constructor.
- CreateDeviceCodeRequest.Builder - Class in com.squareup.square.models
-
- CreateDeviceCodeResponse - Class in com.squareup.square.models
-
This is a model class for CreateDeviceCodeResponse type.
- CreateDeviceCodeResponse(List<Error>, DeviceCode) - Constructor for class com.squareup.square.models.CreateDeviceCodeResponse
-
Initialization constructor.
- CreateDeviceCodeResponse.Builder - Class in com.squareup.square.models
-
- createDisputeEvidenceFile(String, CreateDisputeEvidenceFileRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Uploads a file to use as evidence in a dispute challenge.
- createDisputeEvidenceFile(String, CreateDisputeEvidenceFileRequest, FileWrapper) - Method in interface com.squareup.square.api.DisputesApi
-
Uploads a file to use as evidence in a dispute challenge.
- createDisputeEvidenceFileAsync(String, CreateDisputeEvidenceFileRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Uploads a file to use as evidence in a dispute challenge.
- createDisputeEvidenceFileAsync(String, CreateDisputeEvidenceFileRequest, FileWrapper) - Method in interface com.squareup.square.api.DisputesApi
-
Uploads a file to use as evidence in a dispute challenge.
- CreateDisputeEvidenceFileRequest - Class in com.squareup.square.models
-
This is a model class for CreateDisputeEvidenceFileRequest type.
- CreateDisputeEvidenceFileRequest(String, String, String) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
Initialization constructor.
- CreateDisputeEvidenceFileRequest.Builder - Class in com.squareup.square.models
-
- CreateDisputeEvidenceFileResponse - Class in com.squareup.square.models
-
This is a model class for CreateDisputeEvidenceFileResponse type.
- CreateDisputeEvidenceFileResponse(List<Error>, DisputeEvidence) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
Initialization constructor.
- CreateDisputeEvidenceFileResponse.Builder - Class in com.squareup.square.models
-
- createDisputeEvidenceText(String, CreateDisputeEvidenceTextRequest) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Uploads text to use as evidence for a dispute challenge.
- createDisputeEvidenceText(String, CreateDisputeEvidenceTextRequest) - Method in interface com.squareup.square.api.DisputesApi
-
Uploads text to use as evidence for a dispute challenge.
- createDisputeEvidenceTextAsync(String, CreateDisputeEvidenceTextRequest) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Uploads text to use as evidence for a dispute challenge.
- createDisputeEvidenceTextAsync(String, CreateDisputeEvidenceTextRequest) - Method in interface com.squareup.square.api.DisputesApi
-
Uploads text to use as evidence for a dispute challenge.
- CreateDisputeEvidenceTextRequest - Class in com.squareup.square.models
-
This is a model class for CreateDisputeEvidenceTextRequest type.
- CreateDisputeEvidenceTextRequest(String, String, String) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
Initialization constructor.
- CreateDisputeEvidenceTextRequest.Builder - Class in com.squareup.square.models
-
- CreateDisputeEvidenceTextResponse - Class in com.squareup.square.models
-
This is a model class for CreateDisputeEvidenceTextResponse type.
- CreateDisputeEvidenceTextResponse(List<Error>, DisputeEvidence) - Constructor for class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
Initialization constructor.
- CreateDisputeEvidenceTextResponse.Builder - Class in com.squareup.square.models
-
- createDynamicResponse(Response) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createGiftCard(CreateGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Creates a digital gift card or registers a physical (plastic) gift card.
- createGiftCard(CreateGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Creates a digital gift card or registers a physical (plastic) gift card.
- createGiftCardActivity(CreateGiftCardActivityRequest) - Method in class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Creates a gift card activity to manage the balance or state of a [gift card]($m/GiftCard).
- createGiftCardActivity(CreateGiftCardActivityRequest) - Method in interface com.squareup.square.api.GiftCardActivitiesApi
-
Creates a gift card activity to manage the balance or state of a [gift card]($m/GiftCard).
- createGiftCardActivityAsync(CreateGiftCardActivityRequest) - Method in class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Creates a gift card activity to manage the balance or state of a [gift card]($m/GiftCard).
- createGiftCardActivityAsync(CreateGiftCardActivityRequest) - Method in interface com.squareup.square.api.GiftCardActivitiesApi
-
Creates a gift card activity to manage the balance or state of a [gift card]($m/GiftCard).
- CreateGiftCardActivityRequest - Class in com.squareup.square.models
-
This is a model class for CreateGiftCardActivityRequest type.
- CreateGiftCardActivityRequest(String, GiftCardActivity) - Constructor for class com.squareup.square.models.CreateGiftCardActivityRequest
-
Initialization constructor.
- CreateGiftCardActivityRequest.Builder - Class in com.squareup.square.models
-
- CreateGiftCardActivityResponse - Class in com.squareup.square.models
-
This is a model class for CreateGiftCardActivityResponse type.
- CreateGiftCardActivityResponse(List<Error>, GiftCardActivity) - Constructor for class com.squareup.square.models.CreateGiftCardActivityResponse
-
Initialization constructor.
- CreateGiftCardActivityResponse.Builder - Class in com.squareup.square.models
-
- createGiftCardAsync(CreateGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Creates a digital gift card or registers a physical (plastic) gift card.
- createGiftCardAsync(CreateGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Creates a digital gift card or registers a physical (plastic) gift card.
- CreateGiftCardRequest - Class in com.squareup.square.models
-
This is a model class for CreateGiftCardRequest type.
- CreateGiftCardRequest(String, String, GiftCard) - Constructor for class com.squareup.square.models.CreateGiftCardRequest
-
Initialization constructor.
- CreateGiftCardRequest.Builder - Class in com.squareup.square.models
-
- CreateGiftCardResponse - Class in com.squareup.square.models
-
This is a model class for CreateGiftCardResponse type.
- CreateGiftCardResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.CreateGiftCardResponse
-
Initialization constructor.
- CreateGiftCardResponse.Builder - Class in com.squareup.square.models
-
- createHeader(String, String) - Method in class com.squareup.square.http.Headers
-
Adds a value for a header name to this object and returns the Headers instance.
- createHttpContext(Request, Response) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpHeaders(Map<String, List<String>>) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpHeaders(HttpHeaders) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpHeaders() - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpRequest(Method, StringBuilder, HttpHeaders, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpRequest(Method, StringBuilder, HttpHeaders, Map<String, Object>, Object) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpResponse(int, HttpHeaders, InputStream) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createHttpResponse(int, HttpHeaders, InputStream, String) - Method in class com.squareup.square.CompatibilityFactoryImpl
-
- createInvoice(CreateInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
- createInvoice(CreateInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
- createInvoiceAsync(CreateInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
- createInvoiceAsync(CreateInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
- createInvoiceAttachment(String, CreateInvoiceAttachmentRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Uploads a file and attaches it to an invoice.
- createInvoiceAttachment(String, CreateInvoiceAttachmentRequest, FileWrapper) - Method in interface com.squareup.square.api.InvoicesApi
-
Uploads a file and attaches it to an invoice.
- createInvoiceAttachmentAsync(String, CreateInvoiceAttachmentRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Uploads a file and attaches it to an invoice.
- createInvoiceAttachmentAsync(String, CreateInvoiceAttachmentRequest, FileWrapper) - Method in interface com.squareup.square.api.InvoicesApi
-
Uploads a file and attaches it to an invoice.
- CreateInvoiceAttachmentRequest - Class in com.squareup.square.models
-
This is a model class for CreateInvoiceAttachmentRequest type.
- CreateInvoiceAttachmentRequest(String, String) - Constructor for class com.squareup.square.models.CreateInvoiceAttachmentRequest
-
Initialization constructor.
- CreateInvoiceAttachmentRequest.Builder - Class in com.squareup.square.models
-
- CreateInvoiceAttachmentResponse - Class in com.squareup.square.models
-
This is a model class for CreateInvoiceAttachmentResponse type.
- CreateInvoiceAttachmentResponse(InvoiceAttachment, List<Error>) - Constructor for class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
Initialization constructor.
- CreateInvoiceAttachmentResponse.Builder - Class in com.squareup.square.models
-
- CreateInvoiceRequest - Class in com.squareup.square.models
-
This is a model class for CreateInvoiceRequest type.
- CreateInvoiceRequest(Invoice, String) - Constructor for class com.squareup.square.models.CreateInvoiceRequest
-
Initialization constructor.
- CreateInvoiceRequest.Builder - Class in com.squareup.square.models
-
- CreateInvoiceResponse - Class in com.squareup.square.models
-
This is a model class for CreateInvoiceResponse type.
- CreateInvoiceResponse(Invoice, List<Error>) - Constructor for class com.squareup.square.models.CreateInvoiceResponse
-
Initialization constructor.
- CreateInvoiceResponse.Builder - Class in com.squareup.square.models
-
- createLocation(CreateLocationRequest) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Creates a [location](https://developer.squareup.com/docs/locations-api).
- createLocation(CreateLocationRequest) - Method in interface com.squareup.square.api.LocationsApi
-
Creates a [location](https://developer.squareup.com/docs/locations-api).
- createLocationAsync(CreateLocationRequest) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Creates a [location](https://developer.squareup.com/docs/locations-api).
- createLocationAsync(CreateLocationRequest) - Method in interface com.squareup.square.api.LocationsApi
-
Creates a [location](https://developer.squareup.com/docs/locations-api).
- createLocationCustomAttributeDefinition(CreateLocationCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createLocationCustomAttributeDefinition(CreateLocationCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createLocationCustomAttributeDefinitionAsync(CreateLocationCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createLocationCustomAttributeDefinitionAsync(CreateLocationCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- CreateLocationCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for CreateLocationCustomAttributeDefinitionRequest type.
- CreateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest
-
Initialization constructor.
- CreateLocationCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- CreateLocationCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for CreateLocationCustomAttributeDefinitionResponse type.
- CreateLocationCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
Initialization constructor.
- CreateLocationCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- CreateLocationRequest - Class in com.squareup.square.models
-
This is a model class for CreateLocationRequest type.
- CreateLocationRequest(Location) - Constructor for class com.squareup.square.models.CreateLocationRequest
-
Initialization constructor.
- CreateLocationRequest.Builder - Class in com.squareup.square.models
-
- CreateLocationResponse - Class in com.squareup.square.models
-
This is a model class for CreateLocationResponse type.
- CreateLocationResponse(List<Error>, Location) - Constructor for class com.squareup.square.models.CreateLocationResponse
-
Initialization constructor.
- CreateLocationResponse.Builder - Class in com.squareup.square.models
-
- createLoyaltyAccount(CreateLoyaltyAccountRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty account.
- createLoyaltyAccount(CreateLoyaltyAccountRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty account.
- createLoyaltyAccountAsync(CreateLoyaltyAccountRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty account.
- createLoyaltyAccountAsync(CreateLoyaltyAccountRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty account.
- CreateLoyaltyAccountRequest - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyAccountRequest type.
- CreateLoyaltyAccountRequest(LoyaltyAccount, String) - Constructor for class com.squareup.square.models.CreateLoyaltyAccountRequest
-
Initialization constructor.
- CreateLoyaltyAccountRequest.Builder - Class in com.squareup.square.models
-
- CreateLoyaltyAccountResponse - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyAccountResponse type.
- CreateLoyaltyAccountResponse(List<Error>, LoyaltyAccount) - Constructor for class com.squareup.square.models.CreateLoyaltyAccountResponse
-
Initialization constructor.
- CreateLoyaltyAccountResponse.Builder - Class in com.squareup.square.models
-
- createLoyaltyPromotion(String, CreateLoyaltyPromotionRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty promotion for a [loyalty program]($m/LoyaltyProgram).
- createLoyaltyPromotion(String, CreateLoyaltyPromotionRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty promotion for a [loyalty program]($m/LoyaltyProgram).
- createLoyaltyPromotionAsync(String, CreateLoyaltyPromotionRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty promotion for a [loyalty program]($m/LoyaltyProgram).
- createLoyaltyPromotionAsync(String, CreateLoyaltyPromotionRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty promotion for a [loyalty program]($m/LoyaltyProgram).
- CreateLoyaltyPromotionRequest - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyPromotionRequest type.
- CreateLoyaltyPromotionRequest(LoyaltyPromotion, String) - Constructor for class com.squareup.square.models.CreateLoyaltyPromotionRequest
-
Initialization constructor.
- CreateLoyaltyPromotionRequest.Builder - Class in com.squareup.square.models
-
- CreateLoyaltyPromotionResponse - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyPromotionResponse type.
- CreateLoyaltyPromotionResponse(List<Error>, LoyaltyPromotion) - Constructor for class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
Initialization constructor.
- CreateLoyaltyPromotionResponse.Builder - Class in com.squareup.square.models
-
- createLoyaltyReward(CreateLoyaltyRewardRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty reward.
- createLoyaltyReward(CreateLoyaltyRewardRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty reward.
- createLoyaltyRewardAsync(CreateLoyaltyRewardRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Creates a loyalty reward.
- createLoyaltyRewardAsync(CreateLoyaltyRewardRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Creates a loyalty reward.
- CreateLoyaltyRewardRequest - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyRewardRequest type.
- CreateLoyaltyRewardRequest(LoyaltyReward, String) - Constructor for class com.squareup.square.models.CreateLoyaltyRewardRequest
-
Initialization constructor.
- CreateLoyaltyRewardRequest.Builder - Class in com.squareup.square.models
-
- CreateLoyaltyRewardResponse - Class in com.squareup.square.models
-
This is a model class for CreateLoyaltyRewardResponse type.
- CreateLoyaltyRewardResponse(List<Error>, LoyaltyReward) - Constructor for class com.squareup.square.models.CreateLoyaltyRewardResponse
-
Initialization constructor.
- CreateLoyaltyRewardResponse.Builder - Class in com.squareup.square.models
-
- createMerchantCustomAttributeDefinition(CreateMerchantCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createMerchantCustomAttributeDefinition(CreateMerchantCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createMerchantCustomAttributeDefinitionAsync(CreateMerchantCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- createMerchantCustomAttributeDefinitionAsync(CreateMerchantCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- CreateMerchantCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for CreateMerchantCustomAttributeDefinitionRequest type.
- CreateMerchantCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest
-
Initialization constructor.
- CreateMerchantCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- CreateMerchantCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for CreateMerchantCustomAttributeDefinitionResponse type.
- CreateMerchantCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
Initialization constructor.
- CreateMerchantCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- createMobileAuthorizationCode(CreateMobileAuthorizationCodeRequest) - Method in class com.squareup.square.api.DefaultMobileAuthorizationApi
-
Generates code to authorize a mobile application to connect to a Square card reader.
- createMobileAuthorizationCode(CreateMobileAuthorizationCodeRequest) - Method in interface com.squareup.square.api.MobileAuthorizationApi
-
Generates code to authorize a mobile application to connect to a Square card reader.
- createMobileAuthorizationCodeAsync(CreateMobileAuthorizationCodeRequest) - Method in class com.squareup.square.api.DefaultMobileAuthorizationApi
-
Generates code to authorize a mobile application to connect to a Square card reader.
- createMobileAuthorizationCodeAsync(CreateMobileAuthorizationCodeRequest) - Method in interface com.squareup.square.api.MobileAuthorizationApi
-
Generates code to authorize a mobile application to connect to a Square card reader.
- CreateMobileAuthorizationCodeRequest - Class in com.squareup.square.models
-
This is a model class for CreateMobileAuthorizationCodeRequest type.
- CreateMobileAuthorizationCodeRequest(String) - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeRequest
-
Initialization constructor.
- CreateMobileAuthorizationCodeRequest.Builder - Class in com.squareup.square.models
-
- CreateMobileAuthorizationCodeResponse - Class in com.squareup.square.models
-
This is a model class for CreateMobileAuthorizationCodeResponse type.
- CreateMobileAuthorizationCodeResponse(String, String, List<Error>) - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Initialization constructor.
- CreateMobileAuthorizationCodeResponse.Builder - Class in com.squareup.square.models
-
- createOrder(CreateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
- createOrder(CreateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
- createOrderAsync(CreateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
- createOrderAsync(CreateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
- createOrderCustomAttributeDefinition(CreateOrderCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates an order-related custom attribute definition.
- createOrderCustomAttributeDefinition(CreateOrderCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates an order-related custom attribute definition.
- createOrderCustomAttributeDefinitionAsync(CreateOrderCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates an order-related custom attribute definition.
- createOrderCustomAttributeDefinitionAsync(CreateOrderCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates an order-related custom attribute definition.
- CreateOrderCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for CreateOrderCustomAttributeDefinitionRequest type.
- CreateOrderCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest
-
Initialization constructor.
- CreateOrderCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- CreateOrderCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for CreateOrderCustomAttributeDefinitionResponse type.
- CreateOrderCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
Initialization constructor.
- CreateOrderCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- CreateOrderRequest - Class in com.squareup.square.models
-
This is a model class for CreateOrderRequest type.
- CreateOrderRequest(Order, String) - Constructor for class com.squareup.square.models.CreateOrderRequest
-
Initialization constructor.
- CreateOrderRequest.Builder - Class in com.squareup.square.models
-
- CreateOrderResponse - Class in com.squareup.square.models
-
This is a model class for CreateOrderResponse type.
- CreateOrderResponse(Order, List<Error>) - Constructor for class com.squareup.square.models.CreateOrderResponse
-
Initialization constructor.
- CreateOrderResponse.Builder - Class in com.squareup.square.models
-
- createPayment(CreatePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Creates a payment using the provided source.
- createPayment(CreatePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Creates a payment using the provided source.
- createPaymentAsync(CreatePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Creates a payment using the provided source.
- createPaymentAsync(CreatePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Creates a payment using the provided source.
- createPaymentLink(CreatePaymentLinkRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Creates a Square-hosted checkout page.
- createPaymentLink(CreatePaymentLinkRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Creates a Square-hosted checkout page.
- createPaymentLinkAsync(CreatePaymentLinkRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Creates a Square-hosted checkout page.
- createPaymentLinkAsync(CreatePaymentLinkRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Creates a Square-hosted checkout page.
- CreatePaymentLinkRequest - Class in com.squareup.square.models
-
This is a model class for CreatePaymentLinkRequest type.
- CreatePaymentLinkRequest(String, String, QuickPay, Order, CheckoutOptions, PrePopulatedData, String) - Constructor for class com.squareup.square.models.CreatePaymentLinkRequest
-
Initialization constructor.
- CreatePaymentLinkRequest.Builder - Class in com.squareup.square.models
-
- CreatePaymentLinkResponse - Class in com.squareup.square.models
-
This is a model class for CreatePaymentLinkResponse type.
- CreatePaymentLinkResponse(List<Error>, PaymentLink, PaymentLinkRelatedResources) - Constructor for class com.squareup.square.models.CreatePaymentLinkResponse
-
Initialization constructor.
- CreatePaymentLinkResponse.Builder - Class in com.squareup.square.models
-
- CreatePaymentRequest - Class in com.squareup.square.models
-
This is a model class for CreatePaymentRequest type.
- CreatePaymentRequest(String, String, Money, Money, Money, String, String, Boolean, String, String, String, String, String, String, Boolean, String, Address, Address, String, String, CashPaymentDetails, ExternalPaymentDetails, CustomerDetails) - Constructor for class com.squareup.square.models.CreatePaymentRequest
-
Initialization constructor.
- CreatePaymentRequest.Builder - Class in com.squareup.square.models
-
- CreatePaymentResponse - Class in com.squareup.square.models
-
This is a model class for CreatePaymentResponse type.
- CreatePaymentResponse(List<Error>, Payment) - Constructor for class com.squareup.square.models.CreatePaymentResponse
-
Initialization constructor.
- CreatePaymentResponse.Builder - Class in com.squareup.square.models
-
- CreateRefundRequest - Class in com.squareup.square.models
-
This is a model class for CreateRefundRequest type.
- CreateRefundRequest(String, String, Money, String) - Constructor for class com.squareup.square.models.CreateRefundRequest
-
Initialization constructor.
- CreateRefundRequest.Builder - Class in com.squareup.square.models
-
- CreateRefundResponse - Class in com.squareup.square.models
-
This is a model class for CreateRefundResponse type.
- CreateRefundResponse(List<Error>, Refund) - Constructor for class com.squareup.square.models.CreateRefundResponse
-
Initialization constructor.
- CreateRefundResponse.Builder - Class in com.squareup.square.models
-
- createReward(LoyaltyEventCreateReward) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for createReward.
- createShift(CreateShiftRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Creates a new `Shift`.
- createShift(CreateShiftRequest) - Method in interface com.squareup.square.api.LaborApi
-
Creates a new `Shift`.
- createShiftAsync(CreateShiftRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Creates a new `Shift`.
- createShiftAsync(CreateShiftRequest) - Method in interface com.squareup.square.api.LaborApi
-
Creates a new `Shift`.
- CreateShiftRequest - Class in com.squareup.square.models
-
This is a model class for CreateShiftRequest type.
- CreateShiftRequest(Shift, String) - Constructor for class com.squareup.square.models.CreateShiftRequest
-
Initialization constructor.
- CreateShiftRequest.Builder - Class in com.squareup.square.models
-
- CreateShiftResponse - Class in com.squareup.square.models
-
This is a model class for CreateShiftResponse type.
- CreateShiftResponse(Shift, List<Error>) - Constructor for class com.squareup.square.models.CreateShiftResponse
-
Initialization constructor.
- CreateShiftResponse.Builder - Class in com.squareup.square.models
-
- createSubscription(CreateSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Enrolls a customer in a subscription.
- createSubscription(CreateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Enrolls a customer in a subscription.
- createSubscriptionAsync(CreateSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Enrolls a customer in a subscription.
- createSubscriptionAsync(CreateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Enrolls a customer in a subscription.
- CreateSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for CreateSubscriptionRequest type.
- CreateSubscriptionRequest(String, String, String, String, String, String, String, Money, String, String, SubscriptionSource, Integer, List<Phase>) - Constructor for class com.squareup.square.models.CreateSubscriptionRequest
-
Initialization constructor.
- CreateSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- CreateSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for CreateSubscriptionResponse type.
- CreateSubscriptionResponse(List<Error>, Subscription) - Constructor for class com.squareup.square.models.CreateSubscriptionResponse
-
Initialization constructor.
- CreateSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- createTeamMember(CreateTeamMemberRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates a single `TeamMember` object.
- createTeamMember(CreateTeamMemberRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates a single `TeamMember` object.
- createTeamMemberAsync(CreateTeamMemberRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates a single `TeamMember` object.
- createTeamMemberAsync(CreateTeamMemberRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates a single `TeamMember` object.
- CreateTeamMemberRequest - Class in com.squareup.square.models
-
This is a model class for CreateTeamMemberRequest type.
- CreateTeamMemberRequest(String, TeamMember) - Constructor for class com.squareup.square.models.CreateTeamMemberRequest
-
Initialization constructor.
- CreateTeamMemberRequest.Builder - Class in com.squareup.square.models
-
- CreateTeamMemberResponse - Class in com.squareup.square.models
-
This is a model class for CreateTeamMemberResponse type.
- CreateTeamMemberResponse(TeamMember, List<Error>) - Constructor for class com.squareup.square.models.CreateTeamMemberResponse
-
Initialization constructor.
- CreateTeamMemberResponse.Builder - Class in com.squareup.square.models
-
- createTerminalAction(CreateTerminalActionRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a Terminal action request and sends it to the specified device.
- createTerminalAction(CreateTerminalActionRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a Terminal action request and sends it to the specified device.
- createTerminalActionAsync(CreateTerminalActionRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a Terminal action request and sends it to the specified device.
- createTerminalActionAsync(CreateTerminalActionRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a Terminal action request and sends it to the specified device.
- CreateTerminalActionRequest - Class in com.squareup.square.models
-
This is a model class for CreateTerminalActionRequest type.
- CreateTerminalActionRequest(String, TerminalAction) - Constructor for class com.squareup.square.models.CreateTerminalActionRequest
-
Initialization constructor.
- CreateTerminalActionRequest.Builder - Class in com.squareup.square.models
-
- CreateTerminalActionResponse - Class in com.squareup.square.models
-
This is a model class for CreateTerminalActionResponse type.
- CreateTerminalActionResponse(List<Error>, TerminalAction) - Constructor for class com.squareup.square.models.CreateTerminalActionResponse
-
Initialization constructor.
- CreateTerminalActionResponse.Builder - Class in com.squareup.square.models
-
- createTerminalCheckout(CreateTerminalCheckoutRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a Terminal checkout request and sends it to the specified device to take a payment
for the requested amount.
- createTerminalCheckout(CreateTerminalCheckoutRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a Terminal checkout request and sends it to the specified device to take a payment
for the requested amount.
- createTerminalCheckoutAsync(CreateTerminalCheckoutRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a Terminal checkout request and sends it to the specified device to take a payment
for the requested amount.
- createTerminalCheckoutAsync(CreateTerminalCheckoutRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a Terminal checkout request and sends it to the specified device to take a payment
for the requested amount.
- CreateTerminalCheckoutRequest - Class in com.squareup.square.models
-
This is a model class for CreateTerminalCheckoutRequest type.
- CreateTerminalCheckoutRequest(String, TerminalCheckout) - Constructor for class com.squareup.square.models.CreateTerminalCheckoutRequest
-
Initialization constructor.
- CreateTerminalCheckoutRequest.Builder - Class in com.squareup.square.models
-
- CreateTerminalCheckoutResponse - Class in com.squareup.square.models
-
This is a model class for CreateTerminalCheckoutResponse type.
- CreateTerminalCheckoutResponse(List<Error>, TerminalCheckout) - Constructor for class com.squareup.square.models.CreateTerminalCheckoutResponse
-
Initialization constructor.
- CreateTerminalCheckoutResponse.Builder - Class in com.squareup.square.models
-
- createTerminalRefund(CreateTerminalRefundRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a request to refund an Interac payment completed on a Square Terminal.
- createTerminalRefund(CreateTerminalRefundRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a request to refund an Interac payment completed on a Square Terminal.
- createTerminalRefundAsync(CreateTerminalRefundRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Creates a request to refund an Interac payment completed on a Square Terminal.
- createTerminalRefundAsync(CreateTerminalRefundRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Creates a request to refund an Interac payment completed on a Square Terminal.
- CreateTerminalRefundRequest - Class in com.squareup.square.models
-
This is a model class for CreateTerminalRefundRequest type.
- CreateTerminalRefundRequest(String, TerminalRefund) - Constructor for class com.squareup.square.models.CreateTerminalRefundRequest
-
Initialization constructor.
- CreateTerminalRefundRequest.Builder - Class in com.squareup.square.models
-
- CreateTerminalRefundResponse - Class in com.squareup.square.models
-
This is a model class for CreateTerminalRefundResponse type.
- CreateTerminalRefundResponse(List<Error>, TerminalRefund) - Constructor for class com.squareup.square.models.CreateTerminalRefundResponse
-
Initialization constructor.
- CreateTerminalRefundResponse.Builder - Class in com.squareup.square.models
-
- createVendor(CreateVendorRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Creates a single [Vendor]($m/Vendor) object to represent a supplier to a seller.
- createVendor(CreateVendorRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Creates a single [Vendor]($m/Vendor) object to represent a supplier to a seller.
- createVendorAsync(CreateVendorRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Creates a single [Vendor]($m/Vendor) object to represent a supplier to a seller.
- createVendorAsync(CreateVendorRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Creates a single [Vendor]($m/Vendor) object to represent a supplier to a seller.
- CreateVendorRequest - Class in com.squareup.square.models
-
This is a model class for CreateVendorRequest type.
- CreateVendorRequest(String, Vendor) - Constructor for class com.squareup.square.models.CreateVendorRequest
-
Initialization constructor.
- CreateVendorRequest.Builder - Class in com.squareup.square.models
-
- CreateVendorResponse - Class in com.squareup.square.models
-
This is a model class for CreateVendorResponse type.
- CreateVendorResponse(List<Error>, Vendor) - Constructor for class com.squareup.square.models.CreateVendorResponse
-
Initialization constructor.
- CreateVendorResponse.Builder - Class in com.squareup.square.models
-
- createWebhookSubscription(CreateWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Creates a webhook subscription.
- createWebhookSubscription(CreateWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Creates a webhook subscription.
- createWebhookSubscriptionAsync(CreateWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Creates a webhook subscription.
- createWebhookSubscriptionAsync(CreateWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Creates a webhook subscription.
- CreateWebhookSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for CreateWebhookSubscriptionRequest type.
- CreateWebhookSubscriptionRequest(WebhookSubscription, String) - Constructor for class com.squareup.square.models.CreateWebhookSubscriptionRequest
-
Initialization constructor.
- CreateWebhookSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- CreateWebhookSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for CreateWebhookSubscriptionResponse type.
- CreateWebhookSubscriptionResponse(List<Error>, WebhookSubscription) - Constructor for class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
Initialization constructor.
- CreateWebhookSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- creationSource(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for creationSource.
- creationSource(CustomerCreationSourceFilter) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for creationSource.
- creatorDetails(BookingCreatorDetails) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for creatorDetails.
- creatorId(String) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for creatorId.
- creatorType(String) - Method in class com.squareup.square.models.BookingCreatorDetails.Builder
-
Setter for creatorType.
- creditable(boolean) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for creditable.
- curbsideDetails(String) - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
Setter for curbsideDetails.
- curbsideDetails(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
Setter for curbsideDetails.
- curbsidePickupDetails(FulfillmentPickupDetailsCurbsidePickupDetails) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for curbsidePickupDetails.
- curbsidePickupDetails(OrderFulfillmentPickupDetailsCurbsidePickupDetails) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for curbsidePickupDetails.
- currency(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for currency.
- currency(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for currency.
- currency(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for currency.
- currency(String) - Method in class com.squareup.square.models.Money.Builder
-
Setter for currency.
- currencyCode(String) - Method in class com.squareup.square.models.V1Money.Builder
-
Setter for currencyCode.
- cursor(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBankAccountsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBookingsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListBreakTypesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCardsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCatalogResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerGroupsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomerSegmentsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListCustomersResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDeviceCodesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDevicesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDisputeEvidenceRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDisputeEvidenceResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListDisputesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListEmployeesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListEmployeeWagesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListGiftCardsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListInvoicesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse.Builder
-
Setter for cursor.
- cursor(Integer) - Method in class com.squareup.square.models.ListMerchantsRequest.Builder
-
Setter for cursor.
- cursor(Integer) - Method in class com.squareup.square.models.ListMerchantsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentLinksResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentRefundsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPaymentsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPayoutEntriesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListPayoutsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListRefundsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListSubscriptionEventsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTeamMemberWagesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListTransactionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListWorkweekConfigsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.RetrieveInventoryCountResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCatalogItemsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCatalogObjectsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCustomersRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchCustomersResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchInvoicesRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchInvoicesResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchOrdersRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchOrdersResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchShiftsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchShiftsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchSubscriptionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchSubscriptionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTeamMembersRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTeamMembersResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalActionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalActionsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalRefundsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchTerminalRefundsResponse.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchVendorsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.SearchVendorsResponse.Builder
-
Setter for cursor.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
-
Setter for customAttribute.
- CustomAttribute - Class in com.squareup.square.models
-
This is a model class for CustomAttribute type.
- CustomAttribute(String, JsonValue, Integer, String, CustomAttributeDefinition, String, String) - Constructor for class com.squareup.square.models.CustomAttribute
-
Initialization constructor.
- CustomAttribute(OptionalNullable<String>, OptionalNullable<JsonValue>, Integer, String, CustomAttributeDefinition, String, String) - Constructor for class com.squareup.square.models.CustomAttribute
-
Initialization constructor.
- customAttribute(CustomerCustomAttributeFilters) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse.Builder
-
Setter for customAttribute.
- CustomAttribute.Builder - Class in com.squareup.square.models
-
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- CustomAttributeDefinition - Class in com.squareup.square.models
-
This is a model class for CustomAttributeDefinition type.
- CustomAttributeDefinition(String, JsonObject, String, String, String, Integer, String, String) - Constructor for class com.squareup.square.models.CustomAttributeDefinition
-
Initialization constructor.
- CustomAttributeDefinition(OptionalNullable<String>, OptionalNullable<JsonObject>, OptionalNullable<String>, OptionalNullable<String>, String, Integer, String, String) - Constructor for class com.squareup.square.models.CustomAttributeDefinition
-
Initialization constructor.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest.Builder
-
Setter for customAttributeDefinition.
- customAttributeDefinition(CustomAttributeDefinition) - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse.Builder
-
Setter for customAttributeDefinition.
- CustomAttributeDefinition.Builder - Class in com.squareup.square.models
-
- customAttributeDefinitionData(CatalogCustomAttributeDefinition) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for customAttributeDefinitionData.
- customAttributeDefinitionId(String) - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
Setter for customAttributeDefinitionId.
- customAttributeDefinitionId(String) - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
Setter for customAttributeDefinitionId.
- customAttributeDefinitions(List<CustomAttributeDefinition>) - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse.Builder
-
Setter for customAttributeDefinitions.
- customAttributeDefinitions(List<CustomAttributeDefinition>) - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse.Builder
-
Setter for customAttributeDefinitions.
- customAttributeDefinitions(List<CustomAttributeDefinition>) - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse.Builder
-
Setter for customAttributeDefinitions.
- customAttributeDefinitions(List<CustomAttributeDefinition>) - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse.Builder
-
Setter for customAttributeDefinitions.
- customAttributeDefinitions(List<CustomAttributeDefinition>) - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse.Builder
-
Setter for customAttributeDefinitions.
- CustomAttributeFilter - Class in com.squareup.square.models
-
This is a model class for CustomAttributeFilter type.
- CustomAttributeFilter(String, String, String, Range, List<String>, Boolean) - Constructor for class com.squareup.square.models.CustomAttributeFilter
-
Initialization constructor.
- CustomAttributeFilter(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Range, OptionalNullable<List<String>>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CustomAttributeFilter
-
Initialization constructor.
- CustomAttributeFilter.Builder - Class in com.squareup.square.models
-
- customAttributeFilters(List<CustomAttributeFilter>) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for customAttributeFilters.
- customAttributes(List<CustomAttribute>) - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse.Builder
-
Setter for customAttributes.
- customAttributes(List<CustomAttribute>) - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse.Builder
-
Setter for customAttributes.
- customAttributes(List<CustomAttribute>) - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse.Builder
-
Setter for customAttributes.
- customAttributes(List<CustomAttribute>) - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse.Builder
-
Setter for customAttributes.
- customAttributes(List<CustomAttribute>) - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse.Builder
-
Setter for customAttributes.
- customAttributeUsageCount(Integer) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for customAttributeUsageCount.
- customAttributeValues(Map<String, CatalogCustomAttributeValue>) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for customAttributeValues.
- customer(Customer) - Method in class com.squareup.square.models.CreateCustomerResponse.Builder
-
Setter for customer.
- Customer - Class in com.squareup.square.models
-
This is a model class for Customer type.
- Customer(String, String, String, List<Card>, String, String, String, String, String, Address, String, String, String, String, CustomerPreferences, String, List<String>, List<String>, Long, CustomerTaxIds) - Constructor for class com.squareup.square.models.Customer
-
Initialization constructor.
- Customer(String, String, String, OptionalNullable<List<Card>>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Address, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, CustomerPreferences, String, OptionalNullable<List<String>>, OptionalNullable<List<String>>, Long, CustomerTaxIds) - Constructor for class com.squareup.square.models.Customer
-
Initialization constructor.
- customer(Customer) - Method in class com.squareup.square.models.RetrieveCustomerResponse.Builder
-
Setter for customer.
- customer(Customer) - Method in class com.squareup.square.models.UpdateCustomerResponse.Builder
-
Setter for customer.
- Customer.Builder - Class in com.squareup.square.models
-
- CustomerAddressFilter - Class in com.squareup.square.models
-
This is a model class for CustomerAddressFilter type.
- CustomerAddressFilter(CustomerTextFilter, String) - Constructor for class com.squareup.square.models.CustomerAddressFilter
-
Initialization constructor.
- CustomerAddressFilter.Builder - Class in com.squareup.square.models
-
- customerCardId(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for customerCardId.
- CustomerCreationSourceFilter - Class in com.squareup.square.models
-
This is a model class for CustomerCreationSourceFilter type.
- CustomerCreationSourceFilter(List<String>, String) - Constructor for class com.squareup.square.models.CustomerCreationSourceFilter
-
Initialization constructor.
- CustomerCreationSourceFilter(OptionalNullable<List<String>>, String) - Constructor for class com.squareup.square.models.CustomerCreationSourceFilter
-
Initialization constructor.
- CustomerCreationSourceFilter.Builder - Class in com.squareup.square.models
-
- CustomerCustomAttributeFilter - Class in com.squareup.square.models
-
This is a model class for CustomerCustomAttributeFilter type.
- CustomerCustomAttributeFilter(String, CustomerCustomAttributeFilterValue, TimeRange) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilter
-
Initialization constructor.
- CustomerCustomAttributeFilter.Builder - Class in com.squareup.square.models
-
- CustomerCustomAttributeFilters - Class in com.squareup.square.models
-
This is a model class for CustomerCustomAttributeFilters type.
- CustomerCustomAttributeFilters(List<CustomerCustomAttributeFilter>) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilters
-
Initialization constructor.
- CustomerCustomAttributeFilters(OptionalNullable<List<CustomerCustomAttributeFilter>>) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilters
-
Initialization constructor.
- CustomerCustomAttributeFilters.Builder - Class in com.squareup.square.models
-
- CustomerCustomAttributeFilterValue - Class in com.squareup.square.models
-
This is a model class for CustomerCustomAttributeFilterValue type.
- CustomerCustomAttributeFilterValue(CustomerTextFilter, CustomerTextFilter, CustomerTextFilter, FilterValue, TimeRange, FloatNumberRange, Boolean, CustomerAddressFilter) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Initialization constructor.
- CustomerCustomAttributeFilterValue(CustomerTextFilter, CustomerTextFilter, CustomerTextFilter, FilterValue, TimeRange, FloatNumberRange, OptionalNullable<Boolean>, CustomerAddressFilter) - Constructor for class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Initialization constructor.
- CustomerCustomAttributeFilterValue.Builder - Class in com.squareup.square.models
-
- CustomerCustomAttributesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- customerDetails(CustomerDetails) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for customerDetails.
- CustomerDetails - Class in com.squareup.square.models
-
This is a model class for CustomerDetails type.
- CustomerDetails(Boolean, Boolean) - Constructor for class com.squareup.square.models.CustomerDetails
-
Initialization constructor.
- CustomerDetails(OptionalNullable<Boolean>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CustomerDetails
-
Initialization constructor.
- CustomerDetails.Builder - Class in com.squareup.square.models
-
- CustomerFilter - Class in com.squareup.square.models
-
This is a model class for CustomerFilter type.
- CustomerFilter(CustomerCreationSourceFilter, TimeRange, TimeRange, CustomerTextFilter, CustomerTextFilter, CustomerTextFilter, FilterValue, CustomerCustomAttributeFilters, FilterValue) - Constructor for class com.squareup.square.models.CustomerFilter
-
Initialization constructor.
- customerFilter(SearchOrdersCustomerFilter) - Method in class com.squareup.square.models.SearchOrdersFilter.Builder
-
Setter for customerFilter.
- CustomerFilter.Builder - Class in com.squareup.square.models
-
- CustomerGroup - Class in com.squareup.square.models
-
This is a model class for CustomerGroup type.
- CustomerGroup(String, String, String, String) - Constructor for class com.squareup.square.models.CustomerGroup
-
Initialization constructor.
- CustomerGroup.Builder - Class in com.squareup.square.models
-
- customerGroupIdsAny(List<String>) - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
Setter for customerGroupIdsAny.
- CustomerGroupsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- customerId(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.BookingCreatorDetails.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.SaveCardOptions.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for customerId.
- customerId(String) - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest.Builder
-
Setter for customerId.
- customerIds(List<String>) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for customerIds.
- customerIds(List<String>) - Method in class com.squareup.square.models.InvoiceFilter.Builder
-
Setter for customerIds.
- customerIds(List<String>) - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
-
Setter for customerIds.
- customerIds(List<String>) - Method in class com.squareup.square.models.SearchOrdersCustomerFilter.Builder
-
Setter for customerIds.
- customerIds(List<String>) - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
Setter for customerIds.
- customerInitiated(Boolean) - Method in class com.squareup.square.models.CustomerDetails.Builder
-
Setter for customerInitiated.
- customerNote(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for customerNote.
- customerNotesEnabled(Boolean) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for customerNotesEnabled.
- CustomerPreferences - Class in com.squareup.square.models
-
This is a model class for CustomerPreferences type.
- CustomerPreferences(Boolean) - Constructor for class com.squareup.square.models.CustomerPreferences
-
Initialization constructor.
- CustomerPreferences(OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.CustomerPreferences
-
Initialization constructor.
- CustomerPreferences.Builder - Class in com.squareup.square.models
-
- CustomerQuery - Class in com.squareup.square.models
-
This is a model class for CustomerQuery type.
- CustomerQuery(CustomerFilter, CustomerSort) - Constructor for class com.squareup.square.models.CustomerQuery
-
Initialization constructor.
- CustomerQuery.Builder - Class in com.squareup.square.models
-
- customers(List<Customer>) - Method in class com.squareup.square.models.ListCustomersResponse.Builder
-
Setter for customers.
- customers(List<Customer>) - Method in class com.squareup.square.models.SearchCustomersResponse.Builder
-
Setter for customers.
- CustomersApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CustomerSegment - Class in com.squareup.square.models
-
This is a model class for CustomerSegment type.
- CustomerSegment(String, String, String, String) - Constructor for class com.squareup.square.models.CustomerSegment
-
Initialization constructor.
- CustomerSegment.Builder - Class in com.squareup.square.models
-
- CustomerSegmentsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CustomerSort - Class in com.squareup.square.models
-
This is a model class for CustomerSort type.
- CustomerSort(String, String) - Constructor for class com.squareup.square.models.CustomerSort
-
Initialization constructor.
- CustomerSort.Builder - Class in com.squareup.square.models
-
- CustomerTaxIds - Class in com.squareup.square.models
-
This is a model class for CustomerTaxIds type.
- CustomerTaxIds(String) - Constructor for class com.squareup.square.models.CustomerTaxIds
-
Initialization constructor.
- CustomerTaxIds(OptionalNullable<String>) - Constructor for class com.squareup.square.models.CustomerTaxIds
-
Initialization constructor.
- CustomerTaxIds.Builder - Class in com.squareup.square.models
-
- CustomerTextFilter - Class in com.squareup.square.models
-
This is a model class for CustomerTextFilter type.
- CustomerTextFilter(String, String) - Constructor for class com.squareup.square.models.CustomerTextFilter
-
Initialization constructor.
- CustomerTextFilter(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.CustomerTextFilter
-
Initialization constructor.
- CustomerTextFilter.Builder - Class in com.squareup.square.models
-
- customerTimezoneChoice(String) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for customerTimezoneChoice.
- CustomField - Class in com.squareup.square.models
-
This is a model class for CustomField type.
- CustomField(String) - Constructor for class com.squareup.square.models.CustomField
-
Initialization constructor.
- CustomField.Builder - Class in com.squareup.square.models
-
- customFields(List<CustomField>) - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
Setter for customFields.
- customFields(List<InvoiceCustomField>) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for customFields.
- customName(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
Setter for customName.
- customName(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
Setter for customName.
- customTipField(Boolean) - Method in class com.squareup.square.models.TipSettings.Builder
-
Setter for customTipField.
- customUnit(MeasurementUnitCustom) - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
Setter for customUnit.
- customUrl(String) - Method in class com.squareup.square.SquareClient.Builder
-
Sets the base URL requests are made to.
- cvvStatus(String) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for cvvStatus.
- data(EventData) - Method in class com.squareup.square.models.Event.Builder
-
Setter for data.
- data(String) - Method in class com.squareup.square.models.SignatureImage.Builder
-
Setter for data.
- DataCollectionOptions - Class in com.squareup.square.models
-
This is a model class for DataCollectionOptions type.
- DataCollectionOptions(String, String, String, CollectedData) - Constructor for class com.squareup.square.models.DataCollectionOptions
-
Initialization constructor.
- dataCollectionOptions(DataCollectionOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for dataCollectionOptions.
- DataCollectionOptions.Builder - Class in com.squareup.square.models
-
- date(TimeRange) - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
Setter for date.
- DateRange - Class in com.squareup.square.models
-
This is a model class for DateRange type.
- DateRange(String, String) - Constructor for class com.squareup.square.models.DateRange
-
Initialization constructor.
- DateRange(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DateRange
-
Initialization constructor.
- dateRange(DateRange) - Method in class com.squareup.square.models.ShiftWorkday.Builder
-
Setter for dateRange.
- DateRange.Builder - Class in com.squareup.square.models
-
- dateTimeFilter(LoyaltyEventDateTimeFilter) - Method in class com.squareup.square.models.LoyaltyEventFilter.Builder
-
Setter for dateTimeFilter.
- dateTimeFilter(SearchOrdersDateTimeFilter) - Method in class com.squareup.square.models.SearchOrdersFilter.Builder
-
Setter for dateTimeFilter.
- dayOfWeek(String) - Method in class com.squareup.square.models.BusinessHoursPeriod.Builder
-
Setter for dayOfWeek.
- dayOfWeek(String) - Method in class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
Setter for dayOfWeek.
- deactivateActivityDetails(GiftCardActivityDeactivate) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for deactivateActivityDetails.
- deadlineDuration(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for deadlineDuration.
- deadlineDuration(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for deadlineDuration.
- deadlineDuration(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for deadlineDuration.
- debitable(boolean) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for debitable.
- debitMandateReferenceId(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for debitMandateReferenceId.
- decision(ConfirmationDecision) - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
Setter for decision.
- declaredCashTipMoney(Money) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for declaredCashTipMoney.
- DefaultApplePayApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultApplePayApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultApplePayApi
-
Initializes the controller.
- DefaultBankAccountsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultBankAccountsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultBankAccountsApi
-
Initializes the controller.
- DefaultBookingCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultBookingCustomAttributesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Initializes the controller.
- DefaultBookingsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultBookingsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultBookingsApi
-
Initializes the controller.
- DefaultCardsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCardsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCardsApi
-
Initializes the controller.
- DefaultCashDrawersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCashDrawersApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCashDrawersApi
-
Initializes the controller.
- DefaultCatalogApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCatalogApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCatalogApi
-
Initializes the controller.
- DefaultCheckoutApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCheckoutApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCheckoutApi
-
Initializes the controller.
- DefaultCustomerCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerCustomAttributesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Initializes the controller.
- DefaultCustomerGroupsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerGroupsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCustomerGroupsApi
-
Initializes the controller.
- DefaultCustomersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomersApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCustomersApi
-
Initializes the controller.
- DefaultCustomerSegmentsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerSegmentsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Initializes the controller.
- DefaultDevicesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultDevicesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultDevicesApi
-
Initializes the controller.
- DefaultDisputesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultDisputesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultDisputesApi
-
Initializes the controller.
- DefaultEmployeesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultEmployeesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultEmployeesApi
-
Initializes the controller.
- DefaultGiftCardActivitiesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultGiftCardActivitiesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Initializes the controller.
- DefaultGiftCardsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultGiftCardsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultGiftCardsApi
-
Initializes the controller.
- DefaultInventoryApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultInventoryApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultInventoryApi
-
Initializes the controller.
- DefaultInvoicesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultInvoicesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultInvoicesApi
-
Initializes the controller.
- DefaultLaborApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLaborApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultLaborApi
-
Initializes the controller.
- DefaultLocationCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLocationCustomAttributesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Initializes the controller.
- DefaultLocationsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLocationsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultLocationsApi
-
Initializes the controller.
- DefaultLoyaltyApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLoyaltyApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultLoyaltyApi
-
Initializes the controller.
- DefaultMerchantCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultMerchantCustomAttributesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Initializes the controller.
- DefaultMerchantsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultMerchantsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultMerchantsApi
-
Initializes the controller.
- DefaultMobileAuthorizationApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultMobileAuthorizationApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultMobileAuthorizationApi
-
Initializes the controller.
- DefaultOAuthApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultOAuthApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultOAuthApi
-
Initializes the controller.
- DefaultOrderCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultOrderCustomAttributesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Initializes the controller.
- DefaultOrdersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultOrdersApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultOrdersApi
-
Initializes the controller.
- DefaultPaymentsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultPaymentsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultPaymentsApi
-
Initializes the controller.
- DefaultPayoutsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultPayoutsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultPayoutsApi
-
Initializes the controller.
- defaultPercent(Integer) - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
Setter for defaultPercent.
- DefaultRefundsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultRefundsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultRefundsApi
-
Initializes the controller.
- DefaultSitesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSitesApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultSitesApi
-
Initializes the controller.
- defaultSmartTip(Money) - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
Setter for defaultSmartTip.
- DefaultSnippetsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSnippetsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultSnippetsApi
-
Initializes the controller.
- DefaultSubscriptionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSubscriptionsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultSubscriptionsApi
-
Initializes the controller.
- DefaultTeamApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultTeamApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultTeamApi
-
Initializes the controller.
- DefaultTerminalApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultTerminalApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultTerminalApi
-
Initializes the controller.
- defaultTimezone(String) - Method in class com.squareup.square.models.ShiftWorkday.Builder
-
Setter for defaultTimezone.
- DefaultTransactionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultTransactionsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultTransactionsApi
-
Initializes the controller.
- DefaultV1TransactionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultV1TransactionsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultV1TransactionsApi
-
Initializes the controller.
- DefaultVendorsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultVendorsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultVendorsApi
-
Initializes the controller.
- DefaultWebhookSubscriptionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultWebhookSubscriptionsApi(GlobalConfiguration) - Constructor for class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Initializes the controller.
- definition(CustomAttributeDefinition) - Method in class com.squareup.square.models.CustomAttribute.Builder
-
Setter for definition.
- definition(LoyaltyProgramRewardDefinition) - Method in class com.squareup.square.models.LoyaltyProgramRewardTier.Builder
-
Setter for definition.
- delayAction(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for delayAction.
- delayAction(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for delayAction.
- delayAction(String) - Method in class com.squareup.square.models.PaymentOptions.Builder
-
Setter for delayAction.
- delayCapture(Boolean) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for delayCapture.
- delayDuration(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for delayDuration.
- delayDuration(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for delayDuration.
- delayDuration(String) - Method in class com.squareup.square.models.PaymentOptions.Builder
-
Setter for delayDuration.
- delayedUntil(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for delayedUntil.
- deleteBookingCustomAttribute(String, String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Deletes a bookings custom attribute.
- deleteBookingCustomAttribute(String, String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Deletes a bookings custom attribute.
- deleteBookingCustomAttributeAsync(String, String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Deletes a bookings custom attribute.
- deleteBookingCustomAttributeAsync(String, String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Deletes a bookings custom attribute.
- deleteBookingCustomAttributeDefinition(String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Deletes a bookings custom attribute definition.
- deleteBookingCustomAttributeDefinition(String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Deletes a bookings custom attribute definition.
- deleteBookingCustomAttributeDefinitionAsync(String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Deletes a bookings custom attribute definition.
- deleteBookingCustomAttributeDefinitionAsync(String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Deletes a bookings custom attribute definition.
- DeleteBookingCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteBookingCustomAttributeDefinitionResponse type.
- DeleteBookingCustomAttributeDefinitionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse
-
Initialization constructor.
- DeleteBookingCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- DeleteBookingCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteBookingCustomAttributeResponse type.
- DeleteBookingCustomAttributeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteBookingCustomAttributeResponse
-
Initialization constructor.
- DeleteBookingCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- deleteBreakType(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deletes an existing `BreakType`.
- deleteBreakType(String) - Method in interface com.squareup.square.api.LaborApi
-
Deletes an existing `BreakType`.
- deleteBreakTypeAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deletes an existing `BreakType`.
- deleteBreakTypeAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Deletes an existing `BreakType`.
- DeleteBreakTypeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteBreakTypeResponse type.
- DeleteBreakTypeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteBreakTypeResponse
-
Initialization constructor.
- DeleteBreakTypeResponse.Builder - Class in com.squareup.square.models
-
- deleteCatalogObject(String) - Method in interface com.squareup.square.api.CatalogApi
-
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
- deleteCatalogObject(String) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
- deleteCatalogObjectAsync(String) - Method in interface com.squareup.square.api.CatalogApi
-
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
- deleteCatalogObjectAsync(String) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Deletes a single [CatalogObject]($m/CatalogObject) based on the provided ID and returns the
set of successfully deleted IDs in the response.
- DeleteCatalogObjectResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCatalogObjectResponse type.
- DeleteCatalogObjectResponse(List<Error>, List<String>, String) - Constructor for class com.squareup.square.models.DeleteCatalogObjectResponse
-
Initialization constructor.
- DeleteCatalogObjectResponse.Builder - Class in com.squareup.square.models
-
- deleteCustomer(String, Long) - Method in interface com.squareup.square.api.CustomersApi
-
Deletes a customer profile from a business.
- deleteCustomer(String, Long) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deletes a customer profile from a business.
- deleteCustomerAsync(String, Long) - Method in interface com.squareup.square.api.CustomersApi
-
Deletes a customer profile from a business.
- deleteCustomerAsync(String, Long) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deletes a customer profile from a business.
- deleteCustomerCard(String, String) - Method in interface com.squareup.square.api.CustomersApi
-
Deprecated.
- deleteCustomerCard(String, String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deprecated.
- deleteCustomerCardAsync(String, String) - Method in interface com.squareup.square.api.CustomersApi
-
Deprecated.
- deleteCustomerCardAsync(String, String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Deprecated.
- DeleteCustomerCardResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerCardResponse type.
- DeleteCustomerCardResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteCustomerCardResponse
-
Initialization constructor.
- DeleteCustomerCardResponse.Builder - Class in com.squareup.square.models
-
- deleteCustomerCustomAttribute(String, String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteCustomerCustomAttribute(String, String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteCustomerCustomAttributeAsync(String, String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteCustomerCustomAttributeAsync(String, String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteCustomerCustomAttributeDefinition(String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Deletes a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteCustomerCustomAttributeDefinition(String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Deletes a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteCustomerCustomAttributeDefinitionAsync(String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Deletes a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteCustomerCustomAttributeDefinitionAsync(String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Deletes a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- DeleteCustomerCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerCustomAttributeDefinitionResponse type.
- DeleteCustomerCustomAttributeDefinitionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse
-
Initialization constructor.
- DeleteCustomerCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- DeleteCustomerCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerCustomAttributeResponse type.
- DeleteCustomerCustomAttributeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteCustomerCustomAttributeResponse
-
Initialization constructor.
- DeleteCustomerCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- deleteCustomerGroup(String) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Deletes a customer group as identified by the `group_id` value.
- deleteCustomerGroup(String) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Deletes a customer group as identified by the `group_id` value.
- deleteCustomerGroupAsync(String) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Deletes a customer group as identified by the `group_id` value.
- deleteCustomerGroupAsync(String) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Deletes a customer group as identified by the `group_id` value.
- DeleteCustomerGroupResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerGroupResponse type.
- DeleteCustomerGroupResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteCustomerGroupResponse
-
Initialization constructor.
- DeleteCustomerGroupResponse.Builder - Class in com.squareup.square.models
-
- DeleteCustomerRequest - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerRequest type.
- DeleteCustomerRequest(Long) - Constructor for class com.squareup.square.models.DeleteCustomerRequest
-
Initialization constructor.
- DeleteCustomerRequest.Builder - Class in com.squareup.square.models
-
- DeleteCustomerResponse - Class in com.squareup.square.models
-
This is a model class for DeleteCustomerResponse type.
- DeleteCustomerResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteCustomerResponse
-
Initialization constructor.
- DeleteCustomerResponse.Builder - Class in com.squareup.square.models
-
- deleted(Boolean) - Method in class com.squareup.square.models.EventData.Builder
-
Setter for deleted.
- deletedAt(String) - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse.Builder
-
Setter for deletedAt.
- deletedAt(String) - Method in class com.squareup.square.models.DeleteCatalogObjectResponse.Builder
-
Setter for deletedAt.
- deleteDisputeEvidence(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Removes specified evidence from a dispute.
- deleteDisputeEvidence(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Removes specified evidence from a dispute.
- deleteDisputeEvidenceAsync(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Removes specified evidence from a dispute.
- deleteDisputeEvidenceAsync(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Removes specified evidence from a dispute.
- DeleteDisputeEvidenceResponse - Class in com.squareup.square.models
-
This is a model class for DeleteDisputeEvidenceResponse type.
- DeleteDisputeEvidenceResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteDisputeEvidenceResponse
-
Initialization constructor.
- DeleteDisputeEvidenceResponse.Builder - Class in com.squareup.square.models
-
- deletedObjectIds(List<String>) - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse.Builder
-
Setter for deletedObjectIds.
- deletedObjectIds(List<String>) - Method in class com.squareup.square.models.DeleteCatalogObjectResponse.Builder
-
Setter for deletedObjectIds.
- deleteInvoice(String, Integer) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Deletes the specified invoice.
- deleteInvoice(String, Integer) - Method in interface com.squareup.square.api.InvoicesApi
-
Deletes the specified invoice.
- deleteInvoiceAsync(String, Integer) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Deletes the specified invoice.
- deleteInvoiceAsync(String, Integer) - Method in interface com.squareup.square.api.InvoicesApi
-
Deletes the specified invoice.
- deleteInvoiceAttachment(String, String) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Removes an attachment from an invoice and permanently deletes the file.
- deleteInvoiceAttachment(String, String) - Method in interface com.squareup.square.api.InvoicesApi
-
Removes an attachment from an invoice and permanently deletes the file.
- deleteInvoiceAttachmentAsync(String, String) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Removes an attachment from an invoice and permanently deletes the file.
- deleteInvoiceAttachmentAsync(String, String) - Method in interface com.squareup.square.api.InvoicesApi
-
Removes an attachment from an invoice and permanently deletes the file.
- DeleteInvoiceAttachmentResponse - Class in com.squareup.square.models
-
This is a model class for DeleteInvoiceAttachmentResponse type.
- DeleteInvoiceAttachmentResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteInvoiceAttachmentResponse
-
Initialization constructor.
- DeleteInvoiceAttachmentResponse.Builder - Class in com.squareup.square.models
-
- DeleteInvoiceRequest - Class in com.squareup.square.models
-
This is a model class for DeleteInvoiceRequest type.
- DeleteInvoiceRequest(Integer) - Constructor for class com.squareup.square.models.DeleteInvoiceRequest
-
Initialization constructor.
- DeleteInvoiceRequest.Builder - Class in com.squareup.square.models
-
- DeleteInvoiceResponse - Class in com.squareup.square.models
-
This is a model class for DeleteInvoiceResponse type.
- DeleteInvoiceResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteInvoiceResponse
-
Initialization constructor.
- DeleteInvoiceResponse.Builder - Class in com.squareup.square.models
-
- deleteLocationCustomAttribute(String, String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
- deleteLocationCustomAttribute(String, String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
- deleteLocationCustomAttributeAsync(String, String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
- deleteLocationCustomAttributeAsync(String, String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
- deleteLocationCustomAttributeDefinition(String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteLocationCustomAttributeDefinition(String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteLocationCustomAttributeDefinitionAsync(String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteLocationCustomAttributeDefinitionAsync(String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- DeleteLocationCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteLocationCustomAttributeDefinitionResponse type.
- DeleteLocationCustomAttributeDefinitionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse
-
Initialization constructor.
- DeleteLocationCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- DeleteLocationCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteLocationCustomAttributeResponse type.
- DeleteLocationCustomAttributeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteLocationCustomAttributeResponse
-
Initialization constructor.
- DeleteLocationCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- deleteLoyaltyReward(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
- deleteLoyaltyReward(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
- deleteLoyaltyRewardAsync(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
- deleteLoyaltyRewardAsync(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
- DeleteLoyaltyRewardResponse - Class in com.squareup.square.models
-
This is a model class for DeleteLoyaltyRewardResponse type.
- DeleteLoyaltyRewardResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
Initialization constructor.
- DeleteLoyaltyRewardResponse.Builder - Class in com.squareup.square.models
-
- deleteMerchantCustomAttribute(String, String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
- deleteMerchantCustomAttribute(String, String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
- deleteMerchantCustomAttributeAsync(String, String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
- deleteMerchantCustomAttributeAsync(String, String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
- deleteMerchantCustomAttributeDefinition(String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteMerchantCustomAttributeDefinition(String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteMerchantCustomAttributeDefinitionAsync(String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteMerchantCustomAttributeDefinitionAsync(String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- DeleteMerchantCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteMerchantCustomAttributeDefinitionResponse type.
- DeleteMerchantCustomAttributeDefinitionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse
-
Initialization constructor.
- DeleteMerchantCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- DeleteMerchantCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteMerchantCustomAttributeResponse type.
- DeleteMerchantCustomAttributeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteMerchantCustomAttributeResponse
-
Initialization constructor.
- DeleteMerchantCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- deleteOrderCustomAttribute(String, String) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteOrderCustomAttribute(String, String) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteOrderCustomAttributeAsync(String, String) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteOrderCustomAttributeAsync(String, String) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- deleteOrderCustomAttributeDefinition(String) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteOrderCustomAttributeDefinition(String) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteOrderCustomAttributeDefinitionAsync(String) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Deletes an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- deleteOrderCustomAttributeDefinitionAsync(String) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Deletes an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- DeleteOrderCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteOrderCustomAttributeDefinitionResponse type.
- DeleteOrderCustomAttributeDefinitionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse
-
Initialization constructor.
- DeleteOrderCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- DeleteOrderCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for DeleteOrderCustomAttributeResponse type.
- DeleteOrderCustomAttributeResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteOrderCustomAttributeResponse
-
Initialization constructor.
- DeleteOrderCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- deletePaymentLink(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Deletes a payment link.
- deletePaymentLink(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Deletes a payment link.
- deletePaymentLinkAsync(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Deletes a payment link.
- deletePaymentLinkAsync(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Deletes a payment link.
- DeletePaymentLinkResponse - Class in com.squareup.square.models
-
This is a model class for DeletePaymentLinkResponse type.
- DeletePaymentLinkResponse(List<Error>, String, String) - Constructor for class com.squareup.square.models.DeletePaymentLinkResponse
-
Initialization constructor.
- DeletePaymentLinkResponse.Builder - Class in com.squareup.square.models
-
- deleteReward(LoyaltyEventDeleteReward) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for deleteReward.
- deleteShift(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deletes a `Shift`.
- deleteShift(String) - Method in interface com.squareup.square.api.LaborApi
-
Deletes a `Shift`.
- deleteShiftAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deletes a `Shift`.
- deleteShiftAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Deletes a `Shift`.
- DeleteShiftResponse - Class in com.squareup.square.models
-
This is a model class for DeleteShiftResponse type.
- DeleteShiftResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteShiftResponse
-
Initialization constructor.
- DeleteShiftResponse.Builder - Class in com.squareup.square.models
-
- deleteSnippet(String) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Removes your snippet from a Square Online site.
- deleteSnippet(String) - Method in interface com.squareup.square.api.SnippetsApi
-
Removes your snippet from a Square Online site.
- deleteSnippetAsync(String) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Removes your snippet from a Square Online site.
- deleteSnippetAsync(String) - Method in interface com.squareup.square.api.SnippetsApi
-
Removes your snippet from a Square Online site.
- DeleteSnippetResponse - Class in com.squareup.square.models
-
This is a model class for DeleteSnippetResponse type.
- DeleteSnippetResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteSnippetResponse
-
Initialization constructor.
- DeleteSnippetResponse.Builder - Class in com.squareup.square.models
-
- deleteSubscriptionAction(String, String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Deletes a scheduled action for a subscription.
- deleteSubscriptionAction(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Deletes a scheduled action for a subscription.
- deleteSubscriptionActionAsync(String, String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Deletes a scheduled action for a subscription.
- deleteSubscriptionActionAsync(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Deletes a scheduled action for a subscription.
- DeleteSubscriptionActionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteSubscriptionActionResponse type.
- DeleteSubscriptionActionResponse(List<Error>, Subscription) - Constructor for class com.squareup.square.models.DeleteSubscriptionActionResponse
-
Initialization constructor.
- DeleteSubscriptionActionResponse.Builder - Class in com.squareup.square.models
-
- deleteWebhookSubscription(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Deletes a webhook subscription.
- deleteWebhookSubscription(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Deletes a webhook subscription.
- deleteWebhookSubscriptionAsync(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Deletes a webhook subscription.
- deleteWebhookSubscriptionAsync(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Deletes a webhook subscription.
- DeleteWebhookSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for DeleteWebhookSubscriptionResponse type.
- DeleteWebhookSubscriptionResponse(List<Error>) - Constructor for class com.squareup.square.models.DeleteWebhookSubscriptionResponse
-
Initialization constructor.
- DeleteWebhookSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- deliverAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for deliverAt.
- deliverAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for deliverAt.
- deliveredAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for deliveredAt.
- deliveredAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for deliveredAt.
- deliveryDetails(FulfillmentDeliveryDetails) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for deliveryDetails.
- deliveryDetails(OrderFulfillmentDeliveryDetails) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for deliveryDetails.
- deliveryMethod(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for deliveryMethod.
- deliveryWindowDuration(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for deliveryWindowDuration.
- deliveryWindowDuration(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for deliveryWindowDuration.
- deprecatedBatchChangeInventory(BatchChangeInventoryRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchChangeInventory(BatchChangeInventoryRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedBatchChangeInventoryAsync(BatchChangeInventoryRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchChangeInventoryAsync(BatchChangeInventoryRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedBatchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- DeprecatedCreateDisputeEvidenceFileRequest - Class in com.squareup.square.models
-
This is a model class for DeprecatedCreateDisputeEvidenceFileRequest type.
- DeprecatedCreateDisputeEvidenceFileRequest(String, String, String) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Initialization constructor.
- DeprecatedCreateDisputeEvidenceFileRequest(String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Initialization constructor.
- DeprecatedCreateDisputeEvidenceFileRequest.Builder - Class in com.squareup.square.models
-
- DeprecatedCreateDisputeEvidenceFileResponse - Class in com.squareup.square.models
-
This is a model class for DeprecatedCreateDisputeEvidenceFileResponse type.
- DeprecatedCreateDisputeEvidenceFileResponse(List<Error>, DisputeEvidence) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse
-
Initialization constructor.
- DeprecatedCreateDisputeEvidenceFileResponse.Builder - Class in com.squareup.square.models
-
- DeprecatedCreateDisputeEvidenceTextRequest - Class in com.squareup.square.models
-
This is a model class for DeprecatedCreateDisputeEvidenceTextRequest type.
- DeprecatedCreateDisputeEvidenceTextRequest(String, String, String) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
Initialization constructor.
- DeprecatedCreateDisputeEvidenceTextRequest.Builder - Class in com.squareup.square.models
-
- DeprecatedCreateDisputeEvidenceTextResponse - Class in com.squareup.square.models
-
This is a model class for DeprecatedCreateDisputeEvidenceTextResponse type.
- DeprecatedCreateDisputeEvidenceTextResponse(List<Error>, DisputeEvidence) - Constructor for class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse
-
Initialization constructor.
- DeprecatedCreateDisputeEvidenceTextResponse.Builder - Class in com.squareup.square.models
-
- deprecatedRetrieveInventoryAdjustment(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryAdjustment(String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryAdjustmentAsync(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryAdjustmentAsync(String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryPhysicalCount(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryPhysicalCount(String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryPhysicalCountAsync(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- deprecatedRetrieveInventoryPhysicalCountAsync(String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- description(String) - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CreatePaymentLinkRequest.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.InvoiceAttachment.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for description.
- description(String) - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
Setter for description.
- descriptionHtml(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for descriptionHtml.
- descriptionPlaintext(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for descriptionPlaintext.
- Destination - Class in com.squareup.square.models
-
This is a model class for Destination type.
- Destination(String, String) - Constructor for class com.squareup.square.models.Destination
-
Initialization constructor.
- destination(Destination) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for destination.
- Destination.Builder - Class in com.squareup.square.models
-
- DestinationDetails - Class in com.squareup.square.models
-
This is a model class for DestinationDetails type.
- DestinationDetails(DestinationDetailsCardRefundDetails) - Constructor for class com.squareup.square.models.DestinationDetails
-
Initialization constructor.
- destinationDetails(DestinationDetails) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for destinationDetails.
- DestinationDetails.Builder - Class in com.squareup.square.models
-
- DestinationDetailsCardRefundDetails - Class in com.squareup.square.models
-
This is a model class for DestinationDetailsCardRefundDetails type.
- DestinationDetailsCardRefundDetails(Card, String) - Constructor for class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Initialization constructor.
- DestinationDetailsCardRefundDetails(Card, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Initialization constructor.
- DestinationDetailsCardRefundDetails.Builder - Class in com.squareup.square.models
-
- destinationId(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for destinationId.
- destinationType(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for destinationType.
- detail(String) - Method in class com.squareup.square.models.Error.Builder
-
Setter for detail.
- detail(String) - Method in class com.squareup.square.models.SubscriptionEventInfo.Builder
-
Setter for detail.
- device(CashDrawerDevice) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for device.
- Device - Class in com.squareup.square.models
-
This is a model class for Device type.
- Device(DeviceAttributes, String, List<Component>, DeviceStatus) - Constructor for class com.squareup.square.models.Device
-
Initialization constructor.
- Device(DeviceAttributes, String, OptionalNullable<List<Component>>, DeviceStatus) - Constructor for class com.squareup.square.models.Device
-
Initialization constructor.
- device(Device) - Method in class com.squareup.square.models.GetDeviceResponse.Builder
-
Setter for device.
- device(V1Device) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for device.
- Device.Builder - Class in com.squareup.square.models
-
Class to build instances of
Device.
- DeviceAttributes - Class in com.squareup.square.models
-
This is a model class for DeviceAttributes type.
- DeviceAttributes(String, String, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.DeviceAttributes
-
Initialization constructor.
- DeviceAttributes(String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceAttributes
-
Initialization constructor.
- DeviceAttributes.Builder - Class in com.squareup.square.models
-
- DeviceCheckoutOptions - Class in com.squareup.square.models
-
This is a model class for DeviceCheckoutOptions type.
- DeviceCheckoutOptions(String, Boolean, Boolean, TipSettings, Boolean) - Constructor for class com.squareup.square.models.DeviceCheckoutOptions
-
Initialization constructor.
- DeviceCheckoutOptions(String, OptionalNullable<Boolean>, OptionalNullable<Boolean>, TipSettings, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.DeviceCheckoutOptions
-
Initialization constructor.
- DeviceCheckoutOptions.Builder - Class in com.squareup.square.models
-
- deviceCode(DeviceCode) - Method in class com.squareup.square.models.CreateDeviceCodeRequest.Builder
-
Setter for deviceCode.
- deviceCode(DeviceCode) - Method in class com.squareup.square.models.CreateDeviceCodeResponse.Builder
-
Setter for deviceCode.
- DeviceCode - Class in com.squareup.square.models
-
This is a model class for DeviceCode type.
- DeviceCode(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.DeviceCode
-
Initialization constructor.
- DeviceCode(String, String, OptionalNullable<String>, String, String, OptionalNullable<String>, String, String, String, String, String) - Constructor for class com.squareup.square.models.DeviceCode
-
Initialization constructor.
- deviceCode(DeviceCode) - Method in class com.squareup.square.models.GetDeviceCodeResponse.Builder
-
Setter for deviceCode.
- DeviceCode.Builder - Class in com.squareup.square.models
-
- deviceCodeId(String) - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
Setter for deviceCodeId.
- deviceCodes(List<DeviceCode>) - Method in class com.squareup.square.models.ListDeviceCodesResponse.Builder
-
Setter for deviceCodes.
- DeviceComponentDetailsApplicationDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsApplicationDetails type.
- DeviceComponentDetailsApplicationDetails(String, String, String, String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Initialization constructor.
- DeviceComponentDetailsApplicationDetails(String, String, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Initialization constructor.
- DeviceComponentDetailsApplicationDetails.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsBatteryDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsBatteryDetails type.
- DeviceComponentDetailsBatteryDetails(Integer, String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Initialization constructor.
- DeviceComponentDetailsBatteryDetails(OptionalNullable<Integer>, String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Initialization constructor.
- DeviceComponentDetailsBatteryDetails.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsCardReaderDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsCardReaderDetails type.
- DeviceComponentDetailsCardReaderDetails(String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails
-
Initialization constructor.
- DeviceComponentDetailsCardReaderDetails.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsEthernetDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsEthernetDetails type.
- DeviceComponentDetailsEthernetDetails(Boolean, String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Initialization constructor.
- DeviceComponentDetailsEthernetDetails(OptionalNullable<Boolean>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Initialization constructor.
- DeviceComponentDetailsEthernetDetails.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsMeasurement - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsMeasurement type.
- DeviceComponentDetailsMeasurement(Integer) - Constructor for class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
Initialization constructor.
- DeviceComponentDetailsMeasurement(OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
Initialization constructor.
- DeviceComponentDetailsMeasurement.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsNetworkInterfaceDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsNetworkInterfaceDetails type.
- DeviceComponentDetailsNetworkInterfaceDetails(String) - Constructor for class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
Initialization constructor.
- DeviceComponentDetailsNetworkInterfaceDetails(OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
Initialization constructor.
- DeviceComponentDetailsNetworkInterfaceDetails.Builder - Class in com.squareup.square.models
-
- DeviceComponentDetailsWiFiDetails - Class in com.squareup.square.models
-
This is a model class for DeviceComponentDetailsWiFiDetails type.
- DeviceComponentDetailsWiFiDetails(Boolean, String, String, String, DeviceComponentDetailsMeasurement) - Constructor for class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Initialization constructor.
- DeviceComponentDetailsWiFiDetails(OptionalNullable<Boolean>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, DeviceComponentDetailsMeasurement) - Constructor for class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Initialization constructor.
- DeviceComponentDetailsWiFiDetails.Builder - Class in com.squareup.square.models
-
- deviceDetails(DeviceDetails) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for deviceDetails.
- DeviceDetails - Class in com.squareup.square.models
-
This is a model class for DeviceDetails type.
- DeviceDetails(String, String, String) - Constructor for class com.squareup.square.models.DeviceDetails
-
Initialization constructor.
- DeviceDetails(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceDetails
-
Initialization constructor.
- deviceDetails(DeviceDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for deviceDetails.
- DeviceDetails.Builder - Class in com.squareup.square.models
-
- deviceId(String) - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.DeviceDetails.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for deviceId.
- deviceId(String) - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
Setter for deviceId.
- deviceInstallationId(String) - Method in class com.squareup.square.models.DeviceDetails.Builder
-
Setter for deviceInstallationId.
- DeviceMetadata - Class in com.squareup.square.models
-
This is a model class for DeviceMetadata type.
- DeviceMetadata(String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.DeviceMetadata
-
Initialization constructor.
- DeviceMetadata(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DeviceMetadata
-
Initialization constructor.
- deviceMetadata(DeviceMetadata) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for deviceMetadata.
- DeviceMetadata.Builder - Class in com.squareup.square.models
-
- deviceName(String) - Method in class com.squareup.square.models.DeviceDetails.Builder
-
Setter for deviceName.
- deviceOptions(DeviceCheckoutOptions) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for deviceOptions.
- devices(List<Device>) - Method in class com.squareup.square.models.ListDevicesResponse.Builder
-
Setter for devices.
- DevicesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- DeviceStatus - Class in com.squareup.square.models
-
This is a model class for DeviceStatus type.
- DeviceStatus(String) - Constructor for class com.squareup.square.models.DeviceStatus
-
Initialization constructor.
- DeviceStatus.Builder - Class in com.squareup.square.models
-
- dietaryPreferences(List<CatalogItemFoodAndBeverageDetailsDietaryPreference>) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
Setter for dietaryPreferences.
- DigitalWalletDetails - Class in com.squareup.square.models
-
This is a model class for DigitalWalletDetails type.
- DigitalWalletDetails(String, String, CashAppDetails) - Constructor for class com.squareup.square.models.DigitalWalletDetails
-
Initialization constructor.
- DigitalWalletDetails(OptionalNullable<String>, OptionalNullable<String>, CashAppDetails) - Constructor for class com.squareup.square.models.DigitalWalletDetails
-
Initialization constructor.
- DigitalWalletDetails.Builder - Class in com.squareup.square.models
-
- disableCard(String) - Method in interface com.squareup.square.api.CardsApi
-
Disables the card, preventing any further updates or charges.
- disableCard(String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Disables the card, preventing any further updates or charges.
- disableCardAsync(String) - Method in interface com.squareup.square.api.CardsApi
-
Disables the card, preventing any further updates or charges.
- disableCardAsync(String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Disables the card, preventing any further updates or charges.
- DisableCardResponse - Class in com.squareup.square.models
-
This is a model class for DisableCardResponse type.
- DisableCardResponse(List<Error>, Card) - Constructor for class com.squareup.square.models.DisableCardResponse
-
Initialization constructor.
- DisableCardResponse.Builder - Class in com.squareup.square.models
-
- disagreeButtonText(String) - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
Setter for disagreeButtonText.
- discountCatalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
Setter for discountCatalogObjectId.
- discountData(CatalogDiscount) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for discountData.
- discountId(String) - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
Setter for discountId.
- discountId(String) - Method in class com.squareup.square.models.V1PaymentDiscount.Builder
-
Setter for discountId.
- discountIds(List<String>) - Method in class com.squareup.square.models.SubscriptionPricing.Builder
-
Setter for discountIds.
- discountMoney(Money) - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
Setter for discountMoney.
- discountMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for discountMoney.
- discountMoney(V1Money) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for discountMoney.
- discounts(List<OrderLineItemDiscount>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for discounts.
- discounts(List<V1PaymentDiscount>) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for discounts.
- discountType(String) - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
Setter for discountType.
- discountType(String) - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition.Builder
-
Setter for discountType.
- discountUid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount.Builder
-
Setter for discountUid.
- discountUid(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
Setter for discountUid.
- dismissTerminalAction(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal action request if the status and type of the request permits it.
- dismissTerminalAction(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal action request if the status and type of the request permits it.
- dismissTerminalActionAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal action request if the status and type of the request permits it.
- dismissTerminalActionAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal action request if the status and type of the request permits it.
- DismissTerminalActionResponse - Class in com.squareup.square.models
-
This is a model class for DismissTerminalActionResponse type.
- DismissTerminalActionResponse(List<Error>, TerminalAction) - Constructor for class com.squareup.square.models.DismissTerminalActionResponse
-
Initialization constructor.
- DismissTerminalActionResponse.Builder - Class in com.squareup.square.models
-
- dismissTerminalCheckout(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal checkout request if the status and type of the request permits it.
- dismissTerminalCheckout(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal checkout request if the status and type of the request permits it.
- dismissTerminalCheckoutAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal checkout request if the status and type of the request permits it.
- dismissTerminalCheckoutAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal checkout request if the status and type of the request permits it.
- DismissTerminalCheckoutResponse - Class in com.squareup.square.models
-
This is a model class for DismissTerminalCheckoutResponse type.
- DismissTerminalCheckoutResponse(List<Error>, TerminalCheckout) - Constructor for class com.squareup.square.models.DismissTerminalCheckoutResponse
-
Initialization constructor.
- DismissTerminalCheckoutResponse.Builder - Class in com.squareup.square.models
-
- dismissTerminalRefund(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal refund request if the status and type of the request permits it.
- dismissTerminalRefund(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal refund request if the status and type of the request permits it.
- dismissTerminalRefundAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Dismisses a Terminal refund request if the status and type of the request permits it.
- dismissTerminalRefundAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Dismisses a Terminal refund request if the status and type of the request permits it.
- DismissTerminalRefundResponse - Class in com.squareup.square.models
-
This is a model class for DismissTerminalRefundResponse type.
- DismissTerminalRefundResponse(List<Error>, TerminalRefund) - Constructor for class com.squareup.square.models.DismissTerminalRefundResponse
-
Initialization constructor.
- DismissTerminalRefundResponse.Builder - Class in com.squareup.square.models
-
- displayName(String) - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
Setter for displayName.
- displayName(String) - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
Setter for displayName.
- displayName(String) - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
Setter for displayName.
- displayName(String) - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
Setter for displayName.
- dispute(Dispute) - Method in class com.squareup.square.models.AcceptDisputeResponse.Builder
-
Setter for dispute.
- Dispute - Class in com.squareup.square.models
-
This is a model class for Dispute type.
- Dispute(String, String, Money, String, String, String, DisputedPayment, List<String>, String, String, String, String, String, String, Integer, String) - Constructor for class com.squareup.square.models.Dispute
-
Initialization constructor.
- Dispute(OptionalNullable<String>, String, Money, String, String, OptionalNullable<String>, DisputedPayment, OptionalNullable<List<String>>, String, String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Integer, OptionalNullable<String>) - Constructor for class com.squareup.square.models.Dispute
-
Initialization constructor.
- dispute(Dispute) - Method in class com.squareup.square.models.RetrieveDisputeResponse.Builder
-
Setter for dispute.
- dispute(Dispute) - Method in class com.squareup.square.models.SubmitEvidenceResponse.Builder
-
Setter for dispute.
- Dispute.Builder - Class in com.squareup.square.models
-
Class to build instances of
Dispute.
- disputedPayment(DisputedPayment) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for disputedPayment.
- DisputedPayment - Class in com.squareup.square.models
-
This is a model class for DisputedPayment type.
- DisputedPayment(String) - Constructor for class com.squareup.square.models.DisputedPayment
-
Initialization constructor.
- DisputedPayment(OptionalNullable<String>) - Constructor for class com.squareup.square.models.DisputedPayment
-
Initialization constructor.
- DisputedPayment.Builder - Class in com.squareup.square.models
-
- DisputeEvidence - Class in com.squareup.square.models
-
This is a model class for DisputeEvidence type.
- DisputeEvidence(String, String, String, DisputeEvidenceFile, String, String, String) - Constructor for class com.squareup.square.models.DisputeEvidence
-
Initialization constructor.
- DisputeEvidence(OptionalNullable<String>, String, OptionalNullable<String>, DisputeEvidenceFile, OptionalNullable<String>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.DisputeEvidence
-
Initialization constructor.
- DisputeEvidence.Builder - Class in com.squareup.square.models
-
- DisputeEvidenceFile - Class in com.squareup.square.models
-
This is a model class for DisputeEvidenceFile type.
- DisputeEvidenceFile(String, String) - Constructor for class com.squareup.square.models.DisputeEvidenceFile
-
Initialization constructor.
- DisputeEvidenceFile(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.DisputeEvidenceFile
-
Initialization constructor.
- DisputeEvidenceFile.Builder - Class in com.squareup.square.models
-
- disputeId(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for disputeId.
- disputeId(String) - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
Setter for disputeId.
- disputeId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail.Builder
-
Setter for disputeId.
- disputeId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail.Builder
-
Setter for disputeId.
- disputes(List<Dispute>) - Method in class com.squareup.square.models.ListDisputesResponse.Builder
-
Setter for disputes.
- DisputesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- domain(String) - Method in class com.squareup.square.models.Site.Builder
-
Setter for domain.
- domainName(String) - Method in class com.squareup.square.models.RegisterDomainRequest.Builder
-
Setter for domainName.
- dropoffNotes(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for dropoffNotes.
- dropoffNotes(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for dropoffNotes.
- dueAt(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for dueAt.
- dueDate(String) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for dueDate.
- durationMinutes(Integer) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for durationMinutes.
- gan(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for gan.
- gan(String) - Method in class com.squareup.square.models.RetrieveGiftCardFromGANRequest.Builder
-
Setter for gan.
- ganSource(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for ganSource.
- genericUnit(String) - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
Setter for genericUnit.
- getAbbreviation() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Abbreviation.
- getAbbreviation() - Method in class com.squareup.square.models.MeasurementUnitCustom
-
Getter for Abbreviation.
- getAbbreviation() - Method in class com.squareup.square.models.StandardUnitDescription
-
Getter for Abbreviation.
- getAbsentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject
-
Getter for AbsentAtLocationIds.
- getAcceptedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for AcceptedAt.
- getAcceptedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for AcceptedAt.
- getAcceptedPaymentMethods() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for AcceptedPaymentMethods.
- getAcceptedPaymentMethods() - Method in class com.squareup.square.models.Invoice
-
Getter for AcceptedPaymentMethods.
- getAcceptPartialAuthorization() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for AcceptPartialAuthorization.
- getAcceptPartialAuthorization() - Method in class com.squareup.square.models.PaymentOptions
-
Getter for AcceptPartialAuthorization.
- getAccessToken() - Method in interface com.squareup.square.BearerAuthCredentials
-
String value for accessToken.
- getAccessToken() - Method in class com.squareup.square.BearerAuthManager
-
String value for accessToken.
- getAccessToken() - Method in interface com.squareup.square.Configuration
-
OAuth 2.0 Access Token.
- getAccessToken() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for AccessToken.
- getAccessToken() - Method in class com.squareup.square.models.RenewTokenRequest
-
Getter for AccessToken.
- getAccessToken() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for AccessToken.
- getAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Getter for AccessToken.
- getAccessToken() - Method in class com.squareup.square.SquareClient
-
OAuth 2.0 Access Token.
- getAccountNumber() - Method in class com.squareup.square.models.Vendor
-
Getter for AccountNumber.
- getAccountNumberSuffix() - Method in class com.squareup.square.models.ACHDetails
-
Getter for AccountNumberSuffix.
- getAccountNumberSuffix() - Method in class com.squareup.square.models.BankAccount
-
Getter for AccountNumberSuffix.
- getAccountOwnershipType() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for AccountOwnershipType.
- getAccountType() - Method in class com.squareup.square.models.ACHDetails
-
Getter for AccountType.
- getAccountType() - Method in class com.squareup.square.models.BankAccount
-
Getter for AccountType.
- getAccrualRules() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for AccrualRules.
- getAccrualType() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for AccrualType.
- getAccumulatePoints() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest
-
Getter for AccumulatePoints.
- getAccumulatePoints() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for AccumulatePoints.
- getAccumulatePromotionPoints() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for AccumulatePromotionPoints.
- getAchDetails() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for AchDetails.
- getAction() - Method in class com.squareup.square.models.CancelTerminalActionResponse
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.CreateTerminalActionRequest
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.CreateTerminalActionResponse
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.DismissTerminalActionResponse
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.GetTerminalActionResponse
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.V1OrderHistoryEntry
-
Getter for Action.
- getAction() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for Action.
- getActions() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
Getter for Actions.
- getActions() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
Getter for Actions.
- getActions() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
Getter for Actions.
- getActions() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
Getter for Actions.
- getActions() - Method in class com.squareup.square.models.Subscription
-
Getter for Actions.
- getActions() - Method in class com.squareup.square.models.SwapPlanResponse
-
Getter for Actions.
- getActivateActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for ActivateActivityDetails.
- getActive() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Getter for Active.
- getActive() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Getter for Active.
- getAdditionalHeaders() - Method in interface com.squareup.square.Configuration
-
Additional headers to add to each API request.
- getAdditionalHeaders() - Method in class com.squareup.square.SquareClient
-
Additional headers to add to each API request.
- getAdditionalRecipients() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for AdditionalRecipients.
- getAdditionalRecipients() - Method in class com.squareup.square.models.Checkout
-
Getter for AdditionalRecipients.
- getAdditionalRecipients() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for AdditionalRecipients.
- getAdditionalRecipients() - Method in class com.squareup.square.models.Refund
-
Getter for AdditionalRecipients.
- getAdditionalRecipients() - Method in class com.squareup.square.models.Tender
-
Getter for AdditionalRecipients.
- getAdditiveTax() - Method in class com.squareup.square.models.V1Payment
-
Getter for AdditiveTax.
- getAdditiveTaxMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for AdditiveTaxMoney.
- getAddress() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.Customer
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.Location
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for Address.
- getAddress() - Method in class com.squareup.square.models.Vendor
-
Getter for Address.
- getAddressLine1() - Method in class com.squareup.square.models.Address
-
Getter for AddressLine1.
- getAddressLine2() - Method in class com.squareup.square.models.Address
-
Getter for AddressLine2.
- getAddressLine3() - Method in class com.squareup.square.models.Address
-
Getter for AddressLine3.
- getAdjustDecrementActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for AdjustDecrementActivityDetails.
- getAdjustIncrementActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for AdjustIncrementActivityDetails.
- getAdjustment() - Method in class com.squareup.square.models.InventoryChange
-
Getter for Adjustment.
- getAdjustment() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
Getter for Adjustment.
- getAdjustmentGroup() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for AdjustmentGroup.
- getAdjustPoints() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
Getter for AdjustPoints.
- getAdjustPoints() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for AdjustPoints.
- getAdministrativeDistrictLevel1() - Method in class com.squareup.square.models.Address
-
Getter for AdministrativeDistrictLevel1.
- getAdministrativeDistrictLevel2() - Method in class com.squareup.square.models.Address
-
Getter for AdministrativeDistrictLevel2.
- getAdministrativeDistrictLevel3() - Method in class com.squareup.square.models.Address
-
Getter for AdministrativeDistrictLevel3.
- getAffectedSubscriptions() - Method in class com.squareup.square.models.BulkSwapPlanResponse
-
Getter for AffectedSubscriptions.
- getAfterpayClearpay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Getter for AfterpayClearpay.
- getAfterpayClearpay() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Getter for AfterpayClearpay.
- getAfterpayDetails() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Getter for AfterpayDetails.
- getAgreeButtonText() - Method in class com.squareup.square.models.ConfirmationOptions
-
Getter for AgreeButtonText.
- getAlignmentTime() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for AlignmentTime.
- getAll() - Method in class com.squareup.square.models.FilterValue
-
Getter for All.
- getAllDay() - Method in class com.squareup.square.models.Booking
-
Getter for AllDay.
- getAllItems() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for AllItems.
- getAllowedObjectTypes() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for AllowedObjectTypes.
- getAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Getter for AllowedSelections.
- getAllowNegativeBalance() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
Getter for AllowNegativeBalance.
- getAllowTipping() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for AllowTipping.
- getAllowTipping() - Method in class com.squareup.square.models.TipSettings
-
Getter for AllowTipping.
- getAllowUserCancel() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for AllowUserCancel.
- getAllProducts() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for AllProducts.
- getAmount() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Getter for Amount.
- getAmount() - Method in class com.squareup.square.models.Money
-
Getter for Amount.
- getAmount() - Method in class com.squareup.square.models.V1Money
-
Getter for Amount.
- getAmountMoney() - Method in class com.squareup.square.models.AdditionalRecipient
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.CreateRefundRequest
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.Dispute
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityImport
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityImportReversal
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.Payment
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.Payout
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.PayoutFee
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.ProcessingFee
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.Refund
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.Tender
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for AmountMoney.
- getAmountMoney() - Method in class com.squareup.square.models.V1SettlementEntry
-
Getter for AmountMoney.
- getAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Getter for Amounts.
- getAnnualRate() - Method in class com.squareup.square.models.JobAssignment
-
Getter for AnnualRate.
- getAny() - Method in class com.squareup.square.models.FilterValue
-
Getter for Any.
- getAnyTeamMember() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for AnyTeamMember.
- getAnyTeamMemberBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for AnyTeamMemberBookingEnabled.
- getApiVersion() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest
-
Getter for ApiVersion.
- getApiVersion() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for ApiVersion.
- getApiVersionIntroduced() - Method in class com.squareup.square.models.EventTypeMetadata
-
Getter for ApiVersionIntroduced.
- getAppFeeMoney() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for AppFeeMoney.
- getAppFeeMoney() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for AppFeeMoney.
- getAppFeeMoney() - Method in class com.squareup.square.models.Payment
-
Getter for AppFeeMoney.
- getAppFeeMoney() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for AppFeeMoney.
- getAppFeeMoney() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for AppFeeMoney.
- getAppFeeMoney() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for AppFeeMoney.
- getAppId() - Method in class com.squareup.square.models.TerminalAction
-
Getter for AppId.
- getAppId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for AppId.
- getAppId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for AppId.
- getApplePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Getter for ApplePay.
- getApplePay() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Getter for ApplePay.
- getApplePayApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of ApplePayApi.
- getApplePayApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to ApplePay controller.
- getApplicationCryptogram() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for ApplicationCryptogram.
- getApplicationDetails() - Method in class com.squareup.square.models.Component
-
Getter for ApplicationDetails.
- getApplicationDetails() - Method in class com.squareup.square.models.Payment
-
Getter for ApplicationDetails.
- getApplicationId() - Method in class com.squareup.square.models.ApplicationDetails
-
Getter for ApplicationId.
- getApplicationId() - Method in class com.squareup.square.models.SourceApplication
-
Getter for ApplicationId.
- getApplicationIdentifier() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for ApplicationIdentifier.
- getApplicationName() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for ApplicationName.
- getApplicationType() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Getter for ApplicationType.
- getAppliedDiscounts() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for AppliedDiscounts.
- getAppliedDiscounts() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for AppliedDiscounts.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderReturnTip
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.V1PaymentModifier
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for AppliedMoney.
- getAppliedMoney() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for AppliedMoney.
- getAppliedServiceCharges() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for AppliedServiceCharges.
- getAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for AppliedServiceCharges.
- getAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for AppliedServiceCharges.
- getAppliedServiceCharges() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for AppliedServiceCharges.
- getAppliedTaxes() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for AppliedTaxes.
- getAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for AppliedTaxes.
- getAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for AppliedTaxes.
- getAppliedTaxes() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for AppliedTaxes.
- getAppliesToCustomAmounts() - Method in class com.squareup.square.models.CatalogTax
-
Getter for AppliesToCustomAmounts.
- getAppliesToProductSetId() - Method in class com.squareup.square.models.CatalogTax
-
Getter for AppliesToProductSetId.
- getApplyProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ApplyProductsId.
- getAppointmentSegments() - Method in class com.squareup.square.models.Availability
-
Getter for AppointmentSegments.
- getAppointmentSegments() - Method in class com.squareup.square.models.Booking
-
Getter for AppointmentSegments.
- getApprovedMoney() - Method in class com.squareup.square.models.Payment
-
Getter for ApprovedMoney.
- getAppVersion() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for AppVersion.
- getAppVisibility() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for AppVisibility.
- getArchivedState() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for ArchivedState.
- getAreaUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for AreaUnit.
- getArrivalDate() - Method in class com.squareup.square.models.Payout
-
Getter for ArrivalDate.
- getAskForShippingAddress() - Method in class com.squareup.square.models.Checkout
-
Getter for AskForShippingAddress.
- getAskForShippingAddress() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for AskForShippingAddress.
- getAskForShippingAddress() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for AskForShippingAddress.
- getAssignedLocations() - Method in class com.squareup.square.models.TeamMember
-
Getter for AssignedLocations.
- getAssignmentType() - Method in class com.squareup.square.models.TeamMemberAssignedLocations
-
Getter for AssignmentType.
- getAttachment() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
Getter for Attachment.
- getAttachments() - Method in class com.squareup.square.models.Invoice
-
Getter for Attachments.
- getAttributeMaxValue() - Method in class com.squareup.square.models.CatalogQueryRange
-
Getter for AttributeMaxValue.
- getAttributeMinValue() - Method in class com.squareup.square.models.CatalogQueryRange
-
Getter for AttributeMinValue.
- getAttributeName() - Method in class com.squareup.square.models.CatalogQueryExact
-
Getter for AttributeName.
- getAttributeName() - Method in class com.squareup.square.models.CatalogQueryPrefix
-
Getter for AttributeName.
- getAttributeName() - Method in class com.squareup.square.models.CatalogQueryRange
-
Getter for AttributeName.
- getAttributeName() - Method in class com.squareup.square.models.CatalogQuerySet
-
Getter for AttributeName.
- getAttributeName() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
Getter for AttributeName.
- getAttributePrefix() - Method in class com.squareup.square.models.CatalogQueryPrefix
-
Getter for AttributePrefix.
- getAttributes() - Method in class com.squareup.square.models.Device
-
Getter for Attributes.
- getAttributeValue() - Method in class com.squareup.square.models.CatalogQueryExact
-
Getter for AttributeValue.
- getAttributeValues() - Method in class com.squareup.square.models.CatalogQuerySet
-
Getter for AttributeValues.
- getAuthorizationCode() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Getter for AuthorizationCode.
- getAuthorizedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Getter for AuthorizedAt.
- getAuthResultCode() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for AuthResultCode.
- getAutoApplied() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for AutoApplied.
- getAutoApplyDiscounts() - Method in class com.squareup.square.models.OrderPricingOptions
-
Getter for AutoApplyDiscounts.
- getAutoApplyTaxes() - Method in class com.squareup.square.models.OrderPricingOptions
-
Getter for AutoApplyTaxes.
- getAutocomplete() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for Autocomplete.
- getAutocomplete() - Method in class com.squareup.square.models.PaymentOptions
-
Getter for Autocomplete.
- getAutoCompleteDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for AutoCompleteDuration.
- getAutoCompleteDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for AutoCompleteDuration.
- getAutomaticPaymentSource() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for AutomaticPaymentSource.
- getAvailabilities() - Method in class com.squareup.square.models.SearchAvailabilityResponse
-
Getter for Availabilities.
- getAvailabilityPeriodData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for AvailabilityPeriodData.
- getAvailabilityPeriodIds() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for AvailabilityPeriodIds.
- getAvailableElectronically() - Method in class com.squareup.square.models.CatalogItem
-
Getter for AvailableElectronically.
- getAvailableForBooking() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for AvailableForBooking.
- getAvailableForPickup() - Method in class com.squareup.square.models.CatalogItem
-
Getter for AvailableForPickup.
- getAvailableOnline() - Method in class com.squareup.square.models.CatalogItem
-
Getter for AvailableOnline.
- getAvailableTime() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for AvailableTime.
- getAvsStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for AvsStatus.
- getAwaitNextAction() - Method in class com.squareup.square.models.TerminalAction
-
Getter for AwaitNextAction.
- getAwaitNextActionDuration() - Method in class com.squareup.square.models.TerminalAction
-
Getter for AwaitNextActionDuration.
- getBackOffFactor() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getBackOffFactor() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getBalance() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for Balance.
- getBalanceMoney() - Method in class com.squareup.square.models.GiftCard
-
Getter for BalanceMoney.
- getBankAccount(String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
- getBankAccount(String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
- getBankAccount() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse
-
Getter for BankAccount.
- getBankAccount() - Method in class com.squareup.square.models.GetBankAccountResponse
-
Getter for BankAccount.
- getBankAccount() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Getter for BankAccount.
- getBankAccountAsync(String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
- getBankAccountAsync(String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
- getBankAccountByV1Id(String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
- getBankAccountByV1Id(String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
- getBankAccountByV1IdAsync(String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
- getBankAccountByV1IdAsync(String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
- GetBankAccountByV1IdResponse - Class in com.squareup.square.models
-
This is a model class for GetBankAccountByV1IdResponse type.
- GetBankAccountByV1IdResponse(List<Error>, BankAccount) - Constructor for class com.squareup.square.models.GetBankAccountByV1IdResponse
-
Initialization constructor.
- GetBankAccountByV1IdResponse.Builder - Class in com.squareup.square.models
-
- getBankAccountDetails() - Method in class com.squareup.square.models.Payment
-
Getter for BankAccountDetails.
- getBankAccountDetails() - Method in class com.squareup.square.models.Tender
-
Getter for BankAccountDetails.
- getBankAccountId() - Method in class com.squareup.square.models.V1Settlement
-
Getter for BankAccountId.
- GetBankAccountResponse - Class in com.squareup.square.models
-
This is a model class for GetBankAccountResponse type.
- GetBankAccountResponse(List<Error>, BankAccount) - Constructor for class com.squareup.square.models.GetBankAccountResponse
-
Initialization constructor.
- GetBankAccountResponse.Builder - Class in com.squareup.square.models
-
- getBankAccounts() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
Getter for BankAccounts.
- getBankAccountsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of BankAccountsApi.
- getBankAccountsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to BankAccounts controller.
- getBankName() - Method in class com.squareup.square.models.BankAccount
-
Getter for BankName.
- getBankName() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for BankName.
- getBarcodeContents() - Method in class com.squareup.square.models.QrCodeOptions
-
Getter for BarcodeContents.
- getBasePriceMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for BasePriceMoney.
- getBasePriceMoney() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for BasePriceMoney.
- getBasePriceMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for BasePriceMoney.
- getBasePriceMoney() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for BasePriceMoney.
- getBaseUri(Server) - Method in interface com.squareup.square.Configuration
-
Get base URI by current environment.
- getBaseUri() - Method in interface com.squareup.square.Configuration
-
Get base URI by current environment.
- getBaseUri(Server) - Method in class com.squareup.square.SquareClient
-
Get base URI by current environment.
- getBaseUri() - Method in class com.squareup.square.SquareClient
-
Get base URI by current environment.
- getBaseUri(String) - Method in class com.squareup.square.SquareClient
-
Get base URI by current environment.
- getBatchDeleteMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for BatchDeleteMaxObjectIds.
- getBatches() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest
-
Getter for Batches.
- getBatchRetrieveMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for BatchRetrieveMaxObjectIds.
- getBatchToken() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Getter for BatchToken.
- getBatchToken() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for BatchToken.
- getBatchToken() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Getter for BatchToken.
- getBatchToken() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for BatchToken.
- getBatchUpsertMaxObjectsPerBatch() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for BatchUpsertMaxObjectsPerBatch.
- getBatchUpsertMaxTotalObjects() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for BatchUpsertMaxTotalObjects.
- getBatteryDetails() - Method in class com.squareup.square.models.Component
-
Getter for BatteryDetails.
- getBatteryPercentage() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for BatteryPercentage.
- getBeginTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListRefundsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Getter for BeginTime.
- getBeginTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for BeginTime.
- getBillingAddress() - Method in class com.squareup.square.models.Card
-
Getter for BillingAddress.
- getBillingAddress() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for BillingAddress.
- getBillingAddress() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
Getter for BillingAddress.
- getBillingAddress() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for BillingAddress.
- getBillingAddress() - Method in class com.squareup.square.models.Payment
-
Getter for BillingAddress.
- getBin() - Method in class com.squareup.square.models.Card
-
Getter for Bin.
- getBirthday() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for Birthday.
- getBirthday() - Method in class com.squareup.square.models.Customer
-
Getter for Birthday.
- getBirthday() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for Birthday.
- getBlockActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for BlockActivityDetails.
- getBlockedDiscounts() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
Getter for BlockedDiscounts.
- getBlockedTaxes() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
Getter for BlockedTaxes.
- getBody() - Method in class com.squareup.square.http.request.HttpRequest
-
Body for the http request.
- getBody() - Method in class com.squareup.square.http.response.HttpResponse
-
String body of the http response.
- getBody() - Method in class com.squareup.square.models.ConfirmationOptions
-
Getter for Body.
- getBody() - Method in class com.squareup.square.models.DataCollectionOptions
-
Getter for Body.
- getBody() - Method in class com.squareup.square.models.QrCodeOptions
-
Getter for Body.
- getBody() - Method in class com.squareup.square.models.SelectOptions
-
Getter for Body.
- getBody() - Method in class com.squareup.square.models.SignatureOptions
-
Getter for Body.
- getBookableOnly() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Getter for BookableOnly.
- getBooking() - Method in class com.squareup.square.models.CancelBookingResponse
-
Getter for Booking.
- getBooking() - Method in class com.squareup.square.models.CreateBookingRequest
-
Getter for Booking.
- getBooking() - Method in class com.squareup.square.models.CreateBookingResponse
-
Getter for Booking.
- getBooking() - Method in class com.squareup.square.models.RetrieveBookingResponse
-
Getter for Booking.
- getBooking() - Method in class com.squareup.square.models.UpdateBookingRequest
-
Getter for Booking.
- getBooking() - Method in class com.squareup.square.models.UpdateBookingResponse
-
Getter for Booking.
- getBookingCustomAttributesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of BookingCustomAttributesApi.
- getBookingCustomAttributesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to BookingCustomAttributes controller.
- getBookingEnabled() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for BookingEnabled.
- getBookingId() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest
-
Getter for BookingId.
- getBookingId() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse
-
Getter for BookingId.
- getBookingId() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Getter for BookingId.
- getBookingId() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
Getter for BookingId.
- getBookingId() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Getter for BookingId.
- getBookingIds() - Method in class com.squareup.square.models.BulkRetrieveBookingsRequest
-
Getter for BookingIds.
- getBookingPolicy() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for BookingPolicy.
- getBookings() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse
-
Getter for Bookings.
- getBookings() - Method in class com.squareup.square.models.ListBookingsResponse
-
Getter for Bookings.
- getBookingsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of BookingsApi.
- getBookingsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Bookings controller.
- getBookingSiteUrl() - Method in class com.squareup.square.models.LocationBookingProfile
-
Getter for BookingSiteUrl.
- getBookingVersion() - Method in class com.squareup.square.models.CancelBookingRequest
-
Getter for BookingVersion.
- getBooleanValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for BooleanValue.
- getBoolFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for BoolFilter.
- getBrand() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Getter for Brand.
- getBrand() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Getter for Brand.
- getBrandDisputeId() - Method in class com.squareup.square.models.Dispute
-
Getter for BrandDisputeId.
- getBranding() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for Branding.
- getBreakName() - Method in class com.squareup.square.models.BreakType
-
Getter for BreakName.
- getBreaks() - Method in class com.squareup.square.models.Shift
-
Getter for Breaks.
- getBreakType(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `BreakType` specified by `id`.
- getBreakType(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `BreakType` specified by `id`.
- getBreakType() - Method in class com.squareup.square.models.CreateBreakTypeRequest
-
Getter for BreakType.
- getBreakType() - Method in class com.squareup.square.models.CreateBreakTypeResponse
-
Getter for BreakType.
- getBreakType() - Method in class com.squareup.square.models.GetBreakTypeResponse
-
Getter for BreakType.
- getBreakType() - Method in class com.squareup.square.models.UpdateBreakTypeRequest
-
Getter for BreakType.
- getBreakType() - Method in class com.squareup.square.models.UpdateBreakTypeResponse
-
Getter for BreakType.
- getBreakTypeAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `BreakType` specified by `id`.
- getBreakTypeAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `BreakType` specified by `id`.
- getBreakTypeId() - Method in class com.squareup.square.models.Break
-
Getter for BreakTypeId.
- GetBreakTypeResponse - Class in com.squareup.square.models
-
This is a model class for GetBreakTypeResponse type.
- GetBreakTypeResponse(BreakType, List<Error>) - Constructor for class com.squareup.square.models.GetBreakTypeResponse
-
Initialization constructor.
- GetBreakTypeResponse.Builder - Class in com.squareup.square.models
-
- getBreakTypes() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
Getter for BreakTypes.
- getBtcPriceSatoshi() - Method in class com.squareup.square.models.V1Order
-
Getter for BtcPriceSatoshi.
- getBtcReceiveAddress() - Method in class com.squareup.square.models.V1Order
-
Getter for BtcReceiveAddress.
- getBusinessAppointmentSettings() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for BusinessAppointmentSettings.
- getBusinessBookingProfile() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
Getter for BusinessBookingProfile.
- getBusinessEmail() - Method in class com.squareup.square.models.Location
-
Getter for BusinessEmail.
- getBusinessHours() - Method in class com.squareup.square.models.Location
-
Getter for BusinessHours.
- getBusinessName() - Method in class com.squareup.square.models.Location
-
Getter for BusinessName.
- getBusinessName() - Method in class com.squareup.square.models.Merchant
-
Getter for BusinessName.
- getButtonColor() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Getter for ButtonColor.
- getButtonShape() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Getter for ButtonShape.
- getBuyerAddress() - Method in class com.squareup.square.models.PrePopulatedData
-
Getter for BuyerAddress.
- getBuyerArrivedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
Getter for BuyerArrivedAt.
- getBuyerArrivedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Getter for BuyerArrivedAt.
- getBuyerCashtag() - Method in class com.squareup.square.models.CashAppDetails
-
Getter for BuyerCashtag.
- getBuyerCountryCode() - Method in class com.squareup.square.models.CashAppDetails
-
Getter for BuyerCountryCode.
- getBuyerEmail() - Method in class com.squareup.square.models.PrePopulatedData
-
Getter for BuyerEmail.
- getBuyerEmail() - Method in class com.squareup.square.models.V1Order
-
Getter for BuyerEmail.
- getBuyerEmailAddress() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for BuyerEmailAddress.
- getBuyerEmailAddress() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for BuyerEmailAddress.
- getBuyerEmailAddress() - Method in class com.squareup.square.models.Payment
-
Getter for BuyerEmailAddress.
- getBuyerFullName() - Method in class com.squareup.square.models.CashAppDetails
-
Getter for BuyerFullName.
- getBuyerNote() - Method in class com.squareup.square.models.V1Order
-
Getter for BuyerNote.
- getBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Getter for BuyerPaymentInstrumentIds.
- getBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Getter for BuyerPaymentInstrumentIds.
- getBuyerPhoneNumber() - Method in class com.squareup.square.models.PrePopulatedData
-
Getter for BuyerPhoneNumber.
- getBuyerSuppliedMoney() - Method in class com.squareup.square.models.CashPaymentDetails
-
Getter for BuyerSuppliedMoney.
- getBuyerTenderedMoney() - Method in class com.squareup.square.models.TenderCashDetails
-
Getter for BuyerTenderedMoney.
- getBuyNowPayLater() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Getter for BuyNowPayLater.
- getBuyNowPayLaterBrand() - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails
-
Getter for BuyNowPayLaterBrand.
- getBuyNowPayLaterDetails() - Method in class com.squareup.square.models.Payment
-
Getter for BuyNowPayLaterDetails.
- getBuyNowPayLaterDetails() - Method in class com.squareup.square.models.Tender
-
Getter for BuyNowPayLaterDetails.
- getCadence() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Cadence.
- getCalculatedAt() - Method in class com.squareup.square.models.InventoryCount
-
Getter for CalculatedAt.
- getCalculationPhase() - Method in class com.squareup.square.models.CatalogTax
-
Getter for CalculationPhase.
- getCalculationPhase() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for CalculationPhase.
- getCalculationPhase() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for CalculationPhase.
- getCallingCode() - Method in class com.squareup.square.models.V1PhoneNumber
-
Getter for CallingCode.
- getCalorieCount() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Getter for CalorieCount.
- getCanceledAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for CanceledAt.
- getCanceledAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for CanceledAt.
- getCanceledDate() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for CanceledDate.
- getCanceledDate() - Method in class com.squareup.square.models.Subscription
-
Getter for CanceledDate.
- getCanceledNote() - Method in class com.squareup.square.models.V1Order
-
Getter for CanceledNote.
- getCanceledNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for CanceledNote.
- getCancellationFeeMoney() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for CancellationFeeMoney.
- getCancellationPolicy() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for CancellationPolicy.
- getCancellationPolicyText() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for CancellationPolicyText.
- getCancellationWindowSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for CancellationWindowSeconds.
- getCancelledOrderId() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
Getter for CancelledOrderId.
- getCancelReason() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.TerminalAction
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for CancelReason.
- getCancelReason() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for CancelReason.
- getCanProrate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for CanProrate.
- getCapabilities() - Method in class com.squareup.square.models.Location
-
Getter for Capabilities.
- getCapabilities() - Method in class com.squareup.square.models.Payment
-
Getter for Capabilities.
- getCaption() - Method in class com.squareup.square.models.CatalogImage
-
Getter for Caption.
- getCapturedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Getter for CapturedAt.
- getCard() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.CreateCardRequest
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.CreateCardResponse
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.CreateCustomerCardResponse
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.DisableCardResponse
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.RetrieveCardResponse
-
Getter for Card.
- getCard() - Method in class com.squareup.square.models.TenderCardDetails
-
Getter for Card.
- getCardBrand() - Method in class com.squareup.square.models.Card
-
Getter for CardBrand.
- getCardBrand() - Method in class com.squareup.square.models.Dispute
-
Getter for CardBrand.
- getCardBrand() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for CardBrand.
- getCardBrand() - Method in class com.squareup.square.models.V1Tender
-
Getter for CardBrand.
- getCardCoBrand() - Method in class com.squareup.square.models.Card
-
Getter for CardCoBrand.
- getCardDetails() - Method in class com.squareup.square.models.DestinationDetails
-
Getter for CardDetails.
- getCardDetails() - Method in class com.squareup.square.models.Payment
-
Getter for CardDetails.
- getCardDetails() - Method in class com.squareup.square.models.Tender
-
Getter for CardDetails.
- getCardholderName() - Method in class com.squareup.square.models.Card
-
Getter for CardholderName.
- getCardholderName() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
Getter for CardholderName.
- getCardId() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for CardId.
- getCardId() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for CardId.
- getCardId() - Method in class com.squareup.square.models.SaveCardOptions
-
Getter for CardId.
- getCardId() - Method in class com.squareup.square.models.Subscription
-
Getter for CardId.
- getCardNonce() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for CardNonce.
- getCardNonce() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
Getter for CardNonce.
- getCardPaymentTimeline() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for CardPaymentTimeline.
- getCardReaderDetails() - Method in class com.squareup.square.models.Component
-
Getter for CardReaderDetails.
- getCards() - Method in class com.squareup.square.models.Customer
-
Getter for Cards.
- getCards() - Method in class com.squareup.square.models.ListCardsResponse
-
Getter for Cards.
- getCardsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CardsApi.
- getCardsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Cards controller.
- getCardType() - Method in class com.squareup.square.models.Card
-
Getter for CardType.
- getCarrier() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for Carrier.
- getCarrier() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for Carrier.
- getCashApp() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Getter for CashApp.
- getCashAppDetails() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Getter for CashAppDetails.
- getCashAppPay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Getter for CashAppPay.
- getCashAppPay() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Getter for CashAppPay.
- getCashDetails() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for CashDetails.
- getCashDetails() - Method in class com.squareup.square.models.Payment
-
Getter for CashDetails.
- getCashDetails() - Method in class com.squareup.square.models.Tender
-
Getter for CashDetails.
- getCashDrawersApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CashDrawersApi.
- getCashDrawersApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to CashDrawers controller.
- getCashDrawerShift() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
Getter for CashDrawerShift.
- getCashDrawerShiftEvents() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
Getter for CashDrawerShiftEvents.
- getCashDrawerShifts() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
Getter for CashDrawerShifts.
- getCashPaidInMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for CashPaidInMoney.
- getCashPaidOutMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for CashPaidOutMoney.
- getCashPaymentMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for CashPaymentMoney.
- getCashRefundsMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for CashRefundsMoney.
- getCatalogApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CatalogApi.
- getCatalogApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Catalog controller.
- getCatalogObject() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
Getter for CatalogObject.
- getCatalogObjectId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.InventoryCount
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for CatalogObjectId.
- getCatalogObjectId() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for CatalogObjectId.
- getCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for CatalogObjectIds.
- getCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for CatalogObjectIds.
- getCatalogObjectIds() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for CatalogObjectIds.
- getCatalogObjectType() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for CatalogObjectType.
- getCatalogObjectType() - Method in class com.squareup.square.models.InventoryCount
-
Getter for CatalogObjectType.
- getCatalogObjectType() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for CatalogObjectType.
- getCatalogObjectType() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for CatalogObjectType.
- getCatalogV1Id() - Method in class com.squareup.square.models.CatalogV1Id
-
Getter for CatalogV1Id.
- getCatalogV1Ids() - Method in class com.squareup.square.models.CatalogObject
-
Getter for CatalogV1Ids.
- getCatalogVersion() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.CatalogObjectReference
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.ListCatalogRequest
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for CatalogVersion.
- getCatalogVersion() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Getter for CatalogVersion.
- getCategories() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Categories.
- getCategory() - Method in class com.squareup.square.models.DeviceStatus
-
Getter for Category.
- getCategory() - Method in class com.squareup.square.models.Error
-
Getter for Category.
- getCategoryData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for CategoryData.
- getCategoryData() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for CategoryData.
- getCategoryId() - Method in class com.squareup.square.models.CatalogItem
-
Getter for CategoryId.
- getCategoryId() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
Getter for CategoryId.
- getCategoryId() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData
-
Getter for CategoryId.
- getCategoryIds() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for CategoryIds.
- getCategoryName() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
Getter for CategoryName.
- getCategoryName() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Getter for CategoryName.
- getCategoryType() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for CategoryType.
- getChangeBackMoney() - Method in class com.squareup.square.models.CashPaymentDetails
-
Getter for ChangeBackMoney.
- getChangeBackMoney() - Method in class com.squareup.square.models.TenderCashDetails
-
Getter for ChangeBackMoney.
- getChangeBackMoney() - Method in class com.squareup.square.models.V1Tender
-
Getter for ChangeBackMoney.
- getChanges() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Getter for Changes.
- getChanges() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
Getter for Changes.
- getChanges() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
Getter for Changes.
- getChanges() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
Getter for Changes.
- getChannels() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for Channels.
- getChannels() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Channels.
- getCharge() - Method in class com.squareup.square.models.ShippingFee
-
Getter for Charge.
- getChargedThroughDate() - Method in class com.squareup.square.models.Subscription
-
Getter for ChargedThroughDate.
- getChargingState() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for ChargingState.
- getCheckout() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse
-
Getter for Checkout.
- getCheckout() - Method in class com.squareup.square.models.CreateCheckoutResponse
-
Getter for Checkout.
- getCheckout() - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest
-
Getter for Checkout.
- getCheckout() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse
-
Getter for Checkout.
- getCheckout() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse
-
Getter for Checkout.
- getCheckout() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse
-
Getter for Checkout.
- getCheckoutApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CheckoutApi.
- getCheckoutApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Checkout controller.
- getCheckoutOptions() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for CheckoutOptions.
- getCheckoutOptions() - Method in class com.squareup.square.models.PaymentLink
-
Getter for CheckoutOptions.
- getCheckoutPageUrl() - Method in class com.squareup.square.models.Checkout
-
Getter for CheckoutPageUrl.
- getCheckouts() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
Getter for Checkouts.
- getClearBalanceActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for ClearBalanceActivityDetails.
- getClearpayDetails() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Getter for ClearpayDetails.
- getClientId() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for ClientId.
- getClientId() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Getter for ClientId.
- getClientId() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Getter for ClientId.
- getClientId() - Method in class com.squareup.square.models.Transaction
-
Getter for ClientId.
- getClientInstance() - Method in class com.squareup.square.api.BaseApi
-
Shared instance of the Http client.
- getClientObjectId() - Method in class com.squareup.square.models.CatalogIdMapping
-
Getter for ClientObjectId.
- getClientSecret() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for ClientSecret.
- getClosedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for ClosedAt.
- getClosedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for ClosedAt.
- getClosedAt() - Method in class com.squareup.square.models.Order
-
Getter for ClosedAt.
- getClosedAt() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter
-
Getter for ClosedAt.
- getClosedCashMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for ClosedCashMoney.
- getClosedCashMoney() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for ClosedCashMoney.
- getClosingTeamMemberId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for ClosingTeamMemberId.
- getCode() - Method in class com.squareup.square.models.DeviceCode
-
Getter for Code.
- getCode() - Method in class com.squareup.square.models.Error
-
Getter for Code.
- getCode() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for Code.
- getCode() - Method in class com.squareup.square.models.SubscriptionEventInfo
-
Getter for Code.
- getCodeVerifier() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for CodeVerifier.
- getCollectedData() - Method in class com.squareup.square.models.DataCollectionOptions
-
Getter for CollectedData.
- getCollectSignature() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Getter for CollectSignature.
- getColor() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Getter for Color.
- getCompanyName() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for CompanyName.
- getCompanyName() - Method in class com.squareup.square.models.Customer
-
Getter for CompanyName.
- getCompanyName() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for CompanyName.
- getCompanyName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for CompanyName.
- getCompletedAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CompletedAt.
- getCompletedAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CompletedAt.
- getCompletedNote() - Method in class com.squareup.square.models.V1Order
-
Getter for CompletedNote.
- getCompletedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for CompletedNote.
- getComponents() - Method in class com.squareup.square.models.Device
-
Getter for Components.
- getComputedAmountMoney() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for ComputedAmountMoney.
- getConfiguration() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Returns the ClientConfiguration instance.
- getConfirmationOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for ConfirmationOptions.
- getContacts() - Method in class com.squareup.square.models.Vendor
-
Getter for Contacts.
- getContent() - Method in class com.squareup.square.models.Snippet
-
Getter for Content.
- getContentType() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
Getter for ContentType.
- getContentType() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Getter for ContentType.
- getContentType() - Method in class com.squareup.square.utilities.FileWrapper
-
Getter for content type.
- getContext() - Method in class com.squareup.square.models.AcceptDisputeResponse
-
- getContext() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
- getContext() - Method in class com.squareup.square.models.AddGroupToCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse
-
- getContext() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
- getContext() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
- getContext() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
- getContext() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
- getContext() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
- getContext() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse
-
- getContext() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
- getContext() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse
-
- getContext() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
- getContext() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse
-
- getContext() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
- getContext() - Method in class com.squareup.square.models.BulkSwapPlanResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
- getContext() - Method in class com.squareup.square.models.CalculateOrderResponse
-
- getContext() - Method in class com.squareup.square.models.CancelBookingResponse
-
- getContext() - Method in class com.squareup.square.models.CancelInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
- getContext() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse
-
- getContext() - Method in class com.squareup.square.models.CancelPaymentResponse
-
- getContext() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.CancelTerminalActionResponse
-
- getContext() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse
-
- getContext() - Method in class com.squareup.square.models.CancelTerminalRefundResponse
-
- getContext() - Method in class com.squareup.square.models.CaptureTransactionResponse
-
- getContext() - Method in class com.squareup.square.models.CatalogInfoResponse
-
- getContext() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
- getContext() - Method in class com.squareup.square.models.CloneOrderResponse
-
- getContext() - Method in class com.squareup.square.models.CompletePaymentResponse
-
- getContext() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateBookingResponse
-
- getContext() - Method in class com.squareup.square.models.CreateBreakTypeResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCardResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCatalogImageResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCheckoutResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCustomerCardResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCustomerGroupResponse
-
- getContext() - Method in class com.squareup.square.models.CreateCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.CreateDeviceCodeResponse
-
- getContext() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
- getContext() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
- getContext() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse
-
- getContext() - Method in class com.squareup.square.models.CreateGiftCardResponse
-
- getContext() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
- getContext() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateLocationResponse
-
- getContext() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse
-
- getContext() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse
-
- getContext() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
- getContext() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateOrderResponse
-
- getContext() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
- getContext() - Method in class com.squareup.square.models.CreatePaymentResponse
-
- getContext() - Method in class com.squareup.square.models.CreateShiftResponse
-
- getContext() - Method in class com.squareup.square.models.CreateSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateTeamMemberResponse
-
- getContext() - Method in class com.squareup.square.models.CreateTerminalActionResponse
-
- getContext() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse
-
- getContext() - Method in class com.squareup.square.models.CreateTerminalRefundResponse
-
- getContext() - Method in class com.squareup.square.models.CreateVendorResponse
-
- getContext() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteBreakTypeResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCustomerCardResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCustomerGroupResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteDisputeEvidenceResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteInvoiceAttachmentResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteShiftResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteSnippetResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteWebhookSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.DisableCardResponse
-
- getContext() - Method in class com.squareup.square.models.DismissTerminalActionResponse
-
- getContext() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse
-
- getContext() - Method in class com.squareup.square.models.DismissTerminalRefundResponse
-
- getContext() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse
-
- getContext() - Method in class com.squareup.square.models.GetBankAccountResponse
-
- getContext() - Method in class com.squareup.square.models.GetBreakTypeResponse
-
- getContext() - Method in class com.squareup.square.models.GetDeviceCodeResponse
-
- getContext() - Method in class com.squareup.square.models.GetDeviceResponse
-
- getContext() - Method in class com.squareup.square.models.GetEmployeeWageResponse
-
- getContext() - Method in class com.squareup.square.models.GetInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.GetPaymentRefundResponse
-
- getContext() - Method in class com.squareup.square.models.GetPaymentResponse
-
- getContext() - Method in class com.squareup.square.models.GetPayoutResponse
-
- getContext() - Method in class com.squareup.square.models.GetShiftResponse
-
- getContext() - Method in class com.squareup.square.models.GetTeamMemberWageResponse
-
- getContext() - Method in class com.squareup.square.models.GetTerminalActionResponse
-
- getContext() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse
-
- getContext() - Method in class com.squareup.square.models.GetTerminalRefundResponse
-
- getContext() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
- getContext() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
- getContext() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.ListBookingsResponse
-
- getContext() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
- getContext() - Method in class com.squareup.square.models.ListCardsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCatalogResponse
-
- getContext() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
- getContext() - Method in class com.squareup.square.models.ListCustomersResponse
-
- getContext() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
- getContext() - Method in class com.squareup.square.models.ListDevicesResponse
-
- getContext() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
- getContext() - Method in class com.squareup.square.models.ListDisputesResponse
-
- getContext() - Method in class com.squareup.square.models.ListEmployeesResponse
-
- getContext() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
- getContext() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
- getContext() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
- getContext() - Method in class com.squareup.square.models.ListInvoicesResponse
-
- getContext() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
- getContext() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.ListLocationsResponse
-
- getContext() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse
-
- getContext() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.ListMerchantsResponse
-
- getContext() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
- getContext() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
- getContext() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
- getContext() - Method in class com.squareup.square.models.ListPaymentsResponse
-
- getContext() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
- getContext() - Method in class com.squareup.square.models.ListPayoutsResponse
-
- getContext() - Method in class com.squareup.square.models.ListSitesResponse
-
- getContext() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
- getContext() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
- getContext() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
- getContext() - Method in class com.squareup.square.models.ListTransactionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
- getContext() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
- getContext() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
- getContext() - Method in class com.squareup.square.models.ObtainTokenResponse
-
- getContext() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.PayOrderResponse
-
- getContext() - Method in class com.squareup.square.models.PublishInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
- getContext() - Method in class com.squareup.square.models.RefundPaymentResponse
-
- getContext() - Method in class com.squareup.square.models.RegisterDomainResponse
-
- getContext() - Method in class com.squareup.square.models.RemoveGroupFromCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.RenewTokenResponse
-
- getContext() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveBookingResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCardResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveDisputeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveEmployeeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveGiftCardResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLocationResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveMerchantResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveOrderResponse
-
- getContext() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveSnippetResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveTransactionResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveVendorResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveWageSettingResponse
-
- getContext() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.RevokeTokenResponse
-
- getContext() - Method in class com.squareup.square.models.SearchAvailabilityResponse
-
- getContext() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchCustomersResponse
-
- getContext() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
- getContext() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchOrdersResponse
-
- getContext() - Method in class com.squareup.square.models.SearchShiftsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
- getContext() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
- getContext() - Method in class com.squareup.square.models.SearchVendorsResponse
-
- getContext() - Method in class com.squareup.square.models.SubmitEvidenceResponse
-
- getContext() - Method in class com.squareup.square.models.SwapPlanResponse
-
- getContext() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateBookingResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateBreakTypeResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateCatalogImageResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateCustomerResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateItemTaxesResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateLocationResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateOrderResponse
-
- getContext() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse
-
- getContext() - Method in class com.squareup.square.models.UpdatePaymentResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateShiftResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateTeamMemberResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateVendorResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateWageSettingResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
- getContext() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertSnippetResponse
-
- getContext() - Method in class com.squareup.square.models.V1Order
-
- getContext() - Method in class com.squareup.square.models.V1Payment
-
- getContext() - Method in class com.squareup.square.models.V1Refund
-
- getContext() - Method in class com.squareup.square.models.V1Settlement
-
- getContext() - Method in class com.squareup.square.models.VoidTransactionResponse
-
- getCoordinates() - Method in class com.squareup.square.models.Location
-
Getter for Coordinates.
- getCount() - Method in class com.squareup.square.models.ListCustomersRequest
-
Getter for Count.
- getCount() - Method in class com.squareup.square.models.ListCustomersResponse
-
Getter for Count.
- getCount() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
Getter for Count.
- getCount() - Method in class com.squareup.square.models.SearchCustomersRequest
-
Getter for Count.
- getCount() - Method in class com.squareup.square.models.SearchCustomersResponse
-
Getter for Count.
- getCountry() - Method in class com.squareup.square.models.Address
-
Getter for Country.
- getCountry() - Method in class com.squareup.square.models.BankAccount
-
Getter for Country.
- getCountry() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for Country.
- getCountry() - Method in class com.squareup.square.models.CustomerAddressFilter
-
Getter for Country.
- getCountry() - Method in class com.squareup.square.models.Location
-
Getter for Country.
- getCountry() - Method in class com.squareup.square.models.Merchant
-
Getter for Country.
- getCounts() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
Getter for Counts.
- getCounts() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
Getter for Counts.
- getCounts() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
Getter for Counts.
- getCoupons() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for Coupons.
- getCourierPickupAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CourierPickupAt.
- getCourierPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CourierPickupAt.
- getCourierPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CourierPickupWindowDuration.
- getCourierPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CourierPickupWindowDuration.
- getCourierProviderName() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CourierProviderName.
- getCourierProviderName() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CourierProviderName.
- getCourierSupportPhoneNumber() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for CourierSupportPhoneNumber.
- getCourierSupportPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for CourierSupportPhoneNumber.
- getCreatedAt() - Method in class com.squareup.square.models.Booking
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.BreakType
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Checkout
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Customer
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CustomerGroup
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.CustomerSegment
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.DeviceCode
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Dispute
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Employee
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Event
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.GiftCard
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Invoice
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Location
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyEventDateTimeFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Merchant
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Order
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.OrderCreated
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Payment
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.PaymentLink
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Payout
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Refund
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.RiskEvaluation
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Shift
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Site
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Snippet
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Subscription
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TeamMember
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Tender
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalAction
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Transaction
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.V1Order
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.V1OrderHistoryEntry
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.V1Payment
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.V1Refund
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Vendor
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.WageSetting
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for CreatedAt.
- getCreateReward() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for CreateReward.
- getCreationSource() - Method in class com.squareup.square.models.Customer
-
Getter for CreationSource.
- getCreationSource() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for CreationSource.
- getCreatorDetails() - Method in class com.squareup.square.models.Booking
-
Getter for CreatorDetails.
- getCreatorId() - Method in class com.squareup.square.models.V1Payment
-
Getter for CreatorId.
- getCreatorType() - Method in class com.squareup.square.models.BookingCreatorDetails
-
Getter for CreatorType.
- getCreditable() - Method in class com.squareup.square.models.BankAccount
-
Getter for Creditable.
- getCurbsideDetails() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
Getter for CurbsideDetails.
- getCurbsideDetails() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Getter for CurbsideDetails.
- getCurbsidePickupDetails() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for CurbsidePickupDetails.
- getCurbsidePickupDetails() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for CurbsidePickupDetails.
- getCurrency() - Method in class com.squareup.square.models.BankAccount
-
Getter for Currency.
- getCurrency() - Method in class com.squareup.square.models.Location
-
Getter for Currency.
- getCurrency() - Method in class com.squareup.square.models.Merchant
-
Getter for Currency.
- getCurrency() - Method in class com.squareup.square.models.Money
-
Getter for Currency.
- getCurrencyCode() - Method in class com.squareup.square.models.V1Money
-
Getter for CurrencyCode.
- getCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBookingsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCardsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCardsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCatalogRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCatalogResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomersRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListCustomersResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDevicesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDevicesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDisputesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListDisputesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListEmployeesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListInvoicesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListMerchantsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPaymentsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListPayoutsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListRefundsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListRefundsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListTransactionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCustomersRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchCustomersResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchInvoicesRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchOrdersResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchShiftsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchShiftsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTeamMembersRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalActionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchVendorsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.SearchVendorsResponse
-
Getter for Cursor.
- getCustomAttribute() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
Getter for CustomAttribute.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinition() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
Getter for CustomAttributeDefinition.
- getCustomAttributeDefinitionData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for CustomAttributeDefinitionData.
- getCustomAttributeDefinitionId() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for CustomAttributeDefinitionId.
- getCustomAttributeDefinitionId() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for CustomAttributeDefinitionId.
- getCustomAttributeDefinitions() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeDefinitions() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeDefinitions() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeDefinitions() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeDefinitions() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeFilters() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for CustomAttributeFilters.
- getCustomAttributes() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
Getter for CustomAttributes.
- getCustomAttributes() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
Getter for CustomAttributes.
- getCustomAttributes() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
Getter for CustomAttributes.
- getCustomAttributes() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
Getter for CustomAttributes.
- getCustomAttributes() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
Getter for CustomAttributes.
- getCustomAttributeUsageCount() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for CustomAttributeUsageCount.
- getCustomAttributeValues() - Method in class com.squareup.square.models.CatalogObject
-
Getter for CustomAttributeValues.
- getCustomer() - Method in class com.squareup.square.models.CreateCustomerResponse
-
Getter for Customer.
- getCustomer() - Method in class com.squareup.square.models.RetrieveCustomerResponse
-
Getter for Customer.
- getCustomer() - Method in class com.squareup.square.models.UpdateCustomerResponse
-
Getter for Customer.
- getCustomerCardId() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for CustomerCardId.
- getCustomerCustomAttributesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CustomerCustomAttributesApi.
- getCustomerCustomAttributesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to CustomerCustomAttributes controller.
- getCustomerDetails() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for CustomerDetails.
- getCustomerFilter() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Getter for CustomerFilter.
- getCustomerGroupIdsAny() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for CustomerGroupIdsAny.
- getCustomerGroupsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CustomerGroupsApi.
- getCustomerGroupsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to CustomerGroups controller.
- getCustomerId() - Method in class com.squareup.square.models.Booking
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.BookingCreatorDetails
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.Card
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.ListCardsRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.Order
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.Payment
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.SaveCardOptions
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.Subscription
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.Tender
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest
-
Getter for CustomerId.
- getCustomerIds() - Method in class com.squareup.square.models.GiftCard
-
Getter for CustomerIds.
- getCustomerIds() - Method in class com.squareup.square.models.InvoiceFilter
-
Getter for CustomerIds.
- getCustomerIds() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Getter for CustomerIds.
- getCustomerIds() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter
-
Getter for CustomerIds.
- getCustomerIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Getter for CustomerIds.
- getCustomerInitiated() - Method in class com.squareup.square.models.CustomerDetails
-
Getter for CustomerInitiated.
- getCustomerNote() - Method in class com.squareup.square.models.Booking
-
Getter for CustomerNote.
- getCustomerNotesEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for CustomerNotesEnabled.
- getCustomers() - Method in class com.squareup.square.models.ListCustomersResponse
-
Getter for Customers.
- getCustomers() - Method in class com.squareup.square.models.SearchCustomersResponse
-
Getter for Customers.
- getCustomersApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CustomersApi.
- getCustomersApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Customers controller.
- getCustomerSegmentsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of CustomerSegmentsApi.
- getCustomerSegmentsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to CustomerSegments controller.
- getCustomerTimezoneChoice() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for CustomerTimezoneChoice.
- getCustomFields() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for CustomFields.
- getCustomFields() - Method in class com.squareup.square.models.Invoice
-
Getter for CustomFields.
- getCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Getter for CustomName.
- getCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Getter for CustomName.
- getCustomTipField() - Method in class com.squareup.square.models.TipSettings
-
Getter for CustomTipField.
- getCustomUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for CustomUnit.
- getCustomUrl() - Method in interface com.squareup.square.Configuration
-
Sets the base URL requests are made to.
- getCustomUrl() - Method in class com.squareup.square.SquareClient
-
Sets the base URL requests are made to.
- getCvvStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for CvvStatus.
- getData() - Method in exception com.squareup.square.exceptions.ApiException
-
Returns data about the steps that completed successfully before an error was raised.
- getData() - Method in class com.squareup.square.models.Event
-
Getter for Data.
- getData() - Method in class com.squareup.square.models.SignatureImage
-
Getter for Data.
- getDataCollectionOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for DataCollectionOptions.
- getDate() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Date.
- getDateRange() - Method in class com.squareup.square.models.ShiftWorkday
-
Getter for DateRange.
- getDateTimeFilter() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Getter for DateTimeFilter.
- getDateTimeFilter() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Getter for DateTimeFilter.
- getDayOfWeek() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Getter for DayOfWeek.
- getDayOfWeek() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Getter for DayOfWeek.
- getDeactivateActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for DeactivateActivityDetails.
- getDeadlineDuration() - Method in class com.squareup.square.models.TerminalAction
-
Getter for DeadlineDuration.
- getDeadlineDuration() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for DeadlineDuration.
- getDeadlineDuration() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for DeadlineDuration.
- getDebitable() - Method in class com.squareup.square.models.BankAccount
-
Getter for Debitable.
- getDebitMandateReferenceId() - Method in class com.squareup.square.models.BankAccount
-
Getter for DebitMandateReferenceId.
- getDecision() - Method in class com.squareup.square.models.ConfirmationOptions
-
Getter for Decision.
- getDeclaredCashTipMoney() - Method in class com.squareup.square.models.Shift
-
Getter for DeclaredCashTipMoney.
- getDefaultPercent() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Getter for DefaultPercent.
- getDefaultSmartTip() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Getter for DefaultSmartTip.
- getDefaultTimezone() - Method in class com.squareup.square.models.ShiftWorkday
-
Getter for DefaultTimezone.
- getDefinition() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for Definition.
- getDefinition() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for Definition.
- getDelayAction() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for DelayAction.
- getDelayAction() - Method in class com.squareup.square.models.Payment
-
Getter for DelayAction.
- getDelayAction() - Method in class com.squareup.square.models.PaymentOptions
-
Getter for DelayAction.
- getDelayCapture() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for DelayCapture.
- getDelayDuration() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for DelayDuration.
- getDelayDuration() - Method in class com.squareup.square.models.Payment
-
Getter for DelayDuration.
- getDelayDuration() - Method in class com.squareup.square.models.PaymentOptions
-
Getter for DelayDuration.
- getDelayedUntil() - Method in class com.squareup.square.models.Payment
-
Getter for DelayedUntil.
- getDeleted() - Method in class com.squareup.square.models.EventData
-
Getter for Deleted.
- getDeletedAt() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
Getter for DeletedAt.
- getDeletedAt() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
Getter for DeletedAt.
- getDeletedObjectIds() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
Getter for DeletedObjectIds.
- getDeletedObjectIds() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
Getter for DeletedObjectIds.
- getDeleteReward() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for DeleteReward.
- getDeliverAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for DeliverAt.
- getDeliverAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for DeliverAt.
- getDeliveredAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for DeliveredAt.
- getDeliveredAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for DeliveredAt.
- getDeliveryDetails() - Method in class com.squareup.square.models.Fulfillment
-
Getter for DeliveryDetails.
- getDeliveryDetails() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for DeliveryDetails.
- getDeliveryMethod() - Method in class com.squareup.square.models.Invoice
-
Getter for DeliveryMethod.
- getDeliveryWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for DeliveryWindowDuration.
- getDeliveryWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for DeliveryWindowDuration.
- getDescription() - Method in class com.squareup.square.models.AdditionalRecipient
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CatalogItemOption
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.Invoice
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.Location
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.PaymentLink
-
Getter for Description.
- getDescription() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for Description.
- getDescriptionHtml() - Method in class com.squareup.square.models.CatalogItem
-
Getter for DescriptionHtml.
- getDescriptionPlaintext() - Method in class com.squareup.square.models.CatalogItem
-
Getter for DescriptionPlaintext.
- getDestination() - Method in class com.squareup.square.models.Payout
-
Getter for Destination.
- getDestinationDetails() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for DestinationDetails.
- getDestinationId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for DestinationId.
- getDestinationType() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for DestinationType.
- getDetail() - Method in class com.squareup.square.models.Error
-
Getter for Detail.
- getDetail() - Method in class com.squareup.square.models.SubscriptionEventInfo
-
Getter for Detail.
- getDevice(String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Retrieves Device with the associated `device_id`.
- getDevice(String) - Method in interface com.squareup.square.api.DevicesApi
-
Retrieves Device with the associated `device_id`.
- getDevice() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for Device.
- getDevice() - Method in class com.squareup.square.models.GetDeviceResponse
-
Getter for Device.
- getDevice() - Method in class com.squareup.square.models.V1Payment
-
Getter for Device.
- getDeviceAsync(String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Retrieves Device with the associated `device_id`.
- getDeviceAsync(String) - Method in interface com.squareup.square.api.DevicesApi
-
Retrieves Device with the associated `device_id`.
- getDeviceCode(String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Retrieves DeviceCode with the associated ID.
- getDeviceCode(String) - Method in interface com.squareup.square.api.DevicesApi
-
Retrieves DeviceCode with the associated ID.
- getDeviceCode() - Method in class com.squareup.square.models.CreateDeviceCodeRequest
-
Getter for DeviceCode.
- getDeviceCode() - Method in class com.squareup.square.models.CreateDeviceCodeResponse
-
Getter for DeviceCode.
- getDeviceCode() - Method in class com.squareup.square.models.GetDeviceCodeResponse
-
Getter for DeviceCode.
- getDeviceCodeAsync(String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Retrieves DeviceCode with the associated ID.
- getDeviceCodeAsync(String) - Method in interface com.squareup.square.api.DevicesApi
-
Retrieves DeviceCode with the associated ID.
- getDeviceCodeId() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Getter for DeviceCodeId.
- GetDeviceCodeResponse - Class in com.squareup.square.models
-
This is a model class for GetDeviceCodeResponse type.
- GetDeviceCodeResponse(List<Error>, DeviceCode) - Constructor for class com.squareup.square.models.GetDeviceCodeResponse
-
Initialization constructor.
- GetDeviceCodeResponse.Builder - Class in com.squareup.square.models
-
- getDeviceCodes() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
Getter for DeviceCodes.
- getDeviceDetails() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for DeviceDetails.
- getDeviceDetails() - Method in class com.squareup.square.models.Payment
-
Getter for DeviceDetails.
- getDeviceId() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.DeviceCode
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.DeviceDetails
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.TerminalAction
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for DeviceId.
- getDeviceId() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Getter for DeviceId.
- getDeviceInstallationId() - Method in class com.squareup.square.models.DeviceDetails
-
Getter for DeviceInstallationId.
- getDeviceMetadata() - Method in class com.squareup.square.models.TerminalAction
-
Getter for DeviceMetadata.
- getDeviceName() - Method in class com.squareup.square.models.DeviceDetails
-
Getter for DeviceName.
- getDeviceOptions() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for DeviceOptions.
- GetDeviceResponse - Class in com.squareup.square.models
-
This is a model class for GetDeviceResponse type.
- GetDeviceResponse(List<Error>, Device) - Constructor for class com.squareup.square.models.GetDeviceResponse
-
Initialization constructor.
- GetDeviceResponse.Builder - Class in com.squareup.square.models
-
- getDevices() - Method in class com.squareup.square.models.ListDevicesResponse
-
Getter for Devices.
- getDevicesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of DevicesApi.
- getDevicesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Devices controller.
- getDietaryPreferences() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Getter for DietaryPreferences.
- getDisagreeButtonText() - Method in class com.squareup.square.models.ConfirmationOptions
-
Getter for DisagreeButtonText.
- getDiscountCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Getter for DiscountCatalogObjectId.
- getDiscountData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for DiscountData.
- getDiscountId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for DiscountId.
- getDiscountId() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Getter for DiscountId.
- getDiscountIds() - Method in class com.squareup.square.models.SubscriptionPricing
-
Getter for DiscountIds.
- getDiscountMoney() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Getter for DiscountMoney.
- getDiscountMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for DiscountMoney.
- getDiscountMoney() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for DiscountMoney.
- getDiscounts() - Method in class com.squareup.square.models.Order
-
Getter for Discounts.
- getDiscounts() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Discounts.
- getDiscountType() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for DiscountType.
- getDiscountType() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for DiscountType.
- getDiscountUid() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
Getter for DiscountUid.
- getDiscountUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Getter for DiscountUid.
- getDisplayName() - Method in class com.squareup.square.models.CatalogItemOption
-
Getter for DisplayName.
- getDisplayName() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Getter for DisplayName.
- getDisplayName() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Getter for DisplayName.
- getDisplayName() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for DisplayName.
- getDispute() - Method in class com.squareup.square.models.AcceptDisputeResponse
-
Getter for Dispute.
- getDispute() - Method in class com.squareup.square.models.RetrieveDisputeResponse
-
Getter for Dispute.
- getDispute() - Method in class com.squareup.square.models.SubmitEvidenceResponse
-
Getter for Dispute.
- getDisputedPayment() - Method in class com.squareup.square.models.Dispute
-
Getter for DisputedPayment.
- getDisputeId() - Method in class com.squareup.square.models.Dispute
-
Getter for DisputeId.
- getDisputeId() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for DisputeId.
- getDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
Getter for DisputeId.
- getDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
Getter for DisputeId.
- getDisputes() - Method in class com.squareup.square.models.ListDisputesResponse
-
Getter for Disputes.
- getDisputesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of DisputesApi.
- getDisputesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Disputes controller.
- getDomain() - Method in class com.squareup.square.models.Site
-
Getter for Domain.
- getDomainName() - Method in class com.squareup.square.models.RegisterDomainRequest
-
Getter for DomainName.
- getDropoffNotes() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for DropoffNotes.
- getDropoffNotes() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for DropoffNotes.
- getDueAt() - Method in class com.squareup.square.models.Dispute
-
Getter for DueAt.
- getDueDate() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for DueDate.
- getDurationMinutes() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for DurationMinutes.
- getEcomSeoData() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for EcomSeoData.
- getEcomSeoData() - Method in class com.squareup.square.models.CatalogItem
-
Getter for EcomSeoData.
- getEffectiveAt() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for EffectiveAt.
- getEffectiveAt() - Method in class com.squareup.square.models.PayoutFee
-
Getter for EffectiveAt.
- getEffectiveAt() - Method in class com.squareup.square.models.ProcessingFee
-
Getter for EffectiveAt.
- getEffectiveDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Getter for EffectiveDate.
- getEffectiveDate() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for EffectiveDate.
- getEffectiveDate() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for EffectiveDate.
- getEligibleCategoryIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for EligibleCategoryIds.
- getEligibleForAutoAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Getter for EligibleForAutoAmounts.
- getEligibleItemIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for EligibleItemIds.
- getEmail() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Email.
- getEmail() - Method in class com.squareup.square.models.Employee
-
Getter for Email.
- getEmailAddress() - Method in class com.squareup.square.models.AfterpayDetails
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.ClearpayDetails
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.Customer
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.TeamMember
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for EmailAddress.
- getEmailAddress() - Method in class com.squareup.square.models.VendorContact
-
Getter for EmailAddress.
- getEmailUnsubscribed() - Method in class com.squareup.square.models.CustomerPreferences
-
Getter for EmailUnsubscribed.
- getEmployee() - Method in class com.squareup.square.models.RetrieveEmployeeResponse
-
Getter for Employee.
- getEmployeeId() - Method in class com.squareup.square.models.EmployeeWage
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.Payment
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.Shift
-
Getter for EmployeeId.
- getEmployeeId() - Method in class com.squareup.square.models.V1Tender
-
Getter for EmployeeId.
- getEmployeeIds() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for EmployeeIds.
- getEmployees() - Method in class com.squareup.square.models.ListEmployeesResponse
-
Getter for Employees.
- getEmployeesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of EmployeesApi.
- getEmployeesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Employees controller.
- getEmployeeWage(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deprecated.
- getEmployeeWage(String) - Method in interface com.squareup.square.api.LaborApi
-
Deprecated.
- getEmployeeWage() - Method in class com.squareup.square.models.GetEmployeeWageResponse
-
Getter for EmployeeWage.
- getEmployeeWageAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deprecated.
- getEmployeeWageAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Deprecated.
- GetEmployeeWageResponse - Class in com.squareup.square.models
-
This is a model class for GetEmployeeWageResponse type.
- GetEmployeeWageResponse(EmployeeWage, List<Error>) - Constructor for class com.squareup.square.models.GetEmployeeWageResponse
-
Initialization constructor.
- GetEmployeeWageResponse.Builder - Class in com.squareup.square.models
-
- getEmployeeWages() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
Getter for EmployeeWages.
- getEnableCoupon() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for EnableCoupon.
- getEnabled() - Method in class com.squareup.square.models.Card
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.CatalogTax
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
Getter for Enabled.
- getEnabled() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for Enabled.
- getEnabledLocationIds() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for EnabledLocationIds.
- getEnableLoyalty() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for EnableLoyalty.
- getEnd() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for End.
- getEndAt() - Method in class com.squareup.square.models.Break
-
Getter for EndAt.
- getEndAt() - Method in class com.squareup.square.models.FloatNumberRange
-
Getter for EndAt.
- getEndAt() - Method in class com.squareup.square.models.Shift
-
Getter for EndAt.
- getEndAt() - Method in class com.squareup.square.models.TimeRange
-
Getter for EndAt.
- getEndDate() - Method in class com.squareup.square.models.DateRange
-
Getter for EndDate.
- getEndDate() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
Getter for EndDate.
- getEndedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for EndedAt.
- getEndedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for EndedAt.
- getEndingTeamMemberId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for EndingTeamMemberId.
- getEndLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Getter for EndLocalTime.
- getEndLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Getter for EndLocalTime.
- getEndTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListRefundsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Getter for EndTime.
- getEndTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for EndTime.
- getEndToEndId() - Method in class com.squareup.square.models.Payout
-
Getter for EndToEndId.
- getEnforceUniqueness() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
Getter for EnforceUniqueness.
- getEnrolledAt() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for EnrolledAt.
- getEntries() - Method in class com.squareup.square.models.Fulfillment
-
Getter for Entries.
- getEntries() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for Entries.
- getEntries() - Method in class com.squareup.square.models.V1Settlement
-
Getter for Entries.
- getEntryMethod() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for EntryMethod.
- getEntryMethod() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Getter for EntryMethod.
- getEntryMethod() - Method in class com.squareup.square.models.TenderCardDetails
-
Getter for EntryMethod.
- getEntryMethod() - Method in class com.squareup.square.models.V1Tender
-
Getter for EntryMethod.
- getEnvironment() - Method in interface com.squareup.square.Configuration
-
Current API environment.
- getEnvironment() - Method in class com.squareup.square.SquareClient
-
Current API environment.
- getErrors() - Method in exception com.squareup.square.exceptions.ApiException
-
Getter for the list of errors.
- getErrors() - Method in class com.squareup.square.models.AcceptDisputeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.AddGroupToCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkSwapPlanResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CalculateOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelBookingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelPaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelTerminalActionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CancelTerminalRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CaptureTransactionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CatalogInfoResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ChargeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CloneOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CompletePaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateBookingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateBreakTypeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCatalogImageResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCheckoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCustomerCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCustomerGroupResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateDeviceCodeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateGiftCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateLocationResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreatePaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateShiftResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateTeamMemberResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateTerminalActionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateTerminalRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateVendorResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteBreakTypeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCustomerCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCustomerGroupResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteDisputeEvidenceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteInvoiceAttachmentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteShiftResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteSnippetResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteWebhookSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DisableCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DismissTerminalActionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DismissTerminalRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetBankAccountResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetBreakTypeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetDeviceCodeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetDeviceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetEmployeeWageResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetPaymentRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetPaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetPayoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetShiftResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetTeamMemberWageResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetTerminalActionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.GetTerminalRefundResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListBookingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCardsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCatalogResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListCustomersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListDevicesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListDisputesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListEmployeesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListInvoicesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLocationsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListMerchantsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListPaymentsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListPayoutsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListRefundsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListSitesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListTransactionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.PayOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.PublishInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RefundPaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RegisterDomainResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RemoveGroupFromCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveBookingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveDisputeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveEmployeeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveGiftCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLocationResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveMerchantResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveSnippetResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveTransactionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveVendorResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveWageSettingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.RevokeTokenResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchAvailabilityResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchCustomersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchOrdersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchShiftsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SearchVendorsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SnippetResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SquareAccountDetails
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SubmitEvidenceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.SwapPlanResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateBookingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateBreakTypeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateCatalogImageResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateCustomerResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateItemTaxesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateLocationResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateOrderResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdatePaymentResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateShiftResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateTeamMemberResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateVendorResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateWageSettingResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertSnippetResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.V1Order
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.VoidTransactionResponse
-
Getter for Errors.
- getEsNif() - Method in class com.squareup.square.models.TaxIds
-
Getter for EsNif.
- getEthernetDetails() - Method in class com.squareup.square.models.Component
-
Getter for EthernetDetails.
- getEuVat() - Method in class com.squareup.square.models.CustomerTaxIds
-
Getter for EuVat.
- getEuVat() - Method in class com.squareup.square.models.InvoiceRecipientTaxIds
-
Getter for EuVat.
- getEuVat() - Method in class com.squareup.square.models.TaxIds
-
Getter for EuVat.
- getEvent() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
Getter for Event.
- getEvent() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse
-
Getter for Event.
- getEvent() - Method in class com.squareup.square.models.CatalogTimePeriod
-
Getter for Event.
- getEvent() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
Getter for Event.
- getEventId() - Method in class com.squareup.square.models.Event
-
Getter for EventId.
- getEventMoney() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for EventMoney.
- getEvents() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
Getter for Events.
- getEvents() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
Getter for Events.
- getEventType() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for EventType.
- getEventType() - Method in class com.squareup.square.models.EventTypeMetadata
-
Getter for EventType.
- getEventType() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest
-
Getter for EventType.
- getEventTypes() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
Getter for EventTypes.
- getEventTypes() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for EventTypes.
- getEvidence() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
Getter for Evidence.
- getEvidence() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
Getter for Evidence.
- getEvidence() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse
-
Getter for Evidence.
- getEvidence() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse
-
Getter for Evidence.
- getEvidence() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
Getter for Evidence.
- getEvidence() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
Getter for Evidence.
- getEvidenceFile() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for EvidenceFile.
- getEvidenceId() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for EvidenceId.
- getEvidenceIds() - Method in class com.squareup.square.models.Dispute
-
Getter for EvidenceIds.
- getEvidenceText() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
Getter for EvidenceText.
- getEvidenceText() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
Getter for EvidenceText.
- getEvidenceText() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for EvidenceText.
- getEvidenceType() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
Getter for EvidenceType.
- getEvidenceType() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
Getter for EvidenceType.
- getEvidenceType() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Getter for EvidenceType.
- getEvidenceType() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
Getter for EvidenceType.
- getEvidenceType() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for EvidenceType.
- getExact() - Method in class com.squareup.square.models.CustomerTextFilter
-
Getter for Exact.
- getExactQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for ExactQuery.
- getExcludedCategoryIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Getter for ExcludedCategoryIds.
- getExcludedItemVariationIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Getter for ExcludedItemVariationIds.
- getExcludeProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ExcludeProductsId.
- getExcludeStrategy() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ExcludeStrategy.
- getExpectedCashMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for ExpectedCashMoney.
- getExpectedCashMoney() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for ExpectedCashMoney.
- getExpectedDuration() - Method in class com.squareup.square.models.Break
-
Getter for ExpectedDuration.
- getExpectedDuration() - Method in class com.squareup.square.models.BreakType
-
Getter for ExpectedDuration.
- getExpectedShippedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for ExpectedShippedAt.
- getExpectedShippedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for ExpectedShippedAt.
- getExpirationDuration() - Method in class com.squareup.square.models.LoyaltyProgramExpirationPolicy
-
Getter for ExpirationDuration.
- getExpirationPolicy() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for ExpirationPolicy.
- getExpiredAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for ExpiredAt.
- getExpiredAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for ExpiredAt.
- getExpirePoints() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for ExpirePoints.
- getExpiresAt() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Getter for ExpiresAt.
- getExpiresAt() - Method in class com.squareup.square.models.V1Order
-
Getter for ExpiresAt.
- getExpiringPointDeadlines() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for ExpiringPointDeadlines.
- getExpMonth() - Method in class com.squareup.square.models.Card
-
Getter for ExpMonth.
- getExpYear() - Method in class com.squareup.square.models.Card
-
Getter for ExpYear.
- getExternalDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for ExternalDeliveryId.
- getExternalDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for ExternalDeliveryId.
- getExternalDetails() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for ExternalDetails.
- getExternalDetails() - Method in class com.squareup.square.models.Payment
-
Getter for ExternalDetails.
- getExternalPower() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Getter for ExternalPower.
- getFacebookUrl() - Method in class com.squareup.square.models.Location
-
Getter for FacebookUrl.
- getFailedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for FailedAt.
- getFailedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for FailedAt.
- getFailureReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for FailureReason.
- getFailureReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for FailureReason.
- getFamilyName() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for FamilyName.
- getFamilyName() - Method in class com.squareup.square.models.Customer
-
Getter for FamilyName.
- getFamilyName() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for FamilyName.
- getFamilyName() - Method in class com.squareup.square.models.TeamMember
-
Getter for FamilyName.
- getFamilyName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for FamilyName.
- getFeeAmountMoney() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for FeeAmountMoney.
- getFeeId() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for FeeId.
- getFeeMoney() - Method in class com.squareup.square.models.V1SettlementEntry
-
Getter for FeeMoney.
- getField() - Method in class com.squareup.square.models.CustomerSort
-
Getter for Field.
- getField() - Method in class com.squareup.square.models.Error
-
Getter for Field.
- getField() - Method in class com.squareup.square.models.InvoiceSort
-
Getter for Field.
- getField() - Method in class com.squareup.square.models.SearchVendorsRequestSort
-
Getter for Field.
- getField() - Method in class com.squareup.square.models.ShiftSort
-
Getter for Field.
- getFieldsToClear() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Getter for FieldsToClear.
- getFieldsToClear() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Getter for FieldsToClear.
- getFile() - Method in class com.squareup.square.utilities.FileWrapper
-
Getter for file.
- getFilename() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Getter for Filename.
- getFilename() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for Filename.
- getFilesize() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for Filesize.
- getFiletype() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Getter for Filetype.
- getFilter() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.CustomerQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.InvoiceQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.LoyaltyEventQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.SearchAvailabilityQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.SearchOrdersQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.SearchSubscriptionsQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.SearchTeamMembersQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.SearchVendorsRequest
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.ShiftQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.TerminalActionQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.TerminalCheckoutQuery
-
Getter for Filter.
- getFilter() - Method in class com.squareup.square.models.TerminalRefundQuery
-
Getter for Filter.
- getFilters() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters
-
Getter for Filters.
- getFingerprint() - Method in class com.squareup.square.models.BankAccount
-
Getter for Fingerprint.
- getFingerprint() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for Fingerprint.
- getFingerprint() - Method in class com.squareup.square.models.Card
-
Getter for Fingerprint.
- getFirstName() - Method in class com.squareup.square.models.Address
-
Getter for FirstName.
- getFirstName() - Method in class com.squareup.square.models.Employee
-
Getter for FirstName.
- getFixedAmountRequestedMoney() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for FixedAmountRequestedMoney.
- getFixedDiscountMoney() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for FixedDiscountMoney.
- getFoodAndBeverageDetails() - Method in class com.squareup.square.models.CatalogItem
-
Getter for FoodAndBeverageDetails.
- getFrNaf() - Method in class com.squareup.square.models.TaxIds
-
Getter for FrNaf.
- getFromLocationId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for FromLocationId.
- getFromState() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for FromState.
- getFromState() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
Getter for FromState.
- getFrSiret() - Method in class com.squareup.square.models.TaxIds
-
Getter for FrSiret.
- getFulfillmentFilter() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Getter for FulfillmentFilter.
- getFulfillments() - Method in class com.squareup.square.models.Order
-
Getter for Fulfillments.
- getFulfillmentStates() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Getter for FulfillmentStates.
- getFulfillmentTypes() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Getter for FulfillmentTypes.
- getFulfillmentUid() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
Getter for FulfillmentUid.
- getFulfillmentUpdate() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for FulfillmentUpdate.
- getFullFormatLogoUrl() - Method in class com.squareup.square.models.Location
-
Getter for FullFormatLogoUrl.
- getFuzzy() - Method in class com.squareup.square.models.CustomerTextFilter
-
Getter for Fuzzy.
- getGan() - Method in class com.squareup.square.models.GiftCard
-
Getter for Gan.
- getGan() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANRequest
-
Getter for Gan.
- getGanSource() - Method in class com.squareup.square.models.GiftCard
-
Getter for GanSource.
- getGenericUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for GenericUnit.
- getGiftCard() - Method in class com.squareup.square.models.CreateGiftCardRequest
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.CreateGiftCardResponse
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.RetrieveGiftCardResponse
-
Getter for GiftCard.
- getGiftCard() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
Getter for GiftCard.
- getGiftCardActivities() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
Getter for GiftCardActivities.
- getGiftCardActivitiesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of GiftCardActivitiesApi.
- getGiftCardActivitiesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to GiftCardActivities controller.
- getGiftCardActivity() - Method in class com.squareup.square.models.CreateGiftCardActivityRequest
-
Getter for GiftCardActivity.
- getGiftCardActivity() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse
-
Getter for GiftCardActivity.
- getGiftCardBalanceMoney() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for GiftCardBalanceMoney.
- getGiftCardGan() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for GiftCardGan.
- getGiftCardId() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for GiftCardId.
- getGiftCardId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for GiftCardId.
- getGiftCards() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
Getter for GiftCards.
- getGiftCardsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of GiftCardsApi.
- getGiftCardsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to GiftCards controller.
- getGivenName() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for GivenName.
- getGivenName() - Method in class com.squareup.square.models.Customer
-
Getter for GivenName.
- getGivenName() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for GivenName.
- getGivenName() - Method in class com.squareup.square.models.TeamMember
-
Getter for GivenName.
- getGivenName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for GivenName.
- getGlobalConfiguration() - Method in class com.squareup.square.api.BaseApi
-
Instance of the Global Configuration
- getGoodsReceiptId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for GoodsReceiptId.
- getGooglePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Getter for GooglePay.
- getGooglePay() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Getter for GooglePay.
- getGrantType() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for GrantType.
- getGrossAmountMoney() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for GrossAmountMoney.
- getGrossReturnMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for GrossReturnMoney.
- getGrossSalesMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for GrossSalesMoney.
- getGrossSalesMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for GrossSalesMoney.
- getGrossSalesMoney() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for GrossSalesMoney.
- getGroup() - Method in class com.squareup.square.models.CreateCustomerGroupRequest
-
Getter for Group.
- getGroup() - Method in class com.squareup.square.models.CreateCustomerGroupResponse
-
Getter for Group.
- getGroup() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse
-
Getter for Group.
- getGroup() - Method in class com.squareup.square.models.UpdateCustomerGroupRequest
-
Getter for Group.
- getGroup() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse
-
Getter for Group.
- getGroupIds() - Method in class com.squareup.square.models.Customer
-
Getter for GroupIds.
- getGroupIds() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for GroupIds.
- getGroups() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
Getter for Groups.
- getHasAgreed() - Method in class com.squareup.square.models.ConfirmationDecision
-
Getter for HasAgreed.
- getHash() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for Hash.
- getHeaders() - Method in class com.squareup.square.http.request.HttpRequest
-
Headers for the http request.
- getHeaders() - Method in class com.squareup.square.http.response.HttpResponse
-
Headers of the http response.
- getHeaderType() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Getter for HeaderType.
- getHolderName() - Method in class com.squareup.square.models.BankAccount
-
Getter for HolderName.
- getHourlyRate() - Method in class com.squareup.square.models.EmployeeWage
-
Getter for HourlyRate.
- getHourlyRate() - Method in class com.squareup.square.models.JobAssignment
-
Getter for HourlyRate.
- getHourlyRate() - Method in class com.squareup.square.models.ShiftWage
-
Getter for HourlyRate.
- getHourlyRate() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for HourlyRate.
- getHttpCallback() - Method in class com.squareup.square.api.BaseApi
-
Get httpCallback associated with this controller.
- getHttpClientConfig() - Method in interface com.squareup.square.Configuration
-
Http Client Configuration instance.
- getHttpClientConfig() - Method in class com.squareup.square.SquareClient
-
Http Client Configuration instance.
- getHttpClientInstance() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
The OkHttpClient instance used to make the HTTP calls.
- getHttpClientInstance() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
The OkHttpClient instance used to make the HTTP calls.
- getHttpMethod() - Method in class com.squareup.square.http.request.HttpRequest
-
HttpMethod for the http request.
- getHttpMethodsToRetry() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Http methods to retry against.
- getHttpMethodsToRetry() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
Http methods to retry against.
- getHttpStatusCodesToRetry() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Http status codes to retry against.
- getHttpStatusCodesToRetry() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
Http status codes to retry against.
- getId() - Method in class com.squareup.square.models.BankAccount
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Booking
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Break
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.BreakType
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Card
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CashDrawerDevice
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CatalogObject
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CatalogObjectCategory
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Checkout
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Customer
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CustomerGroup
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.CustomerSegment
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Destination
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Device
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.DeviceCode
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Dispute
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Employee
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.EmployeeWage
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.EventData
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.GiftCard
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Invoice
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Location
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Merchant
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Order
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.OrderReward
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Payment
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.PaymentLink
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Payout
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Refund
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Shift
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Site
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Snippet
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Subscription
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.TeamMember
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Tender
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.TerminalAction
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Transaction
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.V1Device
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.V1Order
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.V1Payment
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.V1Settlement
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.V1Tender
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.Vendor
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.VendorContact
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for Id.
- getId() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for Id.
- getIdempotencyKey() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CancelBookingRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CloneOrderRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateBookingRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateBreakTypeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCardRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCustomerGroupRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateDeviceCodeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateGiftCardActivityRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateGiftCardRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateInvoiceRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateOrderRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateRefundRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateShiftRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateTeamMemberRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateTerminalActionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateTerminalRefundRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateVendorRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.PayOrderRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.PublishInvoiceRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateCatalogImageRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdatePaymentRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateVendorRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertCatalogObjectRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Getter for IdempotencyKey.
- getIdMappings() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Getter for IdMappings.
- getIdMappings() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
Getter for IdMappings.
- getIdToken() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for IdToken.
- getIgnoreUnchangedCounts() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Getter for IgnoreUnchangedCounts.
- getImage() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
Getter for Image.
- getImage() - Method in class com.squareup.square.models.CreateCatalogImageResponse
-
Getter for Image.
- getImage() - Method in class com.squareup.square.models.UpdateCatalogImageResponse
-
Getter for Image.
- getImageData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ImageData.
- getImageId() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for ImageId.
- getImageIds() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for ImageIds.
- getImageIds() - Method in class com.squareup.square.models.CatalogItem
-
Getter for ImageIds.
- getImageIds() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for ImageIds.
- getImageIds() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for ImageIds.
- getImageType() - Method in class com.squareup.square.models.SignatureImage
-
Getter for ImageType.
- getImportActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for ImportActivityDetails.
- getImportReversalActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for ImportReversalActivityDetails.
- getIncentive() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for Incentive.
- getInclude() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest
-
Getter for Include.
- getInclude() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
Getter for Include.
- getIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Getter for IncludeCategoryPathToRoot.
- getIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Getter for IncludeCategoryPathToRoot.
- getIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for IncludeCategoryPathToRoot.
- getIncludeDeletedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Getter for IncludeDeletedObjects.
- getIncludeDeletedObjects() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for IncludeDeletedObjects.
- getIncludeDisabled() - Method in class com.squareup.square.models.ListCardsRequest
-
Getter for IncludeDisabled.
- getIncludeDisabled() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Getter for IncludeDisabled.
- getIncludePartial() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for IncludePartial.
- getIncludeRelatedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Getter for IncludeRelatedObjects.
- getIncludeRelatedObjects() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Getter for IncludeRelatedObjects.
- getIncludeRelatedObjects() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for IncludeRelatedObjects.
- getInclusionType() - Method in class com.squareup.square.models.CatalogTax
-
Getter for InclusionType.
- getInclusionType() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for InclusionType.
- getInclusiveTax() - Method in class com.squareup.square.models.V1Payment
-
Getter for InclusiveTax.
- getInclusiveTaxMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for InclusiveTaxMoney.
- getInfo() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for Info.
- getIngredients() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Getter for Ingredients.
- getInitialAttributeValue() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
Getter for InitialAttributeValue.
- getInitiatedAt() - Method in class com.squareup.square.models.V1Settlement
-
Getter for InitiatedAt.
- getInProgressAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for InProgressAt.
- getInProgressAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for InProgressAt.
- getInProgressAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for InProgressAt.
- getInProgressAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for InProgressAt.
- getInputText() - Method in class com.squareup.square.models.CollectedData
-
Getter for InputText.
- getInputType() - Method in class com.squareup.square.models.DataCollectionOptions
-
Getter for InputType.
- getInstagramUsername() - Method in class com.squareup.square.models.Location
-
Getter for InstagramUsername.
- getIntermissionMinutes() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for IntermissionMinutes.
- getInterval() - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit
-
Getter for Interval.
- getInventoryAlertThreshold() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for InventoryAlertThreshold.
- getInventoryAlertThreshold() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for InventoryAlertThreshold.
- getInventoryAlertType() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for InventoryAlertType.
- getInventoryAlertType() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for InventoryAlertType.
- getInventoryApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of InventoryApi.
- getInventoryApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Inventory controller.
- getInvoice(String) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Retrieves an invoice by invoice ID.
- getInvoice(String) - Method in interface com.squareup.square.api.InvoicesApi
-
Retrieves an invoice by invoice ID.
- getInvoice() - Method in class com.squareup.square.models.CancelInvoiceResponse
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.CreateInvoiceRequest
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.GetInvoiceResponse
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.PublishInvoiceResponse
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Getter for Invoice.
- getInvoice() - Method in class com.squareup.square.models.UpdateInvoiceResponse
-
Getter for Invoice.
- getInvoiceAsync(String) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Retrieves an invoice by invoice ID.
- getInvoiceAsync(String) - Method in interface com.squareup.square.api.InvoicesApi
-
Retrieves an invoice by invoice ID.
- getInvoiceIds() - Method in class com.squareup.square.models.Subscription
-
Getter for InvoiceIds.
- getInvoiceNumber() - Method in class com.squareup.square.models.Invoice
-
Getter for InvoiceNumber.
- GetInvoiceResponse - Class in com.squareup.square.models
-
This is a model class for GetInvoiceResponse type.
- GetInvoiceResponse(Invoice, List<Error>) - Constructor for class com.squareup.square.models.GetInvoiceResponse
-
Initialization constructor.
- GetInvoiceResponse.Builder - Class in com.squareup.square.models
-
- getInvoices() - Method in class com.squareup.square.models.ListInvoicesResponse
-
Getter for Invoices.
- getInvoices() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
Getter for Invoices.
- getInvoicesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of InvoicesApi.
- getInvoicesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Invoices controller.
- getIpAddress() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for IpAddress.
- getIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Getter for IpAddressV4.
- getIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
Getter for IpAddressV4.
- getIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Getter for IpAddressV4.
- getIsArchived() - Method in class com.squareup.square.models.CatalogItem
-
Getter for IsArchived.
- getIsBookable() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for IsBookable.
- getIsCurbsidePickup() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for IsCurbsidePickup.
- getIsCurbsidePickup() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for IsCurbsidePickup.
- getIsDeleted() - Method in class com.squareup.square.models.CatalogObject
-
Getter for IsDeleted.
- getIsDuplicate() - Method in class com.squareup.square.models.ReceiptOptions
-
Getter for IsDuplicate.
- getIsEstimated() - Method in class com.squareup.square.models.InventoryCount
-
Getter for IsEstimated.
- getIsExchange() - Method in class com.squareup.square.models.V1Refund
-
Getter for IsExchange.
- getIsExchange() - Method in class com.squareup.square.models.V1Tender
-
Getter for IsExchange.
- getIsNoContactDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for IsNoContactDelivery.
- getIsNoContactDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for IsNoContactDelivery.
- getIsOvertimeExempt() - Method in class com.squareup.square.models.WageSetting
-
Getter for IsOvertimeExempt.
- getIsOwner() - Method in class com.squareup.square.models.Employee
-
Getter for IsOwner.
- getIsOwner() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Getter for IsOwner.
- getIsOwner() - Method in class com.squareup.square.models.TeamMember
-
Getter for IsOwner.
- getIsPaid() - Method in class com.squareup.square.models.Break
-
Getter for IsPaid.
- getIsPaid() - Method in class com.squareup.square.models.BreakType
-
Getter for IsPaid.
- getIsPartial() - Method in class com.squareup.square.models.V1Payment
-
Getter for IsPartial.
- getIsPrimary() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
Getter for IsPrimary.
- getIsPublished() - Method in class com.squareup.square.models.Site
-
Getter for IsPublished.
- getIsTopLevel() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for IsTopLevel.
- getItemData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ItemData.
- getItemDetail() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for ItemDetail.
- getItemEligibilityRange() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
Getter for ItemEligibilityRange.
- getItemId() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for ItemId.
- getItemId() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Getter for ItemId.
- getItemIds() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Getter for ItemIds.
- getItemIds() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Getter for ItemIds.
- getItemizations() - Method in class com.squareup.square.models.V1Payment
-
Getter for Itemizations.
- getItemizationType() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for ItemizationType.
- getItemOptionData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ItemOptionData.
- getItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionForItem
-
Getter for ItemOptionId.
- getItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Getter for ItemOptionId.
- getItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Getter for ItemOptionId.
- getItemOptionIds() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
Getter for ItemOptionIds.
- getItemOptions() - Method in class com.squareup.square.models.CatalogItem
-
Getter for ItemOptions.
- getItemOptionValueData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ItemOptionValueData.
- getItemOptionValueId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Getter for ItemOptionValueId.
- getItemOptionValueIds() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
Getter for ItemOptionValueIds.
- getItemOptionValues() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for ItemOptionValues.
- getItems() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
Getter for Items.
- getItems() - Method in class com.squareup.square.models.V1ListOrdersResponse
-
Getter for Items.
- getItems() - Method in class com.squareup.square.models.V1ListPaymentsResponse
-
Getter for Items.
- getItems() - Method in class com.squareup.square.models.V1ListRefundsResponse
-
Getter for Items.
- getItems() - Method in class com.squareup.square.models.V1ListSettlementsResponse
-
Getter for Items.
- getItemsForItemOptionsQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for ItemsForItemOptionsQuery.
- getItemsForModifierListQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for ItemsForModifierListQuery.
- getItemsForTaxQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for ItemsForTaxQuery.
- getItemType() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for ItemType.
- getItemType() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for ItemType.
- getItemVariationData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ItemVariationData.
- getItemVariationData() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for ItemVariationData.
- getItemVariationId() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData
-
Getter for ItemVariationId.
- getItemVariationId() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Getter for ItemVariationId.
- getItemVariationName() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for ItemVariationName.
- getItemVariationsForItemOptionValuesQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for ItemVariationsForItemOptionValuesQuery.
- getJobAssignments() - Method in class com.squareup.square.models.WageSetting
-
Getter for JobAssignments.
- getJobId() - Method in class com.squareup.square.models.ShiftWage
-
Getter for JobId.
- getJobId() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for JobId.
- getJobTitle() - Method in class com.squareup.square.models.JobAssignment
-
Getter for JobTitle.
- getJpQii() - Method in class com.squareup.square.models.TaxIds
-
Getter for JpQii.
- getKey() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for Key.
- getKey() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter
-
Getter for Key.
- getKeywords() - Method in class com.squareup.square.models.CatalogQueryText
-
Getter for Keywords.
- getLabel() - Method in class com.squareup.square.models.InvoiceCustomField
-
Getter for Label.
- getLabelColor() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for LabelColor.
- getLabelColor() - Method in class com.squareup.square.models.CatalogItem
-
Getter for LabelColor.
- getLaborApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of LaborApi.
- getLaborApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Labor controller.
- getLanguageCode() - Method in class com.squareup.square.models.Location
-
Getter for LanguageCode.
- getLanguageCode() - Method in class com.squareup.square.models.Merchant
-
Getter for LanguageCode.
- getLanguageCode() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
Getter for LanguageCode.
- getLast4() - Method in class com.squareup.square.models.Card
-
Getter for Last4.
- getLast4() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for Last4.
- getLastName() - Method in class com.squareup.square.models.Address
-
Getter for LastName.
- getLastName() - Method in class com.squareup.square.models.Employee
-
Getter for LastName.
- getLatestTime() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Getter for LatestTime.
- getLatitude() - Method in class com.squareup.square.models.Coordinates
-
Getter for Latitude.
- getLengthUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for LengthUnit.
- getLifetimePoints() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for LifetimePoints.
- getLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListCustomersRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListDevicesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchCustomersRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchInvoicesRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchShiftsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchTeamMembersRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchTerminalActionsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Getter for Limit.
- getLimit() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for Limit.
- getLimits() - Method in class com.squareup.square.models.CatalogInfoResponse
-
Getter for Limits.
- getLineItemApplication() - Method in class com.squareup.square.models.Fulfillment
-
Getter for LineItemApplication.
- getLineItemApplication() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for LineItemApplication.
- getLineItems() - Method in class com.squareup.square.models.Order
-
Getter for LineItems.
- getLineItemUid() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Getter for LineItemUid.
- getLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Getter for LineItemUid.
- getLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Getter for LineItemUid.
- getLineItemUid() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Getter for LineItemUid.
- getLoadActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for LoadActivityDetails.
- getLocality() - Method in class com.squareup.square.models.Address
-
Getter for Locality.
- getLocation() - Method in class com.squareup.square.models.CreateLocationRequest
-
Getter for Location.
- getLocation() - Method in class com.squareup.square.models.CreateLocationResponse
-
Getter for Location.
- getLocation() - Method in class com.squareup.square.models.RetrieveLocationResponse
-
Getter for Location.
- getLocation() - Method in class com.squareup.square.models.UpdateLocationRequest
-
Getter for Location.
- getLocation() - Method in class com.squareup.square.models.UpdateLocationResponse
-
Getter for Location.
- getLocationBookingProfile() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
Getter for LocationBookingProfile.
- getLocationBookingProfiles() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
Getter for LocationBookingProfiles.
- getLocationCustomAttributesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of LocationCustomAttributesApi.
- getLocationCustomAttributesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to LocationCustomAttributes controller.
- getLocationFilter() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Getter for LocationFilter.
- getLocationId() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.AdditionalRecipient
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Availability
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BankAccount
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Booking
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BreakType
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BulkSwapPlanRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CatalogV1Id
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CreateGiftCardRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.DeviceCode
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Dispute
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Event
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.InventoryCount
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Invoice
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListDevicesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListDisputesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.LocationBookingProfile
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Order
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.OrderCreated
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.OrderEntry
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Payment
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Payout
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.QuickPay
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Refund
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftRequest
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Shift
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Subscription
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Tender
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.TerminalAction
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.Transaction
-
Getter for LocationId.
- getLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.Employee
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.InvoiceFilter
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.LoyaltyEventLocationFilter
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for LocationIds.
- getLocationIds() - Method in class com.squareup.square.models.TeamMemberAssignedLocations
-
Getter for LocationIds.
- getLocationOverrides() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for LocationOverrides.
- getLocationOverrides() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for LocationOverrides.
- getLocations() - Method in class com.squareup.square.models.ListLocationsResponse
-
Getter for Locations.
- getLocationsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of LocationsApi.
- getLocationsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Locations controller.
- getLocationSettings() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse
-
Getter for LocationSettings.
- getLocationSettings() - Method in class com.squareup.square.models.UpdateLocationSettingsRequest
-
Getter for LocationSettings.
- getLocationSettings() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse
-
Getter for LocationSettings.
- getLocationType() - Method in class com.squareup.square.models.Booking
-
Getter for LocationType.
- getLocationTypes() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for LocationTypes.
- getLogoUrl() - Method in class com.squareup.square.models.Location
-
Getter for LogoUrl.
- getLongitude() - Method in class com.squareup.square.models.Coordinates
-
Getter for Longitude.
- getLongUrl() - Method in class com.squareup.square.models.PaymentLink
-
Getter for LongUrl.
- getLoyaltyAccount() - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest
-
Getter for LoyaltyAccount.
- getLoyaltyAccount() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse
-
Getter for LoyaltyAccount.
- getLoyaltyAccount() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
Getter for LoyaltyAccount.
- getLoyaltyAccountFilter() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Getter for LoyaltyAccountFilter.
- getLoyaltyAccountId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Getter for LoyaltyAccountId.
- getLoyaltyAccountId() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for LoyaltyAccountId.
- getLoyaltyAccountId() - Method in class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter
-
Getter for LoyaltyAccountId.
- getLoyaltyAccountId() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for LoyaltyAccountId.
- getLoyaltyAccountId() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery
-
Getter for LoyaltyAccountId.
- getLoyaltyAccounts() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
Getter for LoyaltyAccounts.
- getLoyaltyApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of LoyaltyApi.
- getLoyaltyApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Loyalty controller.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventCreateReward
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventExpirePoints
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventOther
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward
-
Getter for LoyaltyProgramId.
- getLoyaltyProgramId() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for LoyaltyProgramId.
- getLoyaltyPromotion() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
Getter for LoyaltyPromotion.
- getLoyaltyPromotion() - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest
-
Getter for LoyaltyPromotion.
- getLoyaltyPromotion() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
Getter for LoyaltyPromotion.
- getLoyaltyPromotion() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
Getter for LoyaltyPromotion.
- getLoyaltyPromotionId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Getter for LoyaltyPromotionId.
- getLoyaltyPromotions() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
Getter for LoyaltyPromotions.
- getMainLocationId() - Method in class com.squareup.square.models.Merchant
-
Getter for MainLocationId.
- getManagedDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for ManagedDelivery.
- getManagedDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for ManagedDelivery.
- getManufacturer() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for Manufacturer.
- getManufacturersId() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for ManufacturersId.
- getMapping() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for Mapping.
- getMappings() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Getter for Mappings.
- getMatchedVariationIds() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
Getter for MatchedVariationIds.
- getMatchProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for MatchProductsId.
- getMatchShiftsBy() - Method in class com.squareup.square.models.ShiftWorkday
-
Getter for MatchShiftsBy.
- getMax() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
-
Getter for Max.
- getMax() - Method in class com.squareup.square.models.Range
-
Getter for Max.
- getMaxAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Getter for MaxAllowedSelections.
- getMaxAppointmentsPerDayLimit() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MaxAppointmentsPerDayLimit.
- getMaxAppointmentsPerDayLimitType() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MaxAppointmentsPerDayLimitType.
- getMaxBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MaxBookingLeadTimeSeconds.
- getMaxDiscountMoney() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for MaxDiscountMoney.
- getMaximumAmountMoney() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for MaximumAmountMoney.
- getMaximumRetryWaitTime() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
The maximum wait time for overall retrying requests.
- getMaximumRetryWaitTime() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
The maximum wait time for overall retrying requests.
- getMaxSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Getter for MaxSelectedModifiers.
- getMBoolean() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for MBoolean.
- getMcc() - Method in class com.squareup.square.models.Location
-
Getter for Mcc.
- getMeasurementUnit() - Method in class com.squareup.square.models.CatalogMeasurementUnit
-
Getter for MeasurementUnit.
- getMeasurementUnit() - Method in class com.squareup.square.models.InventoryChange
-
Getter for MeasurementUnit.
- getMeasurementUnit() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Getter for MeasurementUnit.
- getMeasurementUnitData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for MeasurementUnitData.
- getMeasurementUnitId() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for MeasurementUnitId.
- getMeasurementUnitId() - Method in class com.squareup.square.models.InventoryChange
-
Getter for MeasurementUnitId.
- getMerchant() - Method in class com.squareup.square.models.ListMerchantsResponse
-
Getter for Merchant.
- getMerchant() - Method in class com.squareup.square.models.RetrieveMerchantResponse
-
Getter for Merchant.
- getMerchantCustomAttributesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of MerchantCustomAttributesApi.
- getMerchantCustomAttributesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to MerchantCustomAttributes controller.
- getMerchantId() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.Card
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.Event
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.Location
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.V1Payment
-
Getter for MerchantId.
- getMerchantId() - Method in class com.squareup.square.models.V1Refund
-
Getter for MerchantId.
- getMerchantsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of MerchantsApi.
- getMerchantsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Merchants controller.
- getMerchantSettings() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
Getter for MerchantSettings.
- getMerchantSettings() - Method in class com.squareup.square.models.UpdateMerchantSettingsRequest
-
Getter for MerchantSettings.
- getMerchantSettings() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse
-
Getter for MerchantSettings.
- getMerchantSupportEmail() - Method in class com.squareup.square.models.Checkout
-
Getter for MerchantSupportEmail.
- getMerchantSupportEmail() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for MerchantSupportEmail.
- getMerchantSupportEmail() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for MerchantSupportEmail.
- getMerchantToken() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for MerchantToken.
- getMessage() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for Message.
- getMetadata() - Method in class com.squareup.square.models.Fulfillment
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.Order
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Metadata.
- getMetadata() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Metadata.
- getMigrationToken() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for MigrationToken.
- getMimeType() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for MimeType.
- getMin() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
-
Getter for Min.
- getMin() - Method in class com.squareup.square.models.Range
-
Getter for Min.
- getMinBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MinBookingLeadTimeSeconds.
- getMinimumAmountMoney() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData
-
Getter for MinimumAmountMoney.
- getMinimumOrderSubtotalMoney() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for MinimumOrderSubtotalMoney.
- getMinimumSpendAmountMoney() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for MinimumSpendAmountMoney.
- getMinSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Getter for MinSelectedModifiers.
- getMobileAuthorizationApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of MobileAuthorizationApi.
- getMobileAuthorizationApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to MobileAuthorization controller.
- getModel() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for Model.
- getModifierData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ModifierData.
- getModifierId() - Method in class com.squareup.square.models.CatalogModifierOverride
-
Getter for ModifierId.
- getModifierListData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ModifierListData.
- getModifierListId() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Getter for ModifierListId.
- getModifierListId() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for ModifierListId.
- getModifierListIds() - Method in class com.squareup.square.models.CatalogQueryItemsForModifierList
-
Getter for ModifierListIds.
- getModifierListInfo() - Method in class com.squareup.square.models.CatalogItem
-
Getter for ModifierListInfo.
- getModifierListsToDisable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Getter for ModifierListsToDisable.
- getModifierListsToEnable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Getter for ModifierListsToEnable.
- getModifierOptionId() - Method in class com.squareup.square.models.V1PaymentModifier
-
Getter for ModifierOptionId.
- getModifierOverrides() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Getter for ModifierOverrides.
- getModifiers() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for Modifiers.
- getModifiers() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Modifiers.
- getModifiers() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Modifiers.
- getModifyTaxBasis() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for ModifyTaxBasis.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for MonthlyBillingAnchorDate.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Getter for MonthlyBillingAnchorDate.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for MonthlyBillingAnchorDate.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.Subscription
-
Getter for MonthlyBillingAnchorDate.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for MonthlyBillingAnchorDate.
- getMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for MonthlyBillingAnchorDate.
- getMultipleServiceBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MultipleServiceBookingEnabled.
- getMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Getter for Multiplier.
- getName() - Method in class com.squareup.square.models.Break
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CashDrawerDevice
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogImage
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogItemOption
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CatalogTax
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CustomerGroup
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.CustomerSegment
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.DeviceCode
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.Location
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.MeasurementUnitCustom
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.OrderSource
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.QuickPay
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.ShippingFee
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.SourceApplication
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.StandardUnitDescription
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.SubscriptionSource
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1Device
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1PaymentModifier
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.V1Tender
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.Vendor
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.VendorContact
-
Getter for Name.
- getName() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for Name.
- getNetAmountDueMoney() - Method in class com.squareup.square.models.Order
-
Getter for NetAmountDueMoney.
- getNetAmountMoney() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for NetAmountMoney.
- getNetAmounts() - Method in class com.squareup.square.models.Order
-
Getter for NetAmounts.
- getNetSalesMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for NetSalesMoney.
- getNetSalesMoney() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for NetSalesMoney.
- getNetTotalMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for NetTotalMoney.
- getNetworkConnectionType() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for NetworkConnectionType.
- getNewPlanVariationId() - Method in class com.squareup.square.models.BulkSwapPlanRequest
-
Getter for NewPlanVariationId.
- getNewPlanVariationId() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for NewPlanVariationId.
- getNewPlanVariationId() - Method in class com.squareup.square.models.SwapPlanRequest
-
Getter for NewPlanVariationId.
- getNewState() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
Getter for NewState.
- getNextPaymentAmountMoney() - Method in class com.squareup.square.models.Invoice
-
Getter for NextPaymentAmountMoney.
- getNickname() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for Nickname.
- getNickname() - Method in class com.squareup.square.models.Customer
-
Getter for Nickname.
- getNickname() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for Nickname.
- getNonce() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceRequest
-
Getter for Nonce.
- getNone() - Method in class com.squareup.square.models.FilterValue
-
Getter for None.
- getNonstockableQuantity() - Method in class com.squareup.square.models.CatalogStockConversion
-
Getter for NonstockableQuantity.
- getNote() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.Customer
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.Payment
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.Tender
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for Note.
- getNote() - Method in class com.squareup.square.models.Vendor
-
Getter for Note.
- getNotes() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Notes.
- getNotificationUrl() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for NotificationUrl.
- getNumber() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Number.
- getNumber() - Method in class com.squareup.square.models.V1PhoneNumber
-
Getter for Number.
- getNumberConfig() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for NumberConfig.
- getNumberFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for NumberFilter.
- getNumberOfRetries() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
The number of retries to make.
- getNumberOfRetries() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
The number of retries to make.
- getNumberValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for NumberValue.
- getOAuthApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of OAuthApi.
- getOAuthApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to OAuth controller.
- getObject() - Method in class com.squareup.square.models.EventData
-
Getter for Object.
- getObject() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
Getter for Object.
- getObject() - Method in class com.squareup.square.models.UpsertCatalogObjectRequest
-
Getter for Object.
- getObjectId() - Method in class com.squareup.square.models.CatalogIdMapping
-
Getter for ObjectId.
- getObjectId() - Method in class com.squareup.square.models.CatalogObjectReference
-
Getter for ObjectId.
- getObjectId() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
Getter for ObjectId.
- getObjectIds() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
Getter for ObjectIds.
- getObjectIds() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Getter for ObjectIds.
- getObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
Getter for Objects.
- getObjects() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Getter for Objects.
- getObjects() - Method in class com.squareup.square.models.CatalogObjectBatch
-
Getter for Objects.
- getObjects() - Method in class com.squareup.square.models.ListCatalogResponse
-
Getter for Objects.
- getObjects() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Getter for Objects.
- getObjectTypes() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for ObjectTypes.
- getOccurredAt() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for OccurredAt.
- getOccurredAt() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for OccurredAt.
- getOccurredAt() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for OccurredAt.
- getOldPlanVariationId() - Method in class com.squareup.square.models.BulkSwapPlanRequest
-
Getter for OldPlanVariationId.
- getOldState() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
Getter for OldState.
- getOnByDefault() - Method in class com.squareup.square.models.CatalogModifierOverride
-
Getter for OnByDefault.
- getOne() - Method in class com.squareup.square.models.LoyaltyProgramTerminology
-
Getter for One.
- getOnlineBookingEnabled() - Method in class com.squareup.square.models.LocationBookingProfile
-
Getter for OnlineBookingEnabled.
- getOnlineVisibility() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for OnlineVisibility.
- getOpenedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for OpenedAt.
- getOpenedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for OpenedAt.
- getOpenedCashMoney() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for OpenedCashMoney.
- getOpenedCashMoney() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for OpenedCashMoney.
- getOpeningTeamMemberId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for OpeningTeamMemberId.
- getOption() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Getter for Option.
- getOptions() - Method in class com.squareup.square.models.SelectOptions
-
Getter for Options.
- getOrder() - Method in class com.squareup.square.models.CalculateOrderRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CalculateOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.Checkout
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CloneOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CreateOrderRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CreateOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.CustomerSort
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.InvoiceSort
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.PayOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.RetrieveOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.SearchVendorsRequestSort
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.ShiftSort
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.UpdateOrderResponse
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Getter for Order.
- getOrder() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for Order.
- getOrderCreated() - Method in class com.squareup.square.models.OrderCreatedObject
-
Getter for OrderCreated.
- getOrderCustomAttributesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of OrderCustomAttributesApi.
- getOrderCustomAttributesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to OrderCustomAttributes controller.
- getOrderEligibilityRange() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
Getter for OrderEligibilityRange.
- getOrderEntries() - Method in class com.squareup.square.models.SearchOrdersResponse
-
Getter for OrderEntries.
- getOrderFilter() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Getter for OrderFilter.
- getOrderFulfillmentUpdated() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedObject
-
Getter for OrderFulfillmentUpdated.
- getOrderHistory() - Method in class com.squareup.square.models.V1Order
-
Getter for OrderHistory.
- getOrderId() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.CloneOrderRequest
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.Invoice
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.LoyaltyEventOrderFilter
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.OrderCreated
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.OrderEntry
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.Payment
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.PaymentLink
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for OrderId.
- getOrderId() - Method in class com.squareup.square.models.Transaction
-
Getter for OrderId.
- getOrderIds() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Getter for OrderIds.
- getOrders() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse
-
Getter for Orders.
- getOrders() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Getter for Orders.
- getOrders() - Method in class com.squareup.square.models.SearchOrdersResponse
-
Getter for Orders.
- getOrdersApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of OrdersApi.
- getOrdersApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Orders controller.
- getOrderTemplateId() - Method in class com.squareup.square.models.Phase
-
Getter for OrderTemplateId.
- getOrderTemplateId() - Method in class com.squareup.square.models.PhaseInput
-
Getter for OrderTemplateId.
- getOrderUpdated() - Method in class com.squareup.square.models.OrderUpdatedObject
-
Getter for OrderUpdated.
- getOrderValue() - Method in class com.squareup.square.models.PaginationCursor
-
Getter for OrderValue.
- getOrderVersion() - Method in class com.squareup.square.models.PayOrderRequest
-
Getter for OrderVersion.
- getOrdinal() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.CatalogObjectCategory
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.Phase
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.PhaseInput
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Ordinal.
- getOrdinal() - Method in class com.squareup.square.models.VendorContact
-
Getter for Ordinal.
- getOsVersion() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for OsVersion.
- getOther() - Method in class com.squareup.square.models.LoyaltyProgramTerminology
-
Getter for Other.
- getOtherEvent() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for OtherEvent.
- getPackagedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for PackagedAt.
- getPackagedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for PackagedAt.
- getPageDescription() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Getter for PageDescription.
- getPageTitle() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Getter for PageTitle.
- getPairBy() - Method in class com.squareup.square.models.DeviceCode
-
Getter for PairBy.
- getPairedAt() - Method in class com.squareup.square.models.DeviceCode
-
Getter for PairedAt.
- getPanSuffix() - Method in class com.squareup.square.models.V1Tender
-
Getter for PanSuffix.
- getParameters() - Method in class com.squareup.square.http.request.HttpRequest
-
Parameters for the http request.
- getParentCategory() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for ParentCategory.
- getPathToRoot() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for PathToRoot.
- getPauseCycleDuration() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Getter for PauseCycleDuration.
- getPauseEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Getter for PauseEffectiveDate.
- getPauseReason() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Getter for PauseReason.
- getPayload() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Getter for Payload.
- getPayment(String) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Retrieves details for a specific payment.
- getPayment(String) - Method in interface com.squareup.square.api.PaymentsApi
-
Retrieves details for a specific payment.
- getPayment() - Method in class com.squareup.square.models.CancelPaymentResponse
-
Getter for Payment.
- getPayment() - Method in class com.squareup.square.models.CompletePaymentResponse
-
Getter for Payment.
- getPayment() - Method in class com.squareup.square.models.CreatePaymentResponse
-
Getter for Payment.
- getPayment() - Method in class com.squareup.square.models.GetPaymentResponse
-
Getter for Payment.
- getPayment() - Method in class com.squareup.square.models.UpdatePaymentRequest
-
Getter for Payment.
- getPayment() - Method in class com.squareup.square.models.UpdatePaymentResponse
-
Getter for Payment.
- getPaymentAsync(String) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Retrieves details for a specific payment.
- getPaymentAsync(String) - Method in interface com.squareup.square.api.PaymentsApi
-
Retrieves details for a specific payment.
- getPaymentConditions() - Method in class com.squareup.square.models.Invoice
-
Getter for PaymentConditions.
- getPaymentId() - Method in class com.squareup.square.models.DisputedPayment
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.ReceiptOptions
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.Tender
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.V1Order
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.V1Refund
-
Getter for PaymentId.
- getPaymentId() - Method in class com.squareup.square.models.V1SettlementEntry
-
Getter for PaymentId.
- getPaymentIds() - Method in class com.squareup.square.models.PayOrderRequest
-
Getter for PaymentIds.
- getPaymentIds() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for PaymentIds.
- getPaymentLink() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
Getter for PaymentLink.
- getPaymentLink() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse
-
Getter for PaymentLink.
- getPaymentLink() - Method in class com.squareup.square.models.UpdatePaymentLinkRequest
-
Getter for PaymentLink.
- getPaymentLink() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse
-
Getter for PaymentLink.
- getPaymentLinks() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
Getter for PaymentLinks.
- getPaymentMethods() - Method in class com.squareup.square.models.CheckoutMerchantSettings
-
Getter for PaymentMethods.
- getPaymentNote() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for PaymentNote.
- getPaymentNote() - Method in class com.squareup.square.models.PaymentLink
-
Getter for PaymentNote.
- getPaymentNote() - Method in class com.squareup.square.models.V1Tender
-
Getter for PaymentNote.
- getPaymentOptions() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for PaymentOptions.
- getPaymentRefund(String) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Retrieves a specific refund using the `refund_id`.
- getPaymentRefund(String) - Method in interface com.squareup.square.api.RefundsApi
-
Retrieves a specific refund using the `refund_id`.
- getPaymentRefundAsync(String) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Retrieves a specific refund using the `refund_id`.
- getPaymentRefundAsync(String) - Method in interface com.squareup.square.api.RefundsApi
-
Retrieves a specific refund using the `refund_id`.
- GetPaymentRefundResponse - Class in com.squareup.square.models
-
This is a model class for GetPaymentRefundResponse type.
- GetPaymentRefundResponse(List<Error>, PaymentRefund) - Constructor for class com.squareup.square.models.GetPaymentRefundResponse
-
Initialization constructor.
- GetPaymentRefundResponse.Builder - Class in com.squareup.square.models
-
- getPaymentRegion() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for PaymentRegion.
- getPaymentRequests() - Method in class com.squareup.square.models.Invoice
-
Getter for PaymentRequests.
- GetPaymentResponse - Class in com.squareup.square.models
-
This is a model class for GetPaymentResponse type.
- GetPaymentResponse(List<Error>, Payment) - Constructor for class com.squareup.square.models.GetPaymentResponse
-
Initialization constructor.
- GetPaymentResponse.Builder - Class in com.squareup.square.models
-
- getPayments() - Method in class com.squareup.square.models.ListPaymentsResponse
-
Getter for Payments.
- getPaymentsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of PaymentsApi.
- getPaymentsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Payments controller.
- getPaymentSourceToken() - Method in class com.squareup.square.models.SquareAccountDetails
-
Getter for PaymentSourceToken.
- getPaymentType() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for PaymentType.
- getPaymentUrl() - Method in class com.squareup.square.models.V1Payment
-
Getter for PaymentUrl.
- getPaymentVersionToken() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for PaymentVersionToken.
- getPayout(String) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves details of a specific payout identified by a payout ID.
- getPayout(String) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves details of a specific payout identified by a payout ID.
- getPayout() - Method in class com.squareup.square.models.GetPayoutResponse
-
Getter for Payout.
- getPayoutAsync(String) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves details of a specific payout identified by a payout ID.
- getPayoutAsync(String) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves details of a specific payout identified by a payout ID.
- getPayoutEntries() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
Getter for PayoutEntries.
- getPayoutFee() - Method in class com.squareup.square.models.Payout
-
Getter for PayoutFee.
- getPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
Getter for PayoutId.
- getPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
Getter for PayoutId.
- getPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail
-
Getter for PayoutId.
- getPayoutId() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for PayoutId.
- GetPayoutResponse - Class in com.squareup.square.models
-
This is a model class for GetPayoutResponse type.
- GetPayoutResponse(Payout, List<Error>) - Constructor for class com.squareup.square.models.GetPayoutResponse
-
Initialization constructor.
- GetPayoutResponse.Builder - Class in com.squareup.square.models
-
- getPayouts() - Method in class com.squareup.square.models.ListPayoutsResponse
-
Getter for Payouts.
- getPayoutsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of PayoutsApi.
- getPayoutsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Payouts controller.
- getPayType() - Method in class com.squareup.square.models.JobAssignment
-
Getter for PayType.
- getPercentage() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.CatalogTax
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for Percentage.
- getPercentage() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Percentage.
- getPercentageDiscount() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for PercentageDiscount.
- getPercentageRequested() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for PercentageRequested.
- getPercentages() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Getter for Percentages.
- getPeriods() - Method in class com.squareup.square.models.BusinessHours
-
Getter for Periods.
- getPeriods() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Periods.
- getPermalink() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Getter for Permalink.
- getPhases() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.Subscription
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for Phases.
- getPhases() - Method in class com.squareup.square.models.SwapPlanRequest
-
Getter for Phases.
- getPhone() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Phone.
- getPhoneNumber() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.Customer
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.Employee
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.Location
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.TeamMember
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for PhoneNumber.
- getPhoneNumber() - Method in class com.squareup.square.models.VendorContact
-
Getter for PhoneNumber.
- getPhotoStudioOrderId() - Method in class com.squareup.square.models.CatalogImage
-
Getter for PhotoStudioOrderId.
- getPhysicalCount() - Method in class com.squareup.square.models.InventoryChange
-
Getter for PhysicalCount.
- getPickedUpAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for PickedUpAt.
- getPickedUpAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PickedUpAt.
- getPickupAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for PickupAt.
- getPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PickupAt.
- getPickupDetails() - Method in class com.squareup.square.models.Fulfillment
-
Getter for PickupDetails.
- getPickupDetails() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for PickupDetails.
- getPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for PickupWindowDuration.
- getPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PickupWindowDuration.
- getPinRequired() - Method in class com.squareup.square.models.CatalogDiscount
-
Getter for PinRequired.
- getPlacedAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for PlacedAt.
- getPlacedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for PlacedAt.
- getPlacedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for PlacedAt.
- getPlacedAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for PlacedAt.
- getPlacedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PlacedAt.
- getPlacedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for PlacedAt.
- getPlacement() - Method in class com.squareup.square.models.InvoiceCustomField
-
Getter for Placement.
- getPlanId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for PlanId.
- getPlanId() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for PlanId.
- getPlanPhaseUid() - Method in class com.squareup.square.models.Phase
-
Getter for PlanPhaseUid.
- getPlanVariationId() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for PlanVariationId.
- getPlanVariationId() - Method in class com.squareup.square.models.Subscription
-
Getter for PlanVariationId.
- getPlanVariationId() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for PlanVariationId.
- getPoints() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventCreateReward
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventExpirePoints
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyEventOther
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for Points.
- getPoints() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for Points.
- getPointsAddition() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData
-
Getter for PointsAddition.
- getPointsAdditionData() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive
-
Getter for PointsAdditionData.
- getPointsMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Getter for PointsMultiplier.
- getPointsMultiplierData() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive
-
Getter for PointsMultiplierData.
- getPolicies() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for Policies.
- getPosBackgroundUrl() - Method in class com.squareup.square.models.Location
-
Getter for PosBackgroundUrl.
- getPostalCode() - Method in class com.squareup.square.models.Address
-
Getter for PostalCode.
- getPostalCode() - Method in class com.squareup.square.models.CustomerAddressFilter
-
Getter for PostalCode.
- getPrecision() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
Getter for Precision.
- getPrecision() - Method in class com.squareup.square.models.CatalogMeasurementUnit
-
Getter for Precision.
- getPrecision() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Getter for Precision.
- getPreferences() - Method in class com.squareup.square.models.Customer
-
Getter for Preferences.
- getPrefixQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for PrefixQuery.
- getPrepaidType() - Method in class com.squareup.square.models.Card
-
Getter for PrepaidType.
- getPrePopulateBuyerEmail() - Method in class com.squareup.square.models.Checkout
-
Getter for PrePopulateBuyerEmail.
- getPrePopulateBuyerEmail() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for PrePopulateBuyerEmail.
- getPrePopulatedData() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for PrePopulatedData.
- getPrePopulatedData() - Method in class com.squareup.square.models.PaymentLink
-
Getter for PrePopulatedData.
- getPrePopulateShippingAddress() - Method in class com.squareup.square.models.Checkout
-
Getter for PrePopulateShippingAddress.
- getPrePopulateShippingAddress() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for PrePopulateShippingAddress.
- getPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for PrepTimeDuration.
- getPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for PrepTimeDuration.
- getPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for PrepTimeDuration.
- getPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PrepTimeDuration.
- getPresentAtAllLocations() - Method in class com.squareup.square.models.CatalogObject
-
Getter for PresentAtAllLocations.
- getPresentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject
-
Getter for PresentAtLocationIds.
- getPriceMoney() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for PriceMoney.
- getPriceMoney() - Method in class com.squareup.square.models.CatalogModifier
-
Getter for PriceMoney.
- getPriceMoney() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for PriceMoney.
- getPriceMoney() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
Getter for PriceMoney.
- getPriceMoney() - Method in class com.squareup.square.models.QuickPay
-
Getter for PriceMoney.
- getPriceMoney() - Method in class com.squareup.square.models.SubscriptionPricing
-
Getter for PriceMoney.
- getPriceOverrideMoney() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for PriceOverrideMoney.
- getPriceOverrideMoney() - Method in class com.squareup.square.models.Subscription
-
Getter for PriceOverrideMoney.
- getPricing() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Pricing.
- getPricingBlocklists() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for PricingBlocklists.
- getPricingOptions() - Method in class com.squareup.square.models.Order
-
Getter for PricingOptions.
- getPricingRuleData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for PricingRuleData.
- getPricingRuleId() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for PricingRuleId.
- getPricingRuleReference() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Getter for PricingRuleReference.
- getPricingType() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for PricingType.
- getPricingType() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for PricingType.
- getPrimaryBankIdentificationNumber() - Method in class com.squareup.square.models.BankAccount
-
Getter for PrimaryBankIdentificationNumber.
- getPrimaryRecipient() - Method in class com.squareup.square.models.Invoice
-
Getter for PrimaryRecipient.
- getPrintOnly() - Method in class com.squareup.square.models.ReceiptOptions
-
Getter for PrintOnly.
- getProcessedAt() - Method in class com.squareup.square.models.V1Refund
-
Getter for ProcessedAt.
- getProcessingFee() - Method in class com.squareup.square.models.Payment
-
Getter for ProcessingFee.
- getProcessingFee() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for ProcessingFee.
- getProcessingFeeMoney() - Method in class com.squareup.square.models.Refund
-
Getter for ProcessingFeeMoney.
- getProcessingFeeMoney() - Method in class com.squareup.square.models.Tender
-
Getter for ProcessingFeeMoney.
- getProcessingFeeMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for ProcessingFeeMoney.
- getProduct() - Method in class com.squareup.square.models.SourceApplication
-
Getter for Product.
- getProduct() - Method in class com.squareup.square.models.Transaction
-
Getter for Product.
- getProductIdsAll() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for ProductIdsAll.
- getProductIdsAny() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for ProductIdsAny.
- getProductSetData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ProductSetData.
- getProductType() - Method in class com.squareup.square.models.CatalogItem
-
Getter for ProductType.
- getProductType() - Method in class com.squareup.square.models.DeviceCode
-
Getter for ProductType.
- getProductType() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Getter for ProductType.
- getProductTypes() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for ProductTypes.
- getProfileImageUrl() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for ProfileImageUrl.
- getProgram() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
Getter for Program.
- getProgramId() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for ProgramId.
- getPrograms() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse
-
Getter for Programs.
- getPromoCode() - Method in class com.squareup.square.models.V1Order
-
Getter for PromoCode.
- getPromotionPoints() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
Getter for PromotionPoints.
- getProposedRewards() - Method in class com.squareup.square.models.CalculateOrderRequest
-
Getter for ProposedRewards.
- getPublicUrl() - Method in class com.squareup.square.models.Invoice
-
Getter for PublicUrl.
- getPurchaseOrderId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for PurchaseOrderId.
- getQrCodeOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for QrCodeOptions.
- getQualifyingCategoryIds() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for QualifyingCategoryIds.
- getQualifyingItemVariationIds() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for QualifyingItemVariationIds.
- getQuantity() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.InventoryCount
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.QuantityRatio
-
Getter for Quantity.
- getQuantity() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Quantity.
- getQuantityDenominator() - Method in class com.squareup.square.models.QuantityRatio
-
Getter for QuantityDenominator.
- getQuantityExact() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for QuantityExact.
- getQuantityMax() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for QuantityMax.
- getQuantityMin() - Method in class com.squareup.square.models.CatalogProductSet
-
Getter for QuantityMin.
- getQuantityUnit() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for QuantityUnit.
- getQuantityUnit() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for QuantityUnit.
- getQuery() - Method in class com.squareup.square.models.SearchAvailabilityRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchCustomersRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchInvoicesRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchShiftsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchTeamMembersRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchTerminalActionsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
Getter for Query.
- getQuery() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest
-
Getter for Query.
- getQueryParameters() - Method in class com.squareup.square.http.request.HttpRequest
-
Query parameters for the http request.
- getQueryUrl() - Method in class com.squareup.square.http.request.HttpRequest
-
Query url for the http request.
- getQuickAmountsSettingsData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for QuickAmountsSettingsData.
- getQuickPay() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Getter for QuickPay.
- getRangeQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for RangeQuery.
- getRate() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for Rate.
- getRate() - Method in class com.squareup.square.models.V1PaymentTax
-
Getter for Rate.
- getRawBody() - Method in class com.squareup.square.http.response.HttpResponse
-
Raw body of the http response.
- getRawBodyString() - Method in class com.squareup.square.http.response.HttpResponse
-
String representation for raw body of the http response.
- getReadyAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for ReadyAt.
- getReadyAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for ReadyAt.
- getReadyAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for ReadyAt.
- getReadyAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for ReadyAt.
- getReason() - Method in class com.squareup.square.models.CreateRefundRequest
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.Dispute
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityBlock
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityClearBalance
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityDeactivate
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.GiftCardActivityUnblock
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.Refund
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Getter for Reason.
- getReason() - Method in class com.squareup.square.models.V1Refund
-
Getter for Reason.
- getReceiptNumber() - Method in class com.squareup.square.models.Payment
-
Getter for ReceiptNumber.
- getReceiptOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for ReceiptOptions.
- getReceiptUrl() - Method in class com.squareup.square.models.Payment
-
Getter for ReceiptUrl.
- getReceiptUrl() - Method in class com.squareup.square.models.V1Payment
-
Getter for ReceiptUrl.
- getReceiptUrl() - Method in class com.squareup.square.models.V1Tender
-
Getter for ReceiptUrl.
- getReceivableId() - Method in class com.squareup.square.models.AdditionalRecipient
-
Getter for ReceivableId.
- getRecipient() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for Recipient.
- getRecipient() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for Recipient.
- getRecipient() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for Recipient.
- getRecipient() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for Recipient.
- getRecipient() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for Recipient.
- getRecipient() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for Recipient.
- getRecipientName() - Method in class com.squareup.square.models.V1Order
-
Getter for RecipientName.
- getRecipientPhoneNumber() - Method in class com.squareup.square.models.V1Order
-
Getter for RecipientPhoneNumber.
- getRecurringPriceMoney() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for RecurringPriceMoney.
- getRedeemActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for RedeemActivityDetails.
- getRedeemActivityId() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Getter for RedeemActivityId.
- getRedeemedAt() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for RedeemedAt.
- getRedeemReward() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for RedeemReward.
- getRedirectUri() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for RedirectUri.
- getRedirectUrl() - Method in class com.squareup.square.models.Checkout
-
Getter for RedirectUrl.
- getRedirectUrl() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for RedirectUrl.
- getRedirectUrl() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Getter for RedirectUrl.
- getReferenceId() - Method in class com.squareup.square.models.BankAccount
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.Card
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.Customer
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.ListCardsRequest
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.Order
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.Payment
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.SaveCardOptions
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.SelectOption
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.TeamMember
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.Transaction
-
Getter for ReferenceId.
- getReferenceId() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for ReferenceId.
- getRefreshToken() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for RefreshToken.
- getRefreshToken() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for RefreshToken.
- getRefreshTokenExpiresAt() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for RefreshTokenExpiresAt.
- getRefund() - Method in class com.squareup.square.models.CancelTerminalRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.CreateRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.CreateTerminalRefundRequest
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.CreateTerminalRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.DismissTerminalRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.GetPaymentRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.GetTerminalRefundResponse
-
Getter for Refund.
- getRefund() - Method in class com.squareup.square.models.RefundPaymentResponse
-
Getter for Refund.
- getRefundActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for RefundActivityDetails.
- getRefundedAdditiveTax() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedAdditiveTax.
- getRefundedAdditiveTaxMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedAdditiveTaxMoney.
- getRefundedDiscountMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedDiscountMoney.
- getRefundedInclusiveTax() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedInclusiveTax.
- getRefundedInclusiveTaxMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedInclusiveTaxMoney.
- getRefundedMoney() - Method in class com.squareup.square.models.Payment
-
Getter for RefundedMoney.
- getRefundedMoney() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Getter for RefundedMoney.
- getRefundedMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for RefundedMoney.
- getRefundedMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedMoney.
- getRefundedMoney() - Method in class com.squareup.square.models.V1Tender
-
Getter for RefundedMoney.
- getRefundedNote() - Method in class com.squareup.square.models.V1Order
-
Getter for RefundedNote.
- getRefundedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for RefundedNote.
- getRefundedProcessingFeeMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedProcessingFeeMoney.
- getRefundedSurchargeMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedSurchargeMoney.
- getRefundedSurcharges() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedSurcharges.
- getRefundedTaxMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedTaxMoney.
- getRefundedTipMoney() - Method in class com.squareup.square.models.V1Refund
-
Getter for RefundedTipMoney.
- getRefundId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for RefundId.
- getRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Getter for RefundId.
- getRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
Getter for RefundId.
- getRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
Getter for RefundId.
- getRefundId() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for RefundId.
- getRefundIds() - Method in class com.squareup.square.models.Payment
-
Getter for RefundIds.
- getRefundRequiresCardPresence() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for RefundRequiresCardPresence.
- getRefunds() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
Getter for Refunds.
- getRefunds() - Method in class com.squareup.square.models.ListRefundsResponse
-
Getter for Refunds.
- getRefunds() - Method in class com.squareup.square.models.Order
-
Getter for Refunds.
- getRefunds() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
Getter for Refunds.
- getRefunds() - Method in class com.squareup.square.models.Transaction
-
Getter for Refunds.
- getRefunds() - Method in class com.squareup.square.models.V1Payment
-
Getter for Refunds.
- getRefundsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of RefundsApi.
- getRefundsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Refunds controller.
- getRejectedAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for RejectedAt.
- getRejectedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for RejectedAt.
- getRejectedAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for RejectedAt.
- getRejectedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for RejectedAt.
- getRelatedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
Getter for RelatedObjects.
- getRelatedObjects() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
Getter for RelatedObjects.
- getRelatedObjects() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Getter for RelatedObjects.
- getRelatedResources() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
Getter for RelatedResources.
- getRelativeScheduledDays() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for RelativeScheduledDays.
- getReleaseStatus() - Method in class com.squareup.square.models.EventTypeMetadata
-
Getter for ReleaseStatus.
- getReminders() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for Reminders.
- getRemoved() - Method in class com.squareup.square.models.VendorContact
-
Getter for Removed.
- getReportedAt() - Method in class com.squareup.square.models.Dispute
-
Getter for ReportedAt.
- getReportedDate() - Method in class com.squareup.square.models.Dispute
-
Getter for ReportedDate.
- getReportingCategory() - Method in class com.squareup.square.models.CatalogItem
-
Getter for ReportingCategory.
- getRequest() - Method in class com.squareup.square.http.client.HttpContext
-
Getter for the Http Request.
- getRequestIdempotenceKey() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Getter for RequestIdempotenceKey.
- getRequestMethod() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for RequestMethod.
- getRequestType() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for RequestType.
- getResourceIds() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for ResourceIds.
- getResponse() - Method in class com.squareup.square.http.client.HttpContext
-
Getter for the Http Response.
- getResponses() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
Getter for Responses.
- getResponses() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
Getter for Responses.
- getResponses() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse
-
Getter for Responses.
- getResumeChangeTiming() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Getter for ResumeChangeTiming.
- getResumeChangeTiming() - Method in class com.squareup.square.models.ResumeSubscriptionRequest
-
Getter for ResumeChangeTiming.
- getResumeEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Getter for ResumeEffectiveDate.
- getResumeEffectiveDate() - Method in class com.squareup.square.models.ResumeSubscriptionRequest
-
Getter for ResumeEffectiveDate.
- getRetryInterval() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getRetryInterval() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
To use in calculation of wait time for next request in case of failure.
- getReturnAmounts() - Method in class com.squareup.square.models.Order
-
Getter for ReturnAmounts.
- getReturnAmounts() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnAmounts.
- getReturnDiscounts() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnDiscounts.
- getReturnEntries() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Getter for ReturnEntries.
- getReturnLineItems() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnLineItems.
- getReturnModifiers() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for ReturnModifiers.
- getReturns() - Method in class com.squareup.square.models.Order
-
Getter for Returns.
- getReturnServiceCharges() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnServiceCharges.
- getReturnTaxes() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnTaxes.
- getReturnTips() - Method in class com.squareup.square.models.OrderReturn
-
Getter for ReturnTips.
- getRevokeOnlyAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Getter for RevokeOnlyAccessToken.
- getReward() - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest
-
Getter for Reward.
- getReward() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse
-
Getter for Reward.
- getReward() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
Getter for Reward.
- getRewardId() - Method in class com.squareup.square.models.LoyaltyEventCreateReward
-
Getter for RewardId.
- getRewardId() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward
-
Getter for RewardId.
- getRewardId() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward
-
Getter for RewardId.
- getRewardIds() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for RewardIds.
- getRewards() - Method in class com.squareup.square.models.Order
-
Getter for Rewards.
- getRewards() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
Getter for Rewards.
- getRewardTierId() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for RewardTierId.
- getRewardTierId() - Method in class com.squareup.square.models.OrderReward
-
Getter for RewardTierId.
- getRewardTiers() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for RewardTiers.
- getRiskEvaluation() - Method in class com.squareup.square.models.Payment
-
Getter for RiskEvaluation.
- getRiskLevel() - Method in class com.squareup.square.models.RiskEvaluation
-
Getter for RiskLevel.
- getRootAdjustmentId() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
Getter for RootAdjustmentId.
- getRootCategory() - Method in class com.squareup.square.models.CatalogCategory
-
Getter for RootCategory.
- getRoundingAdjustment() - Method in class com.squareup.square.models.Order
-
Getter for RoundingAdjustment.
- getRoundingAdjustment() - Method in class com.squareup.square.models.OrderReturn
-
Getter for RoundingAdjustment.
- getRoundingAdjustmentIncludedMoney() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for RoundingAdjustmentIncludedMoney.
- getRoutingNumber() - Method in class com.squareup.square.models.ACHDetails
-
Getter for RoutingNumber.
- getRule() - Method in class com.squareup.square.models.CustomerCreationSourceFilter
-
Getter for Rule.
- getSaleOrServiceDate() - Method in class com.squareup.square.models.Invoice
-
Getter for SaleOrServiceDate.
- getSaveCardOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for SaveCardOptions.
- getScheduledAt() - Method in class com.squareup.square.models.Invoice
-
Getter for ScheduledAt.
- getScheduleType() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for ScheduleType.
- getScheduleType() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Getter for ScheduleType.
- getScheduleType() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for ScheduleType.
- getScheduleType() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for ScheduleType.
- getSchema() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Schema.
- getScope() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for Scope.
- getScope() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Scope.
- getScopes() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for Scopes.
- getScopes() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Getter for Scopes.
- getScore() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Getter for Score.
- getSdkVersion() - Method in class com.squareup.square.SquareClient
-
Current SDK Version.
- getSdkVersion() - Method in interface com.squareup.square.SquareClientInterface
-
Current SDK Version.
- getSearchMaxPageLimit() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for SearchMaxPageLimit.
- getSecondaryBankIdentificationNumber() - Method in class com.squareup.square.models.BankAccount
-
Getter for SecondaryBankIdentificationNumber.
- getSecureConnection() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Getter for SecureConnection.
- getSegment() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
Getter for Segment.
- getSegmentFilters() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Getter for SegmentFilters.
- getSegmentIds() - Method in class com.squareup.square.models.Customer
-
Getter for SegmentIds.
- getSegmentIds() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for SegmentIds.
- getSegments() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
Getter for Segments.
- getSelectedOption() - Method in class com.squareup.square.models.SelectOptions
-
Getter for SelectedOption.
- getSelection() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Selection.
- getSelectionConfig() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for SelectionConfig.
- getSelectionType() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for SelectionType.
- getSelectionUidsFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for SelectionUidsFilter.
- getSelectionUidValues() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for SelectionUidValues.
- getSelectOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for SelectOptions.
- getSellable() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Sellable.
- getSellerId() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for SellerId.
- getSellerKeyedIn() - Method in class com.squareup.square.models.CustomerDetails
-
Getter for SellerKeyedIn.
- getSellerNote() - Method in class com.squareup.square.models.Booking
-
Getter for SellerNote.
- getSellerVisibility() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for SellerVisibility.
- getSentAt() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for SentAt.
- getSeparateTipScreen() - Method in class com.squareup.square.models.TipSettings
-
Getter for SeparateTipScreen.
- getSerialNumber() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for SerialNumber.
- getServiceChargeMoney() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Getter for ServiceChargeMoney.
- getServiceCharges() - Method in class com.squareup.square.models.Order
-
Getter for ServiceCharges.
- getServiceChargeUid() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
Getter for ServiceChargeUid.
- getServiceDuration() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for ServiceDuration.
- getServiceVariationId() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for ServiceVariationId.
- getServiceVariationId() - Method in class com.squareup.square.models.SegmentFilter
-
Getter for ServiceVariationId.
- getServiceVariationVersion() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for ServiceVariationVersion.
- getSessionLocation() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Getter for SessionLocation.
- getSetQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for SetQuery.
- getSettledAt() - Method in class com.squareup.square.models.V1Tender
-
Getter for SettledAt.
- getShift(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `Shift` specified by `id`.
- getShift(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `Shift` specified by `id`.
- getShift() - Method in class com.squareup.square.models.CreateShiftRequest
-
Getter for Shift.
- getShift() - Method in class com.squareup.square.models.CreateShiftResponse
-
Getter for Shift.
- getShift() - Method in class com.squareup.square.models.GetShiftResponse
-
Getter for Shift.
- getShift() - Method in class com.squareup.square.models.UpdateShiftRequest
-
Getter for Shift.
- getShift() - Method in class com.squareup.square.models.UpdateShiftResponse
-
Getter for Shift.
- getShiftAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `Shift` specified by `id`.
- getShiftAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `Shift` specified by `id`.
- GetShiftResponse - Class in com.squareup.square.models
-
This is a model class for GetShiftResponse type.
- GetShiftResponse(Shift, List<Error>) - Constructor for class com.squareup.square.models.GetShiftResponse
-
Initialization constructor.
- GetShiftResponse.Builder - Class in com.squareup.square.models
-
- getShifts() - Method in class com.squareup.square.models.SearchShiftsResponse
-
Getter for Shifts.
- getShipmentDetails() - Method in class com.squareup.square.models.Fulfillment
-
Getter for ShipmentDetails.
- getShipmentDetails() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for ShipmentDetails.
- getShippedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for ShippedAt.
- getShippedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for ShippedAt.
- getShippedTrackingNumber() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for ShippedTrackingNumber.
- getShippingAddress() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for ShippingAddress.
- getShippingAddress() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for ShippingAddress.
- getShippingAddress() - Method in class com.squareup.square.models.Payment
-
Getter for ShippingAddress.
- getShippingAddress() - Method in class com.squareup.square.models.Transaction
-
Getter for ShippingAddress.
- getShippingAddress() - Method in class com.squareup.square.models.V1Order
-
Getter for ShippingAddress.
- getShippingFee() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for ShippingFee.
- getShippingNote() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for ShippingNote.
- getShippingNote() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for ShippingNote.
- getShippingType() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for ShippingType.
- getShippingType() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for ShippingType.
- getShortLived() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Getter for ShortLived.
- getShortLived() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for ShortLived.
- getShowColors() - Method in class com.squareup.square.models.CatalogItemOption
-
Getter for ShowColors.
- getShowItemizedCart() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Getter for ShowItemizedCart.
- getSignalStrength() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Getter for SignalStrength.
- getSignature() - Method in class com.squareup.square.models.SignatureOptions
-
Getter for Signature.
- getSignatureKey() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
Getter for SignatureKey.
- getSignatureKey() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for SignatureKey.
- getSignatureOptions() - Method in class com.squareup.square.models.TerminalAction
-
Getter for SignatureOptions.
- getSingleQuantityMoney() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for SingleQuantityMoney.
- getSiteId() - Method in class com.squareup.square.models.Snippet
-
Getter for SiteId.
- getSites() - Method in class com.squareup.square.models.ListSitesResponse
-
Getter for Sites.
- getSitesApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of SitesApi.
- getSitesApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Sites controller.
- getSiteTitle() - Method in class com.squareup.square.models.Site
-
Getter for SiteTitle.
- getSkipBookingFlowStaffSelection() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for SkipBookingFlowStaffSelection.
- getSkipModifierScreen() - Method in class com.squareup.square.models.CatalogItem
-
Getter for SkipModifierScreen.
- getSkipReceiptScreen() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Getter for SkipReceiptScreen.
- getSku() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Sku.
- getSku() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Getter for Sku.
- getSmartTipping() - Method in class com.squareup.square.models.TipSettings
-
Getter for SmartTipping.
- getSmartTippingEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Getter for SmartTippingEnabled.
- getSmartTips() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Getter for SmartTips.
- getSnippet() - Method in class com.squareup.square.models.RetrieveSnippetResponse
-
Getter for Snippet.
- getSnippet() - Method in class com.squareup.square.models.SnippetResponse
-
Getter for Snippet.
- getSnippet() - Method in class com.squareup.square.models.UpsertSnippetRequest
-
Getter for Snippet.
- getSnippet() - Method in class com.squareup.square.models.UpsertSnippetResponse
-
Getter for Snippet.
- getSnippetsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of SnippetsApi.
- getSnippetsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Snippets controller.
- getSoldOut() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for SoldOut.
- getSoldOut() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
Getter for SoldOut.
- getSoldOutValidUntil() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for SoldOutValidUntil.
- getSort() - Method in class com.squareup.square.models.CustomerQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.InvoiceQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.SearchOrdersQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.SearchVendorsRequest
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.ShiftQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.TerminalActionQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.TerminalCheckoutQuery
-
Getter for Sort.
- getSort() - Method in class com.squareup.square.models.TerminalRefundQuery
-
Getter for Sort.
- getSortedAttributeQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for SortedAttributeQuery.
- getSortField() - Method in class com.squareup.square.models.ListCustomersRequest
-
Getter for SortField.
- getSortField() - Method in class com.squareup.square.models.SearchOrdersSort
-
Getter for SortField.
- getSortName() - Method in class com.squareup.square.models.CatalogItem
-
Getter for SortName.
- getSortOrder() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListCardsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListCustomersRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListDevicesRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListRefundsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.SearchOrdersSort
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.TerminalActionQuerySort
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.TerminalCheckoutQuerySort
-
Getter for SortOrder.
- getSortOrder() - Method in class com.squareup.square.models.TerminalRefundQuerySort
-
Getter for SortOrder.
- getSource() - Method in class com.squareup.square.models.Booking
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.Order
-
Getter for Source.
- getSource() - Method in class com.squareup.square.models.Subscription
-
Getter for Source.
- getSourceApplication() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for SourceApplication.
- getSourceDiscountUid() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for SourceDiscountUid.
- getSourceFeeMoney() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Getter for SourceFeeMoney.
- getSourceFilter() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Getter for SourceFilter.
- getSourceId() - Method in class com.squareup.square.models.CreateCardRequest
-
Getter for SourceId.
- getSourceId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for SourceId.
- getSourceId() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Getter for SourceId.
- getSourceLineItemUid() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for SourceLineItemUid.
- getSourceModifierUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for SourceModifierUid.
- getSourceNames() - Method in class com.squareup.square.models.SearchOrdersSourceFilter
-
Getter for SourceNames.
- getSourceNames() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Getter for SourceNames.
- getSourceOrderId() - Method in class com.squareup.square.models.OrderReturn
-
Getter for SourceOrderId.
- getSourceServiceChargeUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for SourceServiceChargeUid.
- getSourceTaxUid() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for SourceTaxUid.
- getSourceTenderId() - Method in class com.squareup.square.models.OrderReturnTip
-
Getter for SourceTenderId.
- getSourceTenderUid() - Method in class com.squareup.square.models.OrderReturnTip
-
Getter for SourceTenderUid.
- getSourceType() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for SourceType.
- getSourceType() - Method in class com.squareup.square.models.Payment
-
Getter for SourceType.
- getSpendData() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for SpendData.
- getSquareAccountDetails() - Method in class com.squareup.square.models.Payment
-
Getter for SquareAccountDetails.
- getSquareAccountDetails() - Method in class com.squareup.square.models.Tender
-
Getter for SquareAccountDetails.
- getSquareDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Getter for SquareDeliveryId.
- getSquareDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Getter for SquareDeliveryId.
- getSquareGiftCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Getter for SquareGiftCard.
- getSquareProduct() - Method in class com.squareup.square.models.ApplicationDetails
-
Getter for SquareProduct.
- getSquareVersion() - Method in interface com.squareup.square.Configuration
-
Square Connect API versions.
- getSquareVersion() - Method in class com.squareup.square.SquareClient
-
Square Connect API versions.
- getSsid() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Getter for Ssid.
- getStandardName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Getter for StandardName.
- getStandardName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Getter for StandardName.
- getStandardUnitDescriptionGroup() - Method in class com.squareup.square.models.CatalogInfoResponse
-
Getter for StandardUnitDescriptionGroup.
- getStandardUnitDescriptions() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
Getter for StandardUnitDescriptions.
- getStart() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for Start.
- getStartAt() - Method in class com.squareup.square.models.Availability
-
Getter for StartAt.
- getStartAt() - Method in class com.squareup.square.models.Booking
-
Getter for StartAt.
- getStartAt() - Method in class com.squareup.square.models.Break
-
Getter for StartAt.
- getStartAt() - Method in class com.squareup.square.models.FloatNumberRange
-
Getter for StartAt.
- getStartAt() - Method in class com.squareup.square.models.Shift
-
Getter for StartAt.
- getStartAt() - Method in class com.squareup.square.models.TimeRange
-
Getter for StartAt.
- getStartAtMax() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for StartAtMax.
- getStartAtMin() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for StartAtMin.
- getStartAtRange() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Getter for StartAtRange.
- getStartDate() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for StartDate.
- getStartDate() - Method in class com.squareup.square.models.DateRange
-
Getter for StartDate.
- getStartDate() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
Getter for StartDate.
- getStartDate() - Method in class com.squareup.square.models.Subscription
-
Getter for StartDate.
- getStartLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Getter for StartLocalTime.
- getStartLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Getter for StartLocalTime.
- getStartOfDayLocalTime() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for StartOfDayLocalTime.
- getStartOfWeek() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for StartOfWeek.
- getState() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for State.
- getState() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for State.
- getState() - Method in class com.squareup.square.models.Dispute
-
Getter for State.
- getState() - Method in class com.squareup.square.models.Fulfillment
-
Getter for State.
- getState() - Method in class com.squareup.square.models.GiftCard
-
Getter for State.
- getState() - Method in class com.squareup.square.models.InventoryCount
-
Getter for State.
- getState() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for State.
- getState() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for State.
- getState() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Getter for State.
- getState() - Method in class com.squareup.square.models.Order
-
Getter for State.
- getState() - Method in class com.squareup.square.models.OrderCreated
-
Getter for State.
- getState() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for State.
- getState() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for State.
- getState() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for State.
- getState() - Method in class com.squareup.square.models.V1Order
-
Getter for State.
- getStateFilter() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Getter for StateFilter.
- getStatementDescription() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for StatementDescription.
- getStatementDescription() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for StatementDescription.
- getStatementDescriptionIdentifier() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for StatementDescriptionIdentifier.
- getStatementDescriptionIdentifier() - Method in class com.squareup.square.models.Payment
-
Getter for StatementDescriptionIdentifier.
- getStatementDescriptionIdentifier() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for StatementDescriptionIdentifier.
- getStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for States.
- getStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for States.
- getStates() - Method in class com.squareup.square.models.ListDisputesRequest
-
Getter for States.
- getStates() - Method in class com.squareup.square.models.SearchOrdersStateFilter
-
Getter for States.
- getStatus() - Method in class com.squareup.square.models.BankAccount
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Booking
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Device
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.DeviceCode
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Employee
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Invoice
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Location
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Merchant
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Payment
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Payout
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Refund
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.RegisterDomainResponse
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Shift
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Subscription
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TeamMember
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TenderBankAccountDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TenderCardDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TenderSquareAccountDetails
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalAction
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.V1Settlement
-
Getter for Status.
- getStatus() - Method in class com.squareup.square.models.Vendor
-
Getter for Status.
- getStatusChangedAt() - Method in class com.squareup.square.models.DeviceCode
-
Getter for StatusChangedAt.
- getStatusCode() - Method in class com.squareup.square.http.response.HttpResponse
-
HTTP Status code of the http response.
- getStatusCode() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Getter for StatusCode.
- getStockable() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Stockable.
- getStockableConversion() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for StockableConversion.
- getStockableItemVariationId() - Method in class com.squareup.square.models.CatalogStockConversion
-
Getter for StockableItemVariationId.
- getStockableQuantity() - Method in class com.squareup.square.models.CatalogStockConversion
-
Getter for StockableQuantity.
- getStockLevels() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for StockLevels.
- getStorePaymentMethodEnabled() - Method in class com.squareup.square.models.Invoice
-
Getter for StorePaymentMethodEnabled.
- getStringConfig() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for StringConfig.
- getStringFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Getter for StringFilter.
- getStringValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for StringValue.
- getSublocality() - Method in class com.squareup.square.models.Address
-
Getter for Sublocality.
- getSublocality2() - Method in class com.squareup.square.models.Address
-
Getter for Sublocality2.
- getSublocality3() - Method in class com.squareup.square.models.Address
-
Getter for Sublocality3.
- getSubscription() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.CreateSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.SwapPlanResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.UpdateSubscriptionRequest
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.UpdateSubscriptionResponse
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionRequest
-
Getter for Subscription.
- getSubscription() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
Getter for Subscription.
- getSubscriptionEvents() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
Getter for SubscriptionEvents.
- getSubscriptionEventType() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for SubscriptionEventType.
- getSubscriptionId() - Method in class com.squareup.square.models.Invoice
-
Getter for SubscriptionId.
- getSubscriptionId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for SubscriptionId.
- getSubscriptionId() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for SubscriptionId.
- getSubscriptionPlanData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for SubscriptionPlanData.
- getSubscriptionPlanId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for SubscriptionPlanId.
- getSubscriptionPlanId() - Method in class com.squareup.square.models.CheckoutOptions
-
Getter for SubscriptionPlanId.
- getSubscriptionPlans() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Getter for SubscriptionPlans.
- getSubscriptionPlanVariationData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for SubscriptionPlanVariationData.
- getSubscriptionPlanVariations() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Getter for SubscriptionPlanVariations.
- getSubscriptions() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
Getter for Subscriptions.
- getSubscriptions() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
Getter for Subscriptions.
- getSubscriptionsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of SubscriptionsApi.
- getSubscriptionsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Subscriptions controller.
- getSubscriptionTestResult() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse
-
Getter for SubscriptionTestResult.
- getSubtotalMoney() - Method in class com.squareup.square.models.V1Order
-
Getter for SubtotalMoney.
- getSuccess() - Method in class com.squareup.square.models.RevokeTokenResponse
-
Getter for Success.
- getSuccessorPlanVariationId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Getter for SuccessorPlanVariationId.
- getSupportSellerLevelWrites() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for SupportSellerLevelWrites.
- getSurchargeId() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for SurchargeId.
- getSurchargeMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for SurchargeMoney.
- getSurcharges() - Method in class com.squareup.square.models.V1Payment
-
Getter for Surcharges.
- getSwedishRoundingMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for SwedishRoundingMoney.
- getTaxable() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for Taxable.
- getTaxable() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Taxable.
- getTaxable() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for Taxable.
- getTaxCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Getter for TaxCatalogObjectId.
- getTaxData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for TaxData.
- getTaxes() - Method in class com.squareup.square.models.Order
-
Getter for Taxes.
- getTaxes() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for Taxes.
- getTaxes() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for Taxes.
- getTaxesToDisable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Getter for TaxesToDisable.
- getTaxesToEnable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Getter for TaxesToEnable.
- getTaxIds() - Method in class com.squareup.square.models.CatalogItem
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.CatalogQueryItemsForTax
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.Customer
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.InvoiceRecipient
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.Location
-
Getter for TaxIds.
- getTaxIds() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for TaxIds.
- getTaxMode() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Getter for TaxMode.
- getTaxMode() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData
-
Getter for TaxMode.
- getTaxMoney() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Getter for TaxMoney.
- getTaxMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for TaxMoney.
- getTaxPercentage() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for TaxPercentage.
- getTaxPercentage() - Method in class com.squareup.square.models.Subscription
-
Getter for TaxPercentage.
- getTaxRateDescription() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
Getter for TaxRateDescription.
- getTaxUid() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
Getter for TaxUid.
- getTaxUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Getter for TaxUid.
- getTeamApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of TeamApi.
- getTeamApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Team controller.
- getTeamMember() - Method in class com.squareup.square.models.CreateTeamMemberRequest
-
Getter for TeamMember.
- getTeamMember() - Method in class com.squareup.square.models.CreateTeamMemberResponse
-
Getter for TeamMember.
- getTeamMember() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse
-
Getter for TeamMember.
- getTeamMember() - Method in class com.squareup.square.models.UpdateTeamMemberRequest
-
Getter for TeamMember.
- getTeamMember() - Method in class com.squareup.square.models.UpdateTeamMemberResponse
-
Getter for TeamMember.
- getTeamMemberBookingProfile() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
Getter for TeamMemberBookingProfile.
- getTeamMemberBookingProfiles() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
Getter for TeamMemberBookingProfiles.
- getTeamMemberBookingProfiles() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
Getter for TeamMemberBookingProfiles.
- getTeamMemberId() - Method in class com.squareup.square.models.AppointmentSegment
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.BookingCreatorDetails
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.Payment
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.Shift
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for TeamMemberId.
- getTeamMemberId() - Method in class com.squareup.square.models.WageSetting
-
Getter for TeamMemberId.
- getTeamMemberIdFilter() - Method in class com.squareup.square.models.SegmentFilter
-
Getter for TeamMemberIdFilter.
- getTeamMemberIds() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest
-
Getter for TeamMemberIds.
- getTeamMemberIds() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for TeamMemberIds.
- getTeamMemberIds() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for TeamMemberIds.
- getTeamMemberIds() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for TeamMemberIds.
- getTeamMembers() - Method in class com.squareup.square.models.BulkCreateTeamMembersRequest
-
Getter for TeamMembers.
- getTeamMembers() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse
-
Getter for TeamMembers.
- getTeamMembers() - Method in class com.squareup.square.models.BulkUpdateTeamMembersRequest
-
Getter for TeamMembers.
- getTeamMembers() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
Getter for TeamMembers.
- getTeamMembers() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
Getter for TeamMembers.
- getTeamMemberWage(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `TeamMemberWage` specified by `id `.
- getTeamMemberWage(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `TeamMemberWage` specified by `id `.
- getTeamMemberWage() - Method in class com.squareup.square.models.GetTeamMemberWageResponse
-
Getter for TeamMemberWage.
- getTeamMemberWageAsync(String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a single `TeamMemberWage` specified by `id `.
- getTeamMemberWageAsync(String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a single `TeamMemberWage` specified by `id `.
- GetTeamMemberWageResponse - Class in com.squareup.square.models
-
This is a model class for GetTeamMemberWageResponse type.
- GetTeamMemberWageResponse(TeamMemberWage, List<Error>) - Constructor for class com.squareup.square.models.GetTeamMemberWageResponse
-
Initialization constructor.
- GetTeamMemberWageResponse.Builder - Class in com.squareup.square.models
-
- getTeamMemberWages() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
Getter for TeamMemberWages.
- getTender() - Method in class com.squareup.square.models.V1Order
-
Getter for Tender.
- getTender() - Method in class com.squareup.square.models.V1Payment
-
Getter for Tender.
- getTenderedAt() - Method in class com.squareup.square.models.V1Tender
-
Getter for TenderedAt.
- getTenderedMoney() - Method in class com.squareup.square.models.V1Tender
-
Getter for TenderedMoney.
- getTenderId() - Method in class com.squareup.square.models.CreateRefundRequest
-
Getter for TenderId.
- getTenderId() - Method in class com.squareup.square.models.Refund
-
Getter for TenderId.
- getTenders() - Method in class com.squareup.square.models.Order
-
Getter for Tenders.
- getTenders() - Method in class com.squareup.square.models.Transaction
-
Getter for Tenders.
- getTerminalAction(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a Terminal action request by `action_id`.
- getTerminalAction(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a Terminal action request by `action_id`.
- getTerminalActionAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a Terminal action request by `action_id`.
- getTerminalActionAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a Terminal action request by `action_id`.
- GetTerminalActionResponse - Class in com.squareup.square.models
-
This is a model class for GetTerminalActionResponse type.
- GetTerminalActionResponse(List<Error>, TerminalAction) - Constructor for class com.squareup.square.models.GetTerminalActionResponse
-
Initialization constructor.
- GetTerminalActionResponse.Builder - Class in com.squareup.square.models
-
- getTerminalApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of TerminalApi.
- getTerminalApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Terminal controller.
- getTerminalCheckout(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a Terminal checkout request by `checkout_id`.
- getTerminalCheckout(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a Terminal checkout request by `checkout_id`.
- getTerminalCheckoutAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a Terminal checkout request by `checkout_id`.
- getTerminalCheckoutAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a Terminal checkout request by `checkout_id`.
- GetTerminalCheckoutResponse - Class in com.squareup.square.models
-
This is a model class for GetTerminalCheckoutResponse type.
- GetTerminalCheckoutResponse(List<Error>, TerminalCheckout) - Constructor for class com.squareup.square.models.GetTerminalCheckoutResponse
-
Initialization constructor.
- GetTerminalCheckoutResponse.Builder - Class in com.squareup.square.models
-
- getTerminalRefund(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves an Interac Terminal refund object by ID.
- getTerminalRefund(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves an Interac Terminal refund object by ID.
- getTerminalRefundAsync(String) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves an Interac Terminal refund object by ID.
- getTerminalRefundAsync(String) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves an Interac Terminal refund object by ID.
- GetTerminalRefundResponse - Class in com.squareup.square.models
-
This is a model class for GetTerminalRefundResponse type.
- GetTerminalRefundResponse(List<Error>, TerminalRefund) - Constructor for class com.squareup.square.models.GetTerminalRefundResponse
-
Initialization constructor.
- GetTerminalRefundResponse.Builder - Class in com.squareup.square.models
-
- getTerminology() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for Terminology.
- getText() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Getter for Text.
- getTextFilter() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for TextFilter.
- getTextQuery() - Method in class com.squareup.square.models.CatalogQuery
-
Getter for TextQuery.
- getTicketName() - Method in class com.squareup.square.models.Order
-
Getter for TicketName.
- getTimeout() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
The timeout in seconds to use for making HTTP requests.
- getTimeout() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
The timeout in seconds to use for making HTTP requests.
- getTimePeriodData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for TimePeriodData.
- getTimePeriodIds() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for TimePeriodIds.
- getTimePeriods() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
Getter for TimePeriods.
- getTimes() - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit
-
Getter for Times.
- getTimeUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for TimeUnit.
- getTimezone() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Getter for Timezone.
- getTimezone() - Method in class com.squareup.square.models.Invoice
-
Getter for Timezone.
- getTimezone() - Method in class com.squareup.square.models.Location
-
Getter for Timezone.
- getTimezone() - Method in class com.squareup.square.models.Shift
-
Getter for Timezone.
- getTimezone() - Method in class com.squareup.square.models.Subscription
-
Getter for Timezone.
- getTipEligible() - Method in class com.squareup.square.models.ShiftWage
-
Getter for TipEligible.
- getTipEligible() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for TipEligible.
- getTipMoney() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for TipMoney.
- getTipMoney() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Getter for TipMoney.
- getTipMoney() - Method in class com.squareup.square.models.Payment
-
Getter for TipMoney.
- getTipMoney() - Method in class com.squareup.square.models.Tender
-
Getter for TipMoney.
- getTipMoney() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for TipMoney.
- getTipMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for TipMoney.
- getTipPercentages() - Method in class com.squareup.square.models.TipSettings
-
Getter for TipPercentages.
- getTipping() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for Tipping.
- getTippingEnabled() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for TippingEnabled.
- getTipSettings() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Getter for TipSettings.
- getTitle() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.ConfirmationOptions
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.CustomField
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.DataCollectionOptions
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.EmployeeWage
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.Invoice
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.QrCodeOptions
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.SelectOption
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.SelectOptions
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.ShiftWage
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.SignatureOptions
-
Getter for Title.
- getTitle() - Method in class com.squareup.square.models.TeamMemberWage
-
Getter for Title.
- getTokenType() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for TokenType.
- getTokenType() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for TokenType.
- getToLocationId() - Method in class com.squareup.square.models.InventoryTransfer
-
Getter for ToLocationId.
- getToState() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for ToState.
- getToState() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
Getter for ToState.
- getTotal() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Getter for Total.
- getTotalCollectedMoney() - Method in class com.squareup.square.models.V1Payment
-
Getter for TotalCollectedMoney.
- getTotalCompletedAmountMoney() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for TotalCompletedAmountMoney.
- getTotalDiscountMoney() - Method in class com.squareup.square.models.Order
-
Getter for TotalDiscountMoney.
- getTotalDiscountMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for TotalDiscountMoney.
- getTotalDiscountMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for TotalDiscountMoney.
- getTotalDiscountMoney() - Method in class com.squareup.square.models.V1Order
-
Getter for TotalDiscountMoney.
- getTotalMoney() - Method in class com.squareup.square.models.Order
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.Payment
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.V1Settlement
-
Getter for TotalMoney.
- getTotalMoney() - Method in class com.squareup.square.models.V1Tender
-
Getter for TotalMoney.
- getTotalPriceMoney() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for TotalPriceMoney.
- getTotalPriceMoney() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for TotalPriceMoney.
- getTotalPriceMoney() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for TotalPriceMoney.
- getTotalPriceMoney() - Method in class com.squareup.square.models.V1Order
-
Getter for TotalPriceMoney.
- getTotalServiceChargeMoney() - Method in class com.squareup.square.models.Order
-
Getter for TotalServiceChargeMoney.
- getTotalServiceChargeMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for TotalServiceChargeMoney.
- getTotalServiceChargeMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for TotalServiceChargeMoney.
- getTotalServiceChargeMoney() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for TotalServiceChargeMoney.
- getTotalServiceChargeMoney() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for TotalServiceChargeMoney.
- getTotalShippingMoney() - Method in class com.squareup.square.models.V1Order
-
Getter for TotalShippingMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.Order
-
Getter for TotalTaxMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for TotalTaxMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for TotalTaxMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for TotalTaxMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for TotalTaxMoney.
- getTotalTaxMoney() - Method in class com.squareup.square.models.V1Order
-
Getter for TotalTaxMoney.
- getTotalTipMoney() - Method in class com.squareup.square.models.Order
-
Getter for TotalTipMoney.
- getTrackingNumber() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for TrackingNumber.
- getTrackingNumber() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for TrackingNumber.
- getTrackingUrl() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Getter for TrackingUrl.
- getTrackingUrl() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for TrackingUrl.
- getTrackInventory() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for TrackInventory.
- getTrackInventory() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Getter for TrackInventory.
- getTransaction() - Method in class com.squareup.square.models.ChargeResponse
-
Getter for Transaction.
- getTransaction() - Method in class com.squareup.square.models.RetrieveTransactionResponse
-
Getter for Transaction.
- getTransactionAmountMoney() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Getter for TransactionAmountMoney.
- getTransactionId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for TransactionId.
- getTransactionId() - Method in class com.squareup.square.models.Refund
-
Getter for TransactionId.
- getTransactionId() - Method in class com.squareup.square.models.Tender
-
Getter for TransactionId.
- getTransactions() - Method in class com.squareup.square.models.ListTransactionsResponse
-
Getter for Transactions.
- getTransactionsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of TransactionsApi.
- getTransactionsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Transactions controller.
- getTransfer() - Method in class com.squareup.square.models.InventoryChange
-
Getter for Transfer.
- getTransfer() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse
-
Getter for Transfer.
- getTransferBalanceFromActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for TransferBalanceFromActivityDetails.
- getTransferBalanceToActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for TransferBalanceToActivityDetails.
- getTransferFromGiftCardId() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo
-
Getter for TransferFromGiftCardId.
- getTransferToGiftCardId() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom
-
Getter for TransferToGiftCardId.
- getTransferType() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for TransferType.
- getTransitionTimeMinutes() - Method in class com.squareup.square.models.Booking
-
Getter for TransitionTimeMinutes.
- getTreatmentType() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for TreatmentType.
- getTreatmentType() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for TreatmentType.
- getTriggerLimit() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for TriggerLimit.
- getTwitterUsername() - Method in class com.squareup.square.models.Location
-
Getter for TwitterUsername.
- getType() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogObject
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Component
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Destination
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Event
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.EventData
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Fulfillment
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.GiftCard
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.InventoryChange
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Location
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.LoyaltyEvent
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Payout
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.PayoutFee
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.ProcessingFee
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.SubscriptionPricing
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Tender
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.TerminalAction
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.V1Refund
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.V1SettlementEntry
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.V1Tender
-
Getter for Type.
- getTypeAppFeeRefundDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeAppFeeRefundDetails.
- getTypeAppFeeRevenueDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeAppFeeRevenueDetails.
- getTypeAutomaticSavingsDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeAutomaticSavingsDetails.
- getTypeAutomaticSavingsReversedDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeAutomaticSavingsReversedDetails.
- getTypeChargeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeChargeDetails.
- getTypeDepositFeeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeDepositFeeDetails.
- getTypeDisputeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeDisputeDetails.
- getTypeFeeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeFeeDetails.
- getTypeFilter() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Getter for TypeFilter.
- getTypeFreeProcessingDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeFreeProcessingDetails.
- getTypeHoldAdjustmentDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeHoldAdjustmentDetails.
- getTypeOpenDisputeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeOpenDisputeDetails.
- getTypeOtherAdjustmentDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeOtherAdjustmentDetails.
- getTypeOtherDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeOtherDetails.
- getTypeRefundDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeRefundDetails.
- getTypeReleaseAdjustmentDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeReleaseAdjustmentDetails.
- getTypeReserveHoldDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeReserveHoldDetails.
- getTypeReserveReleaseDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeReserveReleaseDetails.
- getTypes() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for Types.
- getTypes() - Method in class com.squareup.square.models.ListCatalogRequest
-
Getter for Types.
- getTypes() - Method in class com.squareup.square.models.LoyaltyEventTypeFilter
-
Getter for Types.
- getTypeSquareCapitalPaymentDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeSquareCapitalPaymentDetails.
- getTypeSquareCapitalReversedPaymentDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeSquareCapitalReversedPaymentDetails.
- getTypeTaxOnFeeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeTaxOnFeeDetails.
- getTypeThirdPartyFeeDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeThirdPartyFeeDetails.
- getTypeThirdPartyFeeRefundDetails() - Method in class com.squareup.square.models.PayoutEntry
-
Getter for TypeThirdPartyFeeRefundDetails.
- getUid() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.Fulfillment
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderLineItemTax
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturn
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnTax
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderReturnTip
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderServiceCharge
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.Phase
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Uid.
- getUnblockActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for UnblockActivityDetails.
- getUnit() - Method in class com.squareup.square.models.StandardUnitDescription
-
Getter for Unit.
- getUnlinked() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for Unlinked.
- getUnlinked() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Getter for Unlinked.
- getUnlinkedActivityRefundActivityDetails() - Method in class com.squareup.square.models.GiftCardActivity
-
Getter for UnlinkedActivityRefundActivityDetails.
- getUpc() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Upc.
- getUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for UpdatedAfter.
- getUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Getter for UpdatedAfter.
- getUpdatedAt() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Booking
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.BreakType
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CatalogObject
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CheckoutMerchantSettings
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Customer
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomerGroup
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.CustomerSegment
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Dispute
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Employee
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Invoice
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.LoyaltyAccount
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.LoyaltyProgram
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.LoyaltyReward
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Order
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Payment
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.PaymentLink
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.PaymentRefund
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Payout
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Shift
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Site
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Snippet
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.TeamMember
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.TerminalAction
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.TerminalCheckout
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.TerminalRefund
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.UpdateItemTaxesResponse
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.V1Order
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.Vendor
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.WageSetting
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for UpdatedAt.
- getUpdatedAt() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for UpdatedAt.
- getUpdatedBefore() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Getter for UpdatedBefore.
- getUpdateItemModifierListsMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemModifierListsMaxItemIds.
- getUpdateItemModifierListsMaxModifierListsToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemModifierListsMaxModifierListsToDisable.
- getUpdateItemModifierListsMaxModifierListsToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemModifierListsMaxModifierListsToEnable.
- getUpdateItemTaxesMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemTaxesMaxItemIds.
- getUpdateItemTaxesMaxTaxesToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemTaxesMaxTaxesToDisable.
- getUpdateItemTaxesMaxTaxesToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Getter for UpdateItemTaxesMaxTaxesToEnable.
- getUploadedAt() - Method in class com.squareup.square.models.DisputeEvidence
-
Getter for UploadedAt.
- getUploadedAt() - Method in class com.squareup.square.models.InvoiceAttachment
-
Getter for UploadedAt.
- getUrl(ArraySerializationFormat) - Method in class com.squareup.square.http.request.HttpRequest
-
- getUrl() - Method in class com.squareup.square.models.CatalogImage
-
Getter for Url.
- getUrl() - Method in class com.squareup.square.models.PaymentLink
-
Getter for Url.
- getUserAgentDetail() - Method in interface com.squareup.square.Configuration
-
Additional detail which can be appended with User-Agent header.
- getUserAgentDetail() - Method in class com.squareup.square.SquareClient
-
Additional detail which can be appended with User-Agent header.
- getUserData() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for UserData.
- getV1TransactionsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of V1TransactionsApi.
- getV1TransactionsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to V1Transactions controller.
- getValidFromDate() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ValidFromDate.
- getValidFromLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ValidFromLocalTime.
- getValidUntilDate() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ValidUntilDate.
- getValidUntilLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule
-
Getter for ValidUntilLocalTime.
- getValue() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for Value.
- getValue() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
Getter for Value.
- getValue() - Method in class com.squareup.square.models.InvoiceCustomField
-
Getter for Value.
- getValues() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.CatalogItemOption
-
Getter for Values.
- getValues() - Method in class com.squareup.square.models.CustomerCreationSourceFilter
-
Getter for Values.
- getVariationName() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for VariationName.
- getVariationName() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for VariationName.
- getVariations() - Method in class com.squareup.square.models.CatalogItem
-
Getter for Variations.
- getVariationTotalPriceMoney() - Method in class com.squareup.square.models.OrderLineItem
-
Getter for VariationTotalPriceMoney.
- getVariationTotalPriceMoney() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Getter for VariationTotalPriceMoney.
- getVendor() - Method in class com.squareup.square.models.CreateVendorRequest
-
Getter for Vendor.
- getVendor() - Method in class com.squareup.square.models.CreateVendorResponse
-
Getter for Vendor.
- getVendor() - Method in class com.squareup.square.models.RetrieveVendorResponse
-
Getter for Vendor.
- getVendor() - Method in class com.squareup.square.models.UpdateVendorRequest
-
Getter for Vendor.
- getVendor() - Method in class com.squareup.square.models.UpdateVendorResponse
-
Getter for Vendor.
- getVendorIds() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest
-
Getter for VendorIds.
- getVendors() - Method in class com.squareup.square.models.BulkCreateVendorsRequest
-
Getter for Vendors.
- getVendors() - Method in class com.squareup.square.models.BulkUpdateVendorsRequest
-
Getter for Vendors.
- getVendors() - Method in class com.squareup.square.models.SearchVendorsResponse
-
Getter for Vendors.
- getVendorsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of VendorsApi.
- getVendorsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to Vendors controller.
- getVerificationMethod() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for VerificationMethod.
- getVerificationResults() - Method in class com.squareup.square.models.CardPaymentDetails
-
Getter for VerificationResults.
- getVerificationToken() - Method in class com.squareup.square.models.ChargeRequest
-
Getter for VerificationToken.
- getVerificationToken() - Method in class com.squareup.square.models.CreateCardRequest
-
Getter for VerificationToken.
- getVerificationToken() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
Getter for VerificationToken.
- getVerificationToken() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for VerificationToken.
- getVersion() - Method in class com.squareup.square.models.BankAccount
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Booking
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.BreakType
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.CancelInvoiceRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Card
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.CatalogObject
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.CloneOrderRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Customer
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.DeleteCustomerRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.DeleteInvoiceRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.DeviceAttributes
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Dispute
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Fulfillment
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Invoice
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Order
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.OrderCreated
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.OrderEntry
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.OrderUpdated
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.PaymentLink
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Payout
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.PublishInvoiceRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Shift
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Subscription
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.Vendor
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.WageSetting
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.WorkweekConfig
-
Getter for Version.
- getVersionToken() - Method in class com.squareup.square.models.CompletePaymentRequest
-
Getter for VersionToken.
- getVersionToken() - Method in class com.squareup.square.models.Payment
-
Getter for VersionToken.
- getVisibility() - Method in class com.squareup.square.models.CustomAttribute
-
Getter for Visibility.
- getVisibility() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Getter for Visibility.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Getter for VisibilityFilter.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Getter for VisibilityFilter.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Getter for VisibilityFilter.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Getter for VisibilityFilter.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Getter for VisibilityFilter.
- getVisibilityFilter() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Getter for VisibilityFilter.
- getVisiblePercent() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Getter for VisiblePercent.
- getVisitData() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Getter for VisitData.
- getVoidedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Getter for VoidedAt.
- getVolumeUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for VolumeUnit.
- getWage() - Method in class com.squareup.square.models.Shift
-
Getter for Wage.
- getWageSetting() - Method in class com.squareup.square.models.RetrieveWageSettingResponse
-
Getter for WageSetting.
- getWageSetting() - Method in class com.squareup.square.models.UpdateWageSettingRequest
-
Getter for WageSetting.
- getWageSetting() - Method in class com.squareup.square.models.UpdateWageSettingResponse
-
Getter for WageSetting.
- getWalletDetails() - Method in class com.squareup.square.models.Payment
-
Getter for WalletDetails.
- getWebhookSubscriptionsApi() - Method in class com.squareup.square.SquareClient
-
Get the instance of WebhookSubscriptionsApi.
- getWebhookSubscriptionsApi() - Method in interface com.squareup.square.SquareClientInterface
-
Provides access to WebhookSubscriptions controller.
- getWebsiteUrl() - Method in class com.squareup.square.models.Location
-
Getter for WebsiteUrl.
- getWeeklyHours() - Method in class com.squareup.square.models.JobAssignment
-
Getter for WeeklyHours.
- getWeightUnit() - Method in class com.squareup.square.models.MeasurementUnit
-
Getter for WeightUnit.
- getWifiDetails() - Method in class com.squareup.square.models.Component
-
Getter for WifiDetails.
- getWifiNetworkName() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for WifiNetworkName.
- getWifiNetworkStrength() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for WifiNetworkStrength.
- getWithDefinition() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinition() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinition() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinition() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinition() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinitions() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Getter for WithDefinitions.
- getWithDefinitions() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Getter for WithDefinitions.
- getWithDefinitions() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Getter for WithDefinitions.
- getWithDefinitions() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Getter for WithDefinitions.
- getWithDefinitions() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Getter for WithDefinitions.
- getWorkday() - Method in class com.squareup.square.models.ShiftFilter
-
Getter for Workday.
- getWorkweekConfig() - Method in class com.squareup.square.models.UpdateWorkweekConfigRequest
-
Getter for WorkweekConfig.
- getWorkweekConfig() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse
-
Getter for WorkweekConfig.
- getWorkweekConfigs() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
Getter for WorkweekConfigs.
- giftCard(GiftCard) - Method in class com.squareup.square.models.CreateGiftCardRequest.Builder
-
Setter for giftCard.
- giftCard(GiftCard) - Method in class com.squareup.square.models.CreateGiftCardResponse.Builder
-
Setter for giftCard.
- GiftCard - Class in com.squareup.square.models
-
This is a model class for GiftCard type.
- GiftCard(String, String, String, String, Money, String, String, List<String>) - Constructor for class com.squareup.square.models.GiftCard
-
Initialization constructor.
- GiftCard(String, String, String, String, Money, OptionalNullable<String>, String, List<String>) - Constructor for class com.squareup.square.models.GiftCard
-
Initialization constructor.
- giftCard(GiftCard) - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse.Builder
-
Setter for giftCard.
- giftCard(GiftCard) - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse.Builder
-
Setter for giftCard.
- giftCard(GiftCard) - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse.Builder
-
Setter for giftCard.
- giftCard(GiftCard) - Method in class com.squareup.square.models.RetrieveGiftCardResponse.Builder
-
Setter for giftCard.
- giftCard(GiftCard) - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse.Builder
-
Setter for giftCard.
- GiftCard.Builder - Class in com.squareup.square.models
-
- giftCardActivities(List<GiftCardActivity>) - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse.Builder
-
Setter for giftCardActivities.
- GiftCardActivitiesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- giftCardActivity(GiftCardActivity) - Method in class com.squareup.square.models.CreateGiftCardActivityRequest.Builder
-
Setter for giftCardActivity.
- giftCardActivity(GiftCardActivity) - Method in class com.squareup.square.models.CreateGiftCardActivityResponse.Builder
-
Setter for giftCardActivity.
- GiftCardActivity - Class in com.squareup.square.models
-
This is a model class for GiftCardActivity type.
- GiftCardActivity(String, String, String, String, String, String, Money, GiftCardActivityLoad, GiftCardActivityActivate, GiftCardActivityRedeem, GiftCardActivityClearBalance, GiftCardActivityDeactivate, GiftCardActivityAdjustIncrement, GiftCardActivityAdjustDecrement, GiftCardActivityRefund, GiftCardActivityUnlinkedActivityRefund, GiftCardActivityImport, GiftCardActivityBlock, GiftCardActivityUnblock, GiftCardActivityImportReversal, GiftCardActivityTransferBalanceTo, GiftCardActivityTransferBalanceFrom) - Constructor for class com.squareup.square.models.GiftCardActivity
-
Initialization constructor.
- GiftCardActivity(String, String, String, String, OptionalNullable<String>, OptionalNullable<String>, Money, GiftCardActivityLoad, GiftCardActivityActivate, GiftCardActivityRedeem, GiftCardActivityClearBalance, GiftCardActivityDeactivate, GiftCardActivityAdjustIncrement, GiftCardActivityAdjustDecrement, GiftCardActivityRefund, GiftCardActivityUnlinkedActivityRefund, GiftCardActivityImport, GiftCardActivityBlock, GiftCardActivityUnblock, GiftCardActivityImportReversal, GiftCardActivityTransferBalanceTo, GiftCardActivityTransferBalanceFrom) - Constructor for class com.squareup.square.models.GiftCardActivity
-
Initialization constructor.
- GiftCardActivity.Builder - Class in com.squareup.square.models
-
- GiftCardActivityActivate - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityActivate type.
- GiftCardActivityActivate(Money, String, String, String, List<String>) - Constructor for class com.squareup.square.models.GiftCardActivityActivate
-
Initialization constructor.
- GiftCardActivityActivate(Money, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.GiftCardActivityActivate
-
Initialization constructor.
- GiftCardActivityActivate.Builder - Class in com.squareup.square.models
-
- GiftCardActivityAdjustDecrement - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityAdjustDecrement type.
- GiftCardActivityAdjustDecrement(Money, String) - Constructor for class com.squareup.square.models.GiftCardActivityAdjustDecrement
-
Initialization constructor.
- GiftCardActivityAdjustDecrement.Builder - Class in com.squareup.square.models
-
- GiftCardActivityAdjustIncrement - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityAdjustIncrement type.
- GiftCardActivityAdjustIncrement(Money, String) - Constructor for class com.squareup.square.models.GiftCardActivityAdjustIncrement
-
Initialization constructor.
- GiftCardActivityAdjustIncrement.Builder - Class in com.squareup.square.models
-
- GiftCardActivityBlock - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityBlock type.
- GiftCardActivityBlock(String) - Constructor for class com.squareup.square.models.GiftCardActivityBlock
-
Initialization constructor.
- GiftCardActivityBlock.Builder - Class in com.squareup.square.models
-
- GiftCardActivityClearBalance - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityClearBalance type.
- GiftCardActivityClearBalance(String) - Constructor for class com.squareup.square.models.GiftCardActivityClearBalance
-
Initialization constructor.
- GiftCardActivityClearBalance.Builder - Class in com.squareup.square.models
-
- GiftCardActivityDeactivate - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityDeactivate type.
- GiftCardActivityDeactivate(String) - Constructor for class com.squareup.square.models.GiftCardActivityDeactivate
-
Initialization constructor.
- GiftCardActivityDeactivate.Builder - Class in com.squareup.square.models
-
- GiftCardActivityImport - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityImport type.
- GiftCardActivityImport(Money) - Constructor for class com.squareup.square.models.GiftCardActivityImport
-
Initialization constructor.
- GiftCardActivityImport.Builder - Class in com.squareup.square.models
-
- GiftCardActivityImportReversal - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityImportReversal type.
- GiftCardActivityImportReversal(Money) - Constructor for class com.squareup.square.models.GiftCardActivityImportReversal
-
Initialization constructor.
- GiftCardActivityImportReversal.Builder - Class in com.squareup.square.models
-
- GiftCardActivityLoad - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityLoad type.
- GiftCardActivityLoad(Money, String, String, String, List<String>) - Constructor for class com.squareup.square.models.GiftCardActivityLoad
-
Initialization constructor.
- GiftCardActivityLoad(Money, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.GiftCardActivityLoad
-
Initialization constructor.
- GiftCardActivityLoad.Builder - Class in com.squareup.square.models
-
- GiftCardActivityRedeem - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityRedeem type.
- GiftCardActivityRedeem(Money, String, String, String) - Constructor for class com.squareup.square.models.GiftCardActivityRedeem
-
Initialization constructor.
- GiftCardActivityRedeem(Money, String, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.GiftCardActivityRedeem
-
Initialization constructor.
- GiftCardActivityRedeem.Builder - Class in com.squareup.square.models
-
- GiftCardActivityRefund - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityRefund type.
- GiftCardActivityRefund(String, Money, String, String) - Constructor for class com.squareup.square.models.GiftCardActivityRefund
-
Initialization constructor.
- GiftCardActivityRefund(OptionalNullable<String>, Money, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.GiftCardActivityRefund
-
Initialization constructor.
- GiftCardActivityRefund.Builder - Class in com.squareup.square.models
-
- GiftCardActivityTransferBalanceFrom - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityTransferBalanceFrom type.
- GiftCardActivityTransferBalanceFrom(String, Money) - Constructor for class com.squareup.square.models.GiftCardActivityTransferBalanceFrom
-
Initialization constructor.
- GiftCardActivityTransferBalanceFrom.Builder - Class in com.squareup.square.models
-
- GiftCardActivityTransferBalanceTo - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityTransferBalanceTo type.
- GiftCardActivityTransferBalanceTo(String, Money) - Constructor for class com.squareup.square.models.GiftCardActivityTransferBalanceTo
-
Initialization constructor.
- GiftCardActivityTransferBalanceTo.Builder - Class in com.squareup.square.models
-
- GiftCardActivityUnblock - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityUnblock type.
- GiftCardActivityUnblock(String) - Constructor for class com.squareup.square.models.GiftCardActivityUnblock
-
Initialization constructor.
- GiftCardActivityUnblock.Builder - Class in com.squareup.square.models
-
- GiftCardActivityUnlinkedActivityRefund - Class in com.squareup.square.models
-
This is a model class for GiftCardActivityUnlinkedActivityRefund type.
- GiftCardActivityUnlinkedActivityRefund(Money, String, String) - Constructor for class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Initialization constructor.
- GiftCardActivityUnlinkedActivityRefund(Money, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Initialization constructor.
- GiftCardActivityUnlinkedActivityRefund.Builder - Class in com.squareup.square.models
-
- giftCardBalanceMoney(Money) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for giftCardBalanceMoney.
- giftCardGan(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for giftCardGan.
- giftCardId(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for giftCardId.
- giftCardId(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for giftCardId.
- giftCards(List<GiftCard>) - Method in class com.squareup.square.models.ListGiftCardsResponse.Builder
-
Setter for giftCards.
- GiftCardsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- givenName(String) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for givenName.
- givenName(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for givenName.
- givenName(String) - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
Setter for givenName.
- givenName(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for givenName.
- givenName(String) - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
Setter for givenName.
- GLOBAL_ERROR_CASES - Static variable in class com.squareup.square.api.BaseApi
-
- goodsReceiptId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for goodsReceiptId.
- googlePay(Boolean) - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
Setter for googlePay.
- googlePay(CheckoutMerchantSettingsPaymentMethodsPaymentMethod) - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods.Builder
-
Setter for googlePay.
- grantType(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for grantType.
- grossAmountMoney(Money) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for grossAmountMoney.
- grossReturnMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for grossReturnMoney.
- grossSalesMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for grossSalesMoney.
- grossSalesMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for grossSalesMoney.
- grossSalesMoney(V1Money) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for grossSalesMoney.
- group(CustomerGroup) - Method in class com.squareup.square.models.CreateCustomerGroupRequest.Builder
-
Setter for group.
- group(CustomerGroup) - Method in class com.squareup.square.models.CreateCustomerGroupResponse.Builder
-
Setter for group.
- group(CustomerGroup) - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse.Builder
-
Setter for group.
- group(CustomerGroup) - Method in class com.squareup.square.models.UpdateCustomerGroupRequest.Builder
-
Setter for group.
- group(CustomerGroup) - Method in class com.squareup.square.models.UpdateCustomerGroupResponse.Builder
-
Setter for group.
- groupIds(List<String>) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for groupIds.
- groupIds(FilterValue) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for groupIds.
- groups(List<CustomerGroup>) - Method in class com.squareup.square.models.ListCustomerGroupsResponse.Builder
-
Setter for groups.
- id(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Break.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CashDrawerDevice.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CatalogObjectCategory.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Checkout.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CustomerGroup.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.CustomerSegment.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.DeletePaymentLinkResponse.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Destination.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Device.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.EmployeeWage.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.EventData.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.InventoryAdjustmentGroup.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.InvoiceAttachment.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyAccountMapping.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyProgramRewardTier.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.OrderReward.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Site.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Snippet.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.SubscriptionEvent.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.V1Device.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.V1Settlement.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.Vendor.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.VendorContact.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
Setter for id.
- id(String) - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
Setter for id.
- idempotencyKey(String) - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CancelBookingRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CloneOrderRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateBookingRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateBreakTypeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCardRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCatalogImageRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCheckoutRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCustomerGroupRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateDeviceCodeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateGiftCardActivityRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateGiftCardRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateInvoiceRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateOrderRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreatePaymentLinkRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateRefundRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateShiftRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateTeamMemberRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateTerminalActionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateTerminalRefundRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateVendorRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.PayOrderRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.PublishInvoiceRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateBookingRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateCatalogImageRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateOrderRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdatePaymentRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateVendorRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertCatalogObjectRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest.Builder
-
Setter for idempotencyKey.
- idempotencyKey(String) - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest.Builder
-
Setter for idempotencyKey.
- idMappings(List<CatalogIdMapping>) - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse.Builder
-
Setter for idMappings.
- idMappings(List<CatalogIdMapping>) - Method in class com.squareup.square.models.UpsertCatalogObjectResponse.Builder
-
Setter for idMappings.
- idToken(String) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for idToken.
- ignoreUnchangedCounts(Boolean) - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
Setter for ignoreUnchangedCounts.
- image(CatalogObject) - Method in class com.squareup.square.models.CreateCatalogImageRequest.Builder
-
Setter for image.
- image(CatalogObject) - Method in class com.squareup.square.models.CreateCatalogImageResponse.Builder
-
Setter for image.
- image(CatalogObject) - Method in class com.squareup.square.models.UpdateCatalogImageResponse.Builder
-
Setter for image.
- imageData(CatalogImage) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for imageData.
- imageId(String) - Method in class com.squareup.square.models.CatalogModifier.Builder
-
Setter for imageId.
- imageIds(List<String>) - Method in class com.squareup.square.models.CatalogCategory.Builder
-
Setter for imageIds.
- imageIds(List<String>) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for imageIds.
- imageIds(List<String>) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for imageIds.
- imageIds(List<String>) - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
Setter for imageIds.
- imageType(String) - Method in class com.squareup.square.models.SignatureImage.Builder
-
Setter for imageType.
- importActivityDetails(GiftCardActivityImport) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for importActivityDetails.
- importReversalActivityDetails(GiftCardActivityImportReversal) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for importReversalActivityDetails.
- incentive(LoyaltyPromotionIncentive) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for incentive.
- include(String) - Method in class com.squareup.square.models.RetrieveSubscriptionRequest.Builder
-
Setter for include.
- include(List<String>) - Method in class com.squareup.square.models.SearchSubscriptionsRequest.Builder
-
Setter for include.
- includeCategoryPathToRoot(Boolean) - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
Setter for includeCategoryPathToRoot.
- includeCategoryPathToRoot(Boolean) - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
Setter for includeCategoryPathToRoot.
- includeCategoryPathToRoot(Boolean) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for includeCategoryPathToRoot.
- includeDeletedObjects(Boolean) - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
Setter for includeDeletedObjects.
- includeDeletedObjects(Boolean) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for includeDeletedObjects.
- includeDisabled(Boolean) - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
Setter for includeDisabled.
- includeDisabled(Boolean) - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
Setter for includeDisabled.
- includePartial(Boolean) - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
Setter for includePartial.
- includeRelatedObjects(Boolean) - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
Setter for includeRelatedObjects.
- includeRelatedObjects(Boolean) - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
Setter for includeRelatedObjects.
- includeRelatedObjects(Boolean) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for includeRelatedObjects.
- inclusionType(String) - Method in class com.squareup.square.models.CatalogTax.Builder
-
Setter for inclusionType.
- inclusionType(String) - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
Setter for inclusionType.
- inclusiveTax(List<V1PaymentTax>) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for inclusiveTax.
- inclusiveTaxMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for inclusiveTaxMoney.
- info(SubscriptionEventInfo) - Method in class com.squareup.square.models.SubscriptionEvent.Builder
-
Setter for info.
- ingredients(List<CatalogItemFoodAndBeverageDetailsIngredient>) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
Setter for ingredients.
- initialAttributeValue(String) - Method in class com.squareup.square.models.CatalogQuerySortedAttribute.Builder
-
Setter for initialAttributeValue.
- initiatedAt(String) - Method in class com.squareup.square.models.V1Settlement.Builder
-
Setter for initiatedAt.
- inProgressAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for inProgressAt.
- inProgressAt(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for inProgressAt.
- inProgressAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for inProgressAt.
- inProgressAt(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for inProgressAt.
- inputText(String) - Method in class com.squareup.square.models.CollectedData.Builder
-
Setter for inputText.
- inputType(String) - Method in class com.squareup.square.models.DataCollectionOptions.Builder
-
Setter for inputType.
- instagramUsername(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for instagramUsername.
- intermissionMinutes(Integer) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for intermissionMinutes.
- internalGetAbbreviation() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Abbreviation.
- internalGetAbbreviation() - Method in class com.squareup.square.models.StandardUnitDescription
-
Internal Getter for Abbreviation.
- internalGetAbsentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for AbsentAtLocationIds.
- internalGetAcceptPartialAuthorization() - Method in class com.squareup.square.models.PaymentOptions
-
Internal Getter for AcceptPartialAuthorization.
- internalGetAccessToken() - Method in class com.squareup.square.models.RenewTokenRequest
-
Internal Getter for AccessToken.
- internalGetAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Internal Getter for AccessToken.
- internalGetAccountNumber() - Method in class com.squareup.square.models.Vendor
-
Internal Getter for AccountNumber.
- internalGetAccountNumberSuffix() - Method in class com.squareup.square.models.ACHDetails
-
Internal Getter for AccountNumberSuffix.
- internalGetAccountOwnershipType() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for AccountOwnershipType.
- internalGetAccountType() - Method in class com.squareup.square.models.ACHDetails
-
Internal Getter for AccountType.
- internalGetAccrualRules() - Method in class com.squareup.square.models.LoyaltyProgram
-
Internal Getter for AccrualRules.
- internalGetActions() - Method in class com.squareup.square.models.Subscription
-
Internal Getter for Actions.
- internalGetActive() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Internal Getter for Active.
- internalGetActive() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Internal Getter for Active.
- internalGetAdditionalRecipients() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for AdditionalRecipients.
- internalGetAdditionalRecipients() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for AdditionalRecipients.
- internalGetAdditionalRecipients() - Method in class com.squareup.square.models.Refund
-
Internal Getter for AdditionalRecipients.
- internalGetAdditionalRecipients() - Method in class com.squareup.square.models.Tender
-
Internal Getter for AdditionalRecipients.
- internalGetAdditiveTax() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for AdditiveTax.
- internalGetAddressLine1() - Method in class com.squareup.square.models.Address
-
Internal Getter for AddressLine1.
- internalGetAddressLine2() - Method in class com.squareup.square.models.Address
-
Internal Getter for AddressLine2.
- internalGetAddressLine3() - Method in class com.squareup.square.models.Address
-
Internal Getter for AddressLine3.
- internalGetAdministrativeDistrictLevel1() - Method in class com.squareup.square.models.Address
-
Internal Getter for AdministrativeDistrictLevel1.
- internalGetAdministrativeDistrictLevel2() - Method in class com.squareup.square.models.Address
-
Internal Getter for AdministrativeDistrictLevel2.
- internalGetAdministrativeDistrictLevel3() - Method in class com.squareup.square.models.Address
-
Internal Getter for AdministrativeDistrictLevel3.
- internalGetAfterpayClearpay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Internal Getter for AfterpayClearpay.
- internalGetAll() - Method in class com.squareup.square.models.FilterValue
-
Internal Getter for All.
- internalGetAllItems() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Internal Getter for AllItems.
- internalGetAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Internal Getter for AllowedSelections.
- internalGetAllowNegativeBalance() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
Internal Getter for AllowNegativeBalance.
- internalGetAllowTipping() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for AllowTipping.
- internalGetAllowTipping() - Method in class com.squareup.square.models.TipSettings
-
Internal Getter for AllowTipping.
- internalGetAllowUserCancel() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Internal Getter for AllowUserCancel.
- internalGetAllProducts() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for AllProducts.
- internalGetAmount() - Method in class com.squareup.square.models.Money
-
Internal Getter for Amount.
- internalGetAmount() - Method in class com.squareup.square.models.V1Money
-
Internal Getter for Amount.
- internalGetAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Internal Getter for Amounts.
- internalGetAny() - Method in class com.squareup.square.models.FilterValue
-
Internal Getter for Any.
- internalGetAnyTeamMemberBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for AnyTeamMemberBookingEnabled.
- internalGetApiVersion() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest
-
Internal Getter for ApiVersion.
- internalGetApiVersion() - Method in class com.squareup.square.models.WebhookSubscription
-
Internal Getter for ApiVersion.
- internalGetApplePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Internal Getter for ApplePay.
- internalGetApplicationCryptogram() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for ApplicationCryptogram.
- internalGetApplicationId() - Method in class com.squareup.square.models.ApplicationDetails
-
Internal Getter for ApplicationId.
- internalGetApplicationId() - Method in class com.squareup.square.models.SourceApplication
-
Internal Getter for ApplicationId.
- internalGetApplicationIdentifier() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for ApplicationIdentifier.
- internalGetApplicationName() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for ApplicationName.
- internalGetAppliedDiscounts() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for AppliedDiscounts.
- internalGetAppliedDiscounts() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for AppliedDiscounts.
- internalGetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for AppliedServiceCharges.
- internalGetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for AppliedServiceCharges.
- internalGetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for AppliedServiceCharges.
- internalGetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for AppliedServiceCharges.
- internalGetAppliedTaxes() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for AppliedTaxes.
- internalGetAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for AppliedTaxes.
- internalGetAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for AppliedTaxes.
- internalGetAppliedTaxes() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for AppliedTaxes.
- internalGetAppliesToCustomAmounts() - Method in class com.squareup.square.models.CatalogTax
-
Internal Getter for AppliesToCustomAmounts.
- internalGetAppliesToProductSetId() - Method in class com.squareup.square.models.CatalogTax
-
Internal Getter for AppliesToProductSetId.
- internalGetApplyProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ApplyProductsId.
- internalGetAppointmentSegments() - Method in class com.squareup.square.models.Availability
-
Internal Getter for AppointmentSegments.
- internalGetAppointmentSegments() - Method in class com.squareup.square.models.Booking
-
Internal Getter for AppointmentSegments.
- internalGetAppVersion() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for AppVersion.
- internalGetArrivalDate() - Method in class com.squareup.square.models.Payout
-
Internal Getter for ArrivalDate.
- internalGetAskForShippingAddress() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for AskForShippingAddress.
- internalGetAskForShippingAddress() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for AskForShippingAddress.
- internalGetAttributeMaxValue() - Method in class com.squareup.square.models.CatalogQueryRange
-
Internal Getter for AttributeMaxValue.
- internalGetAttributeMinValue() - Method in class com.squareup.square.models.CatalogQueryRange
-
Internal Getter for AttributeMinValue.
- internalGetAuthorizedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Internal Getter for AuthorizedAt.
- internalGetAuthResultCode() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for AuthResultCode.
- internalGetAutoApplyDiscounts() - Method in class com.squareup.square.models.OrderPricingOptions
-
Internal Getter for AutoApplyDiscounts.
- internalGetAutoApplyTaxes() - Method in class com.squareup.square.models.OrderPricingOptions
-
Internal Getter for AutoApplyTaxes.
- internalGetAutocomplete() - Method in class com.squareup.square.models.PaymentOptions
-
Internal Getter for Autocomplete.
- internalGetAutoCompleteDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for AutoCompleteDuration.
- internalGetAutoCompleteDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for AutoCompleteDuration.
- internalGetAvailabilityPeriodIds() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for AvailabilityPeriodIds.
- internalGetAvailableElectronically() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for AvailableElectronically.
- internalGetAvailableForBooking() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for AvailableForBooking.
- internalGetAvailableForPickup() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for AvailableForPickup.
- internalGetAvailableOnline() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for AvailableOnline.
- internalGetAvsStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for AvsStatus.
- internalGetAwaitNextAction() - Method in class com.squareup.square.models.TerminalAction
-
Internal Getter for AwaitNextAction.
- internalGetAwaitNextActionDuration() - Method in class com.squareup.square.models.TerminalAction
-
Internal Getter for AwaitNextActionDuration.
- internalGetBankAccount() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Internal Getter for BankAccount.
- internalGetBankAccountId() - Method in class com.squareup.square.models.V1Settlement
-
Internal Getter for BankAccountId.
- internalGetBankName() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for BankName.
- internalGetBankName() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for BankName.
- internalGetBatchDeleteMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for BatchDeleteMaxObjectIds.
- internalGetBatchRetrieveMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for BatchRetrieveMaxObjectIds.
- internalGetBatchToken() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Internal Getter for BatchToken.
- internalGetBatchToken() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Internal Getter for BatchToken.
- internalGetBatchToken() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Internal Getter for BatchToken.
- internalGetBatchToken() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Internal Getter for BatchToken.
- internalGetBatchUpsertMaxObjectsPerBatch() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for BatchUpsertMaxObjectsPerBatch.
- internalGetBatchUpsertMaxTotalObjects() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for BatchUpsertMaxTotalObjects.
- internalGetBatteryPercentage() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for BatteryPercentage.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListRefundsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Internal Getter for BeginTime.
- internalGetBeginTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Internal Getter for BeginTime.
- internalGetBirthday() - Method in class com.squareup.square.models.Customer
-
Internal Getter for Birthday.
- internalGetBirthday() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for Birthday.
- internalGetBlockedDiscounts() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
Internal Getter for BlockedDiscounts.
- internalGetBlockedTaxes() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
Internal Getter for BlockedTaxes.
- internalGetBookableOnly() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Internal Getter for BookableOnly.
- internalGetBookingEnabled() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Internal Getter for BookingEnabled.
- internalGetBookingId() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Internal Getter for BookingId.
- internalGetBookingSiteUrl() - Method in class com.squareup.square.models.LocationBookingProfile
-
Internal Getter for BookingSiteUrl.
- internalGetBookingVersion() - Method in class com.squareup.square.models.CancelBookingRequest
-
Internal Getter for BookingVersion.
- internalGetBooleanValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Internal Getter for BooleanValue.
- internalGetBoolFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Internal Getter for BoolFilter.
- internalGetBrand() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Internal Getter for Brand.
- internalGetBrand() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Internal Getter for Brand.
- internalGetBrandDisputeId() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for BrandDisputeId.
- internalGetBreaks() - Method in class com.squareup.square.models.Shift
-
Internal Getter for Breaks.
- internalGetBtcPriceSatoshi() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for BtcPriceSatoshi.
- internalGetBtcReceiveAddress() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for BtcReceiveAddress.
- internalGetBusinessEmail() - Method in class com.squareup.square.models.Location
-
Internal Getter for BusinessEmail.
- internalGetBusinessName() - Method in class com.squareup.square.models.Location
-
Internal Getter for BusinessName.
- internalGetBusinessName() - Method in class com.squareup.square.models.Merchant
-
Internal Getter for BusinessName.
- internalGetButtonColor() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Internal Getter for ButtonColor.
- internalGetBuyerArrivedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
Internal Getter for BuyerArrivedAt.
- internalGetBuyerArrivedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Internal Getter for BuyerArrivedAt.
- internalGetBuyerCountryCode() - Method in class com.squareup.square.models.CashAppDetails
-
Internal Getter for BuyerCountryCode.
- internalGetBuyerEmail() - Method in class com.squareup.square.models.PrePopulatedData
-
Internal Getter for BuyerEmail.
- internalGetBuyerEmail() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for BuyerEmail.
- internalGetBuyerEmailAddress() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for BuyerEmailAddress.
- internalGetBuyerFullName() - Method in class com.squareup.square.models.CashAppDetails
-
Internal Getter for BuyerFullName.
- internalGetBuyerNote() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for BuyerNote.
- internalGetBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Internal Getter for BuyerPaymentInstrumentIds.
- internalGetBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Internal Getter for BuyerPaymentInstrumentIds.
- internalGetBuyerPhoneNumber() - Method in class com.squareup.square.models.PrePopulatedData
-
Internal Getter for BuyerPhoneNumber.
- internalGetBuyNowPayLater() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Internal Getter for BuyNowPayLater.
- internalGetCalorieCount() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Internal Getter for CalorieCount.
- internalGetCanceledAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for CanceledAt.
- internalGetCanceledAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for CanceledAt.
- internalGetCanceledDate() - Method in class com.squareup.square.models.Subscription
-
Internal Getter for CanceledDate.
- internalGetCanceledNote() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for CanceledNote.
- internalGetCanceledNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Internal Getter for CanceledNote.
- internalGetCancellationPolicyText() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for CancellationPolicyText.
- internalGetCancellationWindowSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for CancellationWindowSeconds.
- internalGetCancelReason() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CancelReason.
- internalGetCancelReason() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for CancelReason.
- internalGetCancelReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for CancelReason.
- internalGetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CancelReason.
- internalGetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for CancelReason.
- internalGetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for CancelReason.
- internalGetCanProrate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Internal Getter for CanProrate.
- internalGetCaption() - Method in class com.squareup.square.models.CatalogImage
-
Internal Getter for Caption.
- internalGetCapturedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Internal Getter for CapturedAt.
- internalGetCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Internal Getter for Card.
- internalGetCardBrand() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for CardBrand.
- internalGetCardholderName() - Method in class com.squareup.square.models.Card
-
Internal Getter for CardholderName.
- internalGetCardId() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for CardId.
- internalGetCardId() - Method in class com.squareup.square.models.Subscription
-
Internal Getter for CardId.
- internalGetCardNonce() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for CardNonce.
- internalGetCards() - Method in class com.squareup.square.models.Customer
-
Internal Getter for Cards.
- internalGetCarrier() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for Carrier.
- internalGetCarrier() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for Carrier.
- internalGetCashAppPay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Internal Getter for CashAppPay.
- internalGetCashAppPay() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Internal Getter for CashAppPay.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.InventoryCount
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectId() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for CatalogObjectId.
- internalGetCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for CatalogObjectIds.
- internalGetCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for CatalogObjectIds.
- internalGetCatalogObjectType() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for CatalogObjectType.
- internalGetCatalogObjectType() - Method in class com.squareup.square.models.InventoryCount
-
Internal Getter for CatalogObjectType.
- internalGetCatalogObjectType() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for CatalogObjectType.
- internalGetCatalogObjectType() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for CatalogObjectType.
- internalGetCatalogV1Id() - Method in class com.squareup.square.models.CatalogV1Id
-
Internal Getter for CatalogV1Id.
- internalGetCatalogV1Ids() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for CatalogV1Ids.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.CatalogObjectReference
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.ListCatalogRequest
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for CatalogVersion.
- internalGetCatalogVersion() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Internal Getter for CatalogVersion.
- internalGetCategories() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Categories.
- internalGetCategoryId() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for CategoryId.
- internalGetCategoryId() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
Internal Getter for CategoryId.
- internalGetCategoryName() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
Internal Getter for CategoryName.
- internalGetCategoryName() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Internal Getter for CategoryName.
- internalGetChanges() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Internal Getter for Changes.
- internalGetChannels() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for Channels.
- internalGetChannels() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Channels.
- internalGetChargingState() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for ChargingState.
- internalGetCheckoutPageUrl() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for CheckoutPageUrl.
- internalGetClientId() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Internal Getter for ClientId.
- internalGetClientId() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for ClientId.
- internalGetClientObjectId() - Method in class com.squareup.square.models.CatalogIdMapping
-
Internal Getter for ClientObjectId.
- internalGetClientSecret() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for ClientSecret.
- internalGetClosedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Internal Getter for ClosedAt.
- internalGetClosedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Internal Getter for ClosedAt.
- internalGetCode() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for Code.
- internalGetCodeVerifier() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for CodeVerifier.
- internalGetCollectSignature() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Internal Getter for CollectSignature.
- internalGetColor() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Internal Getter for Color.
- internalGetCompanyName() - Method in class com.squareup.square.models.Customer
-
Internal Getter for CompanyName.
- internalGetCompanyName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for CompanyName.
- internalGetCompletedAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CompletedAt.
- internalGetCompletedAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CompletedAt.
- internalGetCompletedNote() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for CompletedNote.
- internalGetCompletedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Internal Getter for CompletedNote.
- internalGetComponents() - Method in class com.squareup.square.models.Device
-
Internal Getter for Components.
- internalGetContacts() - Method in class com.squareup.square.models.Vendor
-
Internal Getter for Contacts.
- internalGetContentType() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Internal Getter for ContentType.
- internalGetCount() - Method in class com.squareup.square.models.ListCustomersRequest
-
Internal Getter for Count.
- internalGetCountry() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for Country.
- internalGetCourierPickupAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CourierPickupAt.
- internalGetCourierPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CourierPickupAt.
- internalGetCourierPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CourierPickupWindowDuration.
- internalGetCourierPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CourierPickupWindowDuration.
- internalGetCourierProviderName() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CourierProviderName.
- internalGetCourierProviderName() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CourierProviderName.
- internalGetCourierSupportPhoneNumber() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for CourierSupportPhoneNumber.
- internalGetCourierSupportPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for CourierSupportPhoneNumber.
- internalGetCreatorId() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for CreatorId.
- internalGetCurbsideDetails() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
Internal Getter for CurbsideDetails.
- internalGetCurbsideDetails() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Internal Getter for CurbsideDetails.
- internalGetCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCardsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCatalogRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListCustomersRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListDevicesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListDisputesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListMerchantsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListRefundsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Internal Getter for Cursor.
- internalGetCursor() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
Internal Getter for Cursor.
- internalGetCustomAttributeDefinitionId() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Internal Getter for CustomAttributeDefinitionId.
- internalGetCustomAttributeValues() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for CustomAttributeValues.
- internalGetCustomerCardId() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for CustomerCardId.
- internalGetCustomerGroupIdsAny() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for CustomerGroupIdsAny.
- internalGetCustomerId() - Method in class com.squareup.square.models.Booking
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.Card
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.InvoiceRecipient
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.ListCardsRequest
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.LoyaltyAccount
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.Order
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.Tender
-
Internal Getter for CustomerId.
- internalGetCustomerId() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for CustomerId.
- internalGetCustomerIds() - Method in class com.squareup.square.models.InvoiceFilter
-
Internal Getter for CustomerIds.
- internalGetCustomerIds() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Internal Getter for CustomerIds.
- internalGetCustomerIds() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter
-
Internal Getter for CustomerIds.
- internalGetCustomerIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Internal Getter for CustomerIds.
- internalGetCustomerInitiated() - Method in class com.squareup.square.models.CustomerDetails
-
Internal Getter for CustomerInitiated.
- internalGetCustomerNote() - Method in class com.squareup.square.models.Booking
-
Internal Getter for CustomerNote.
- internalGetCustomerNotesEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Internal Getter for CustomerNotesEnabled.
- internalGetCustomFields() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for CustomFields.
- internalGetCustomFields() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for CustomFields.
- internalGetCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Internal Getter for CustomName.
- internalGetCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Internal Getter for CustomName.
- internalGetCustomTipField() - Method in class com.squareup.square.models.TipSettings
-
Internal Getter for CustomTipField.
- internalGetCvvStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for CvvStatus.
- internalGetDeadlineDuration() - Method in class com.squareup.square.models.TerminalAction
-
Internal Getter for DeadlineDuration.
- internalGetDeadlineDuration() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for DeadlineDuration.
- internalGetDeadlineDuration() - Method in class com.squareup.square.models.TerminalRefund
-
Internal Getter for DeadlineDuration.
- internalGetDebitMandateReferenceId() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for DebitMandateReferenceId.
- internalGetDefaultPercent() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Internal Getter for DefaultPercent.
- internalGetDefaultTimezone() - Method in class com.squareup.square.models.ShiftWorkday
-
Internal Getter for DefaultTimezone.
- internalGetDelayAction() - Method in class com.squareup.square.models.Payment
-
Internal Getter for DelayAction.
- internalGetDelayCapture() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for DelayCapture.
- internalGetDelayDuration() - Method in class com.squareup.square.models.PaymentOptions
-
Internal Getter for DelayDuration.
- internalGetDeleted() - Method in class com.squareup.square.models.EventData
-
Internal Getter for Deleted.
- internalGetDeliverAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for DeliverAt.
- internalGetDeliverAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for DeliverAt.
- internalGetDeliveryWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for DeliveryWindowDuration.
- internalGetDeliveryWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for DeliveryWindowDuration.
- internalGetDescription() - Method in class com.squareup.square.models.AdditionalRecipient
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CashDrawerShift
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CatalogItemOption
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.Location
-
Internal Getter for Description.
- internalGetDescription() - Method in class com.squareup.square.models.PaymentLink
-
Internal Getter for Description.
- internalGetDescriptionHtml() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for DescriptionHtml.
- internalGetDestinationId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for DestinationId.
- internalGetDestinationType() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for DestinationType.
- internalGetDetail() - Method in class com.squareup.square.models.SubscriptionEventInfo
-
Internal Getter for Detail.
- internalGetDeviceCodeId() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Internal Getter for DeviceCodeId.
- internalGetDeviceId() - Method in class com.squareup.square.models.DeviceDetails
-
Internal Getter for DeviceId.
- internalGetDeviceId() - Method in class com.squareup.square.models.TerminalAction
-
Internal Getter for DeviceId.
- internalGetDeviceId() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Internal Getter for DeviceId.
- internalGetDeviceId() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Internal Getter for DeviceId.
- internalGetDeviceId() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Internal Getter for DeviceId.
- internalGetDeviceInstallationId() - Method in class com.squareup.square.models.DeviceDetails
-
Internal Getter for DeviceInstallationId.
- internalGetDeviceName() - Method in class com.squareup.square.models.DeviceDetails
-
Internal Getter for DeviceName.
- internalGetDietaryPreferences() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Internal Getter for DietaryPreferences.
- internalGetDisagreeButtonText() - Method in class com.squareup.square.models.ConfirmationOptions
-
Internal Getter for DisagreeButtonText.
- internalGetDiscountCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Internal Getter for DiscountCatalogObjectId.
- internalGetDiscountId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for DiscountId.
- internalGetDiscountId() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Internal Getter for DiscountId.
- internalGetDiscountIds() - Method in class com.squareup.square.models.SubscriptionPricing
-
Internal Getter for DiscountIds.
- internalGetDiscounts() - Method in class com.squareup.square.models.Order
-
Internal Getter for Discounts.
- internalGetDiscounts() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Discounts.
- internalGetDiscountUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Internal Getter for DiscountUid.
- internalGetDisplayName() - Method in class com.squareup.square.models.CatalogItemOption
-
Internal Getter for DisplayName.
- internalGetDisplayName() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Internal Getter for DisplayName.
- internalGetDisplayName() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Internal Getter for DisplayName.
- internalGetDisputeId() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for DisputeId.
- internalGetDisputeId() - Method in class com.squareup.square.models.DisputeEvidence
-
Internal Getter for DisputeId.
- internalGetDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
Internal Getter for DisputeId.
- internalGetDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
Internal Getter for DisputeId.
- internalGetDomain() - Method in class com.squareup.square.models.Site
-
Internal Getter for Domain.
- internalGetDropoffNotes() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for DropoffNotes.
- internalGetDropoffNotes() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for DropoffNotes.
- internalGetDueAt() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for DueAt.
- internalGetDueDate() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for DueDate.
- internalGetDurationMinutes() - Method in class com.squareup.square.models.AppointmentSegment
-
Internal Getter for DurationMinutes.
- internalGetEffectiveAt() - Method in class com.squareup.square.models.PayoutEntry
-
Internal Getter for EffectiveAt.
- internalGetEffectiveAt() - Method in class com.squareup.square.models.PayoutFee
-
Internal Getter for EffectiveAt.
- internalGetEffectiveAt() - Method in class com.squareup.square.models.ProcessingFee
-
Internal Getter for EffectiveAt.
- internalGetEffectiveDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Internal Getter for EffectiveDate.
- internalGetEffectiveDate() - Method in class com.squareup.square.models.SubscriptionAction
-
Internal Getter for EffectiveDate.
- internalGetEligibleCategoryIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Internal Getter for EligibleCategoryIds.
- internalGetEligibleForAutoAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Internal Getter for EligibleForAutoAmounts.
- internalGetEligibleItemIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Internal Getter for EligibleItemIds.
- internalGetEmail() - Method in class com.squareup.square.models.Employee
-
Internal Getter for Email.
- internalGetEmailAddress() - Method in class com.squareup.square.models.AfterpayDetails
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.ClearpayDetails
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.Customer
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.TeamMember
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for EmailAddress.
- internalGetEmailAddress() - Method in class com.squareup.square.models.VendorContact
-
Internal Getter for EmailAddress.
- internalGetEmailUnsubscribed() - Method in class com.squareup.square.models.CustomerPreferences
-
Internal Getter for EmailUnsubscribed.
- internalGetEmployeeId() - Method in class com.squareup.square.models.EmployeeWage
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.Shift
-
Internal Getter for EmployeeId.
- internalGetEmployeeId() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for EmployeeId.
- internalGetEmployeeIds() - Method in class com.squareup.square.models.ShiftFilter
-
Internal Getter for EmployeeIds.
- internalGetEnableCoupon() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for EnableCoupon.
- internalGetEnabled() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Internal Getter for Enabled.
- internalGetEnabled() - Method in class com.squareup.square.models.CatalogTax
-
Internal Getter for Enabled.
- internalGetEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
Internal Getter for Enabled.
- internalGetEnabled() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
Internal Getter for Enabled.
- internalGetEnabled() - Method in class com.squareup.square.models.WebhookSubscription
-
Internal Getter for Enabled.
- internalGetEnableLoyalty() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for EnableLoyalty.
- internalGetEndAt() - Method in class com.squareup.square.models.Break
-
Internal Getter for EndAt.
- internalGetEndAt() - Method in class com.squareup.square.models.FloatNumberRange
-
Internal Getter for EndAt.
- internalGetEndAt() - Method in class com.squareup.square.models.Shift
-
Internal Getter for EndAt.
- internalGetEndAt() - Method in class com.squareup.square.models.TimeRange
-
Internal Getter for EndAt.
- internalGetEndDate() - Method in class com.squareup.square.models.DateRange
-
Internal Getter for EndDate.
- internalGetEndedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Internal Getter for EndedAt.
- internalGetEndedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Internal Getter for EndedAt.
- internalGetEndLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Internal Getter for EndLocalTime.
- internalGetEndLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Internal Getter for EndLocalTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListRefundsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Internal Getter for EndTime.
- internalGetEndTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Internal Getter for EndTime.
- internalGetEndToEndId() - Method in class com.squareup.square.models.Payout
-
Internal Getter for EndToEndId.
- internalGetEnforceUniqueness() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
Internal Getter for EnforceUniqueness.
- internalGetEnrolledAt() - Method in class com.squareup.square.models.LoyaltyAccount
-
Internal Getter for EnrolledAt.
- internalGetEntries() - Method in class com.squareup.square.models.V1Settlement
-
Internal Getter for Entries.
- internalGetEntryMethod() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for EntryMethod.
- internalGetEntryMethod() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Internal Getter for EntryMethod.
- internalGetErrors() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for Errors.
- internalGetErrors() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for Errors.
- internalGetErrors() - Method in class com.squareup.square.models.SquareAccountDetails
-
Internal Getter for Errors.
- internalGetErrors() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for Errors.
- internalGetErrors() - Method in class com.squareup.square.models.V1PaymentTax
-
Internal Getter for Errors.
- internalGetEuVat() - Method in class com.squareup.square.models.CustomerTaxIds
-
Internal Getter for EuVat.
- internalGetEvent() - Method in class com.squareup.square.models.CatalogTimePeriod
-
Internal Getter for Event.
- internalGetEventId() - Method in class com.squareup.square.models.Event
-
Internal Getter for EventId.
- internalGetEventType() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest
-
Internal Getter for EventType.
- internalGetEventTypes() - Method in class com.squareup.square.models.WebhookSubscription
-
Internal Getter for EventTypes.
- internalGetEvidenceId() - Method in class com.squareup.square.models.DisputeEvidence
-
Internal Getter for EvidenceId.
- internalGetEvidenceIds() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for EvidenceIds.
- internalGetEvidenceText() - Method in class com.squareup.square.models.DisputeEvidence
-
Internal Getter for EvidenceText.
- internalGetExact() - Method in class com.squareup.square.models.CustomerTextFilter
-
Internal Getter for Exact.
- internalGetExcludedCategoryIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Internal Getter for ExcludedCategoryIds.
- internalGetExcludedItemVariationIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Internal Getter for ExcludedItemVariationIds.
- internalGetExcludeProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ExcludeProductsId.
- internalGetExpectedShippedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for ExpectedShippedAt.
- internalGetExpectedShippedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for ExpectedShippedAt.
- internalGetExpiresAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for ExpiresAt.
- internalGetExpiresAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for ExpiresAt.
- internalGetExpiresAt() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for ExpiresAt.
- internalGetExpiringPointDeadlines() - Method in class com.squareup.square.models.LoyaltyAccount
-
Internal Getter for ExpiringPointDeadlines.
- internalGetExpMonth() - Method in class com.squareup.square.models.Card
-
Internal Getter for ExpMonth.
- internalGetExpYear() - Method in class com.squareup.square.models.Card
-
Internal Getter for ExpYear.
- internalGetExternalDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for ExternalDeliveryId.
- internalGetExternalDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for ExternalDeliveryId.
- internalGetFacebookUrl() - Method in class com.squareup.square.models.Location
-
Internal Getter for FacebookUrl.
- internalGetFailureReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for FailureReason.
- internalGetFailureReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for FailureReason.
- internalGetFamilyName() - Method in class com.squareup.square.models.Customer
-
Internal Getter for FamilyName.
- internalGetFamilyName() - Method in class com.squareup.square.models.TeamMember
-
Internal Getter for FamilyName.
- internalGetFamilyName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for FamilyName.
- internalGetFeeId() - Method in class com.squareup.square.models.V1PaymentTax
-
Internal Getter for FeeId.
- internalGetFieldsToClear() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Internal Getter for FieldsToClear.
- internalGetFieldsToClear() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Internal Getter for FieldsToClear.
- internalGetFilename() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Internal Getter for Filename.
- internalGetFiletype() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Internal Getter for Filetype.
- internalGetFilters() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters
-
Internal Getter for Filters.
- internalGetFingerprint() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for Fingerprint.
- internalGetFingerprint() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for Fingerprint.
- internalGetFirstName() - Method in class com.squareup.square.models.Address
-
Internal Getter for FirstName.
- internalGetFirstName() - Method in class com.squareup.square.models.Employee
-
Internal Getter for FirstName.
- internalGetFromLocationId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for FromLocationId.
- internalGetFulfillments() - Method in class com.squareup.square.models.Order
-
Internal Getter for Fulfillments.
- internalGetFulfillmentStates() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Internal Getter for FulfillmentStates.
- internalGetFulfillmentTypes() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Internal Getter for FulfillmentTypes.
- internalGetFulfillmentUid() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
Internal Getter for FulfillmentUid.
- internalGetFulfillmentUpdate() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Internal Getter for FulfillmentUpdate.
- internalGetFuzzy() - Method in class com.squareup.square.models.CustomerTextFilter
-
Internal Getter for Fuzzy.
- internalGetGan() - Method in class com.squareup.square.models.GiftCard
-
Internal Getter for Gan.
- internalGetGiftCardGan() - Method in class com.squareup.square.models.GiftCardActivity
-
Internal Getter for GiftCardGan.
- internalGetGiftCardId() - Method in class com.squareup.square.models.GiftCardActivity
-
Internal Getter for GiftCardId.
- internalGetGiftCardId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for GiftCardId.
- internalGetGivenName() - Method in class com.squareup.square.models.Customer
-
Internal Getter for GivenName.
- internalGetGivenName() - Method in class com.squareup.square.models.TeamMember
-
Internal Getter for GivenName.
- internalGetGivenName() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for GivenName.
- internalGetGooglePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Internal Getter for GooglePay.
- internalGetGroupIds() - Method in class com.squareup.square.models.Customer
-
Internal Getter for GroupIds.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.CancelBookingRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.CloneOrderRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.PublishInvoiceRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateVendorRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Internal Getter for IdempotencyKey.
- internalGetIdempotencyKey() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Internal Getter for IdempotencyKey.
- internalGetIgnoreUnchangedCounts() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Internal Getter for IgnoreUnchangedCounts.
- internalGetImageId() - Method in class com.squareup.square.models.CatalogModifier
-
Internal Getter for ImageId.
- internalGetImageIds() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for ImageIds.
- internalGetImageIds() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for ImageIds.
- internalGetImageIds() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for ImageIds.
- internalGetImageIds() - Method in class com.squareup.square.models.CatalogModifierList
-
Internal Getter for ImageIds.
- internalGetInclude() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest
-
Internal Getter for Include.
- internalGetIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Internal Getter for IncludeCategoryPathToRoot.
- internalGetIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Internal Getter for IncludeCategoryPathToRoot.
- internalGetIncludeDeletedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Internal Getter for IncludeDeletedObjects.
- internalGetIncludeDisabled() - Method in class com.squareup.square.models.ListCardsRequest
-
Internal Getter for IncludeDisabled.
- internalGetIncludeDisabled() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Internal Getter for IncludeDisabled.
- internalGetIncludePartial() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Internal Getter for IncludePartial.
- internalGetIncludeRelatedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Internal Getter for IncludeRelatedObjects.
- internalGetIncludeRelatedObjects() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Internal Getter for IncludeRelatedObjects.
- internalGetInclusiveTax() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for InclusiveTax.
- internalGetIngredients() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Internal Getter for Ingredients.
- internalGetInitialAttributeValue() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
Internal Getter for InitialAttributeValue.
- internalGetInitiatedAt() - Method in class com.squareup.square.models.V1Settlement
-
Internal Getter for InitiatedAt.
- internalGetInstagramUsername() - Method in class com.squareup.square.models.Location
-
Internal Getter for InstagramUsername.
- internalGetInventoryAlertThreshold() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for InventoryAlertThreshold.
- internalGetInventoryAlertThreshold() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Internal Getter for InventoryAlertThreshold.
- internalGetInvoiceNumber() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for InvoiceNumber.
- internalGetIpAddress() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for IpAddress.
- internalGetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Internal Getter for IpAddressV4.
- internalGetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
Internal Getter for IpAddressV4.
- internalGetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Internal Getter for IpAddressV4.
- internalGetIsArchived() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for IsArchived.
- internalGetIsBookable() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Internal Getter for IsBookable.
- internalGetIsCurbsidePickup() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for IsCurbsidePickup.
- internalGetIsCurbsidePickup() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for IsCurbsidePickup.
- internalGetIsDeleted() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for IsDeleted.
- internalGetIsDuplicate() - Method in class com.squareup.square.models.ReceiptOptions
-
Internal Getter for IsDuplicate.
- internalGetIsExchange() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for IsExchange.
- internalGetIsExchange() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for IsExchange.
- internalGetIsNoContactDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for IsNoContactDelivery.
- internalGetIsNoContactDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for IsNoContactDelivery.
- internalGetIsOvertimeExempt() - Method in class com.squareup.square.models.WageSetting
-
Internal Getter for IsOvertimeExempt.
- internalGetIsOwner() - Method in class com.squareup.square.models.Employee
-
Internal Getter for IsOwner.
- internalGetIsOwner() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Internal Getter for IsOwner.
- internalGetIsPartial() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for IsPartial.
- internalGetIsPublished() - Method in class com.squareup.square.models.Site
-
Internal Getter for IsPublished.
- internalGetIsTopLevel() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for IsTopLevel.
- internalGetItemId() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for ItemId.
- internalGetItemId() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Internal Getter for ItemId.
- internalGetItemizations() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for Itemizations.
- internalGetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionForItem
-
Internal Getter for ItemOptionId.
- internalGetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Internal Getter for ItemOptionId.
- internalGetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Internal Getter for ItemOptionId.
- internalGetItemOptionIds() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
Internal Getter for ItemOptionIds.
- internalGetItemOptions() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for ItemOptions.
- internalGetItemOptionValueId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Internal Getter for ItemOptionValueId.
- internalGetItemOptionValueIds() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
Internal Getter for ItemOptionValueIds.
- internalGetItemOptionValues() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for ItemOptionValues.
- internalGetItemVariationId() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Internal Getter for ItemVariationId.
- internalGetItemVariationName() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for ItemVariationName.
- internalGetJobAssignments() - Method in class com.squareup.square.models.WageSetting
-
Internal Getter for JobAssignments.
- internalGetJobId() - Method in class com.squareup.square.models.TeamMemberWage
-
Internal Getter for JobId.
- internalGetKey() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Internal Getter for Key.
- internalGetKey() - Method in class com.squareup.square.models.CustomAttribute
-
Internal Getter for Key.
- internalGetKey() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Internal Getter for Key.
- internalGetKey() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Internal Getter for Key.
- internalGetLabel() - Method in class com.squareup.square.models.InvoiceCustomField
-
Internal Getter for Label.
- internalGetLabelColor() - Method in class com.squareup.square.models.CatalogDiscount
-
Internal Getter for LabelColor.
- internalGetLabelColor() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for LabelColor.
- internalGetLanguageCode() - Method in class com.squareup.square.models.Location
-
Internal Getter for LanguageCode.
- internalGetLanguageCode() - Method in class com.squareup.square.models.Merchant
-
Internal Getter for LanguageCode.
- internalGetLanguageCode() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
Internal Getter for LanguageCode.
- internalGetLast4() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for Last4.
- internalGetLastName() - Method in class com.squareup.square.models.Address
-
Internal Getter for LastName.
- internalGetLastName() - Method in class com.squareup.square.models.Employee
-
Internal Getter for LastName.
- internalGetLatitude() - Method in class com.squareup.square.models.Coordinates
-
Internal Getter for Latitude.
- internalGetLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListCustomersRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListDevicesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Internal Getter for Limit.
- internalGetLimit() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Internal Getter for Limit.
- internalGetLineItems() - Method in class com.squareup.square.models.Order
-
Internal Getter for LineItems.
- internalGetLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Internal Getter for LineItemUid.
- internalGetLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Internal Getter for LineItemUid.
- internalGetLocality() - Method in class com.squareup.square.models.Address
-
Internal Getter for Locality.
- internalGetLocationId() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Booking
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.CatalogV1Id
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.DeviceCode
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Event
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.InventoryCount
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListDevicesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListDisputesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.LocationBookingProfile
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.OrderCreated
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.OrderEntry
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.OrderUpdated
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Tender
-
Internal Getter for LocationId.
- internalGetLocationId() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for LocationId.
- internalGetLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.Employee
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.LoyaltyProgram
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.ShiftFilter
-
Internal Getter for LocationIds.
- internalGetLocationIds() - Method in class com.squareup.square.models.TeamMemberAssignedLocations
-
Internal Getter for LocationIds.
- internalGetLocationOverrides() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for LocationOverrides.
- internalGetLocationOverrides() - Method in class com.squareup.square.models.CatalogModifier
-
Internal Getter for LocationOverrides.
- internalGetLocationTypes() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for LocationTypes.
- internalGetLongitude() - Method in class com.squareup.square.models.Coordinates
-
Internal Getter for Longitude.
- internalGetLoyaltyAccountId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Internal Getter for LoyaltyAccountId.
- internalGetMainLocationId() - Method in class com.squareup.square.models.Merchant
-
Internal Getter for MainLocationId.
- internalGetManagedDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for ManagedDelivery.
- internalGetManagedDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for ManagedDelivery.
- internalGetManufacturersId() - Method in class com.squareup.square.models.DeviceAttributes
-
Internal Getter for ManufacturersId.
- internalGetMappings() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Internal Getter for Mappings.
- internalGetMatchProductsId() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for MatchProductsId.
- internalGetMax() - Method in class com.squareup.square.models.Range
-
Internal Getter for Max.
- internalGetMaxAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Internal Getter for MaxAllowedSelections.
- internalGetMaxAppointmentsPerDayLimit() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for MaxAppointmentsPerDayLimit.
- internalGetMaxBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for MaxBookingLeadTimeSeconds.
- internalGetMaxSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Internal Getter for MaxSelectedModifiers.
- internalGetMBoolean() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Internal Getter for MBoolean.
- internalGetMcc() - Method in class com.squareup.square.models.Location
-
Internal Getter for Mcc.
- internalGetMeasurementUnitId() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for MeasurementUnitId.
- internalGetMerchantId() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for MerchantId.
- internalGetMerchantId() - Method in class com.squareup.square.models.Event
-
Internal Getter for MerchantId.
- internalGetMerchantId() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Internal Getter for MerchantId.
- internalGetMerchantId() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for MerchantId.
- internalGetMerchantId() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for MerchantId.
- internalGetMerchantSupportEmail() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for MerchantSupportEmail.
- internalGetMerchantSupportEmail() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for MerchantSupportEmail.
- internalGetMerchantToken() - Method in class com.squareup.square.models.DeviceAttributes
-
Internal Getter for MerchantToken.
- internalGetMessage() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Internal Getter for Message.
- internalGetMetadata() - Method in class com.squareup.square.models.Fulfillment
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.Order
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderFulfillment
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for Metadata.
- internalGetMetadata() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for Metadata.
- internalGetMigrationToken() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for MigrationToken.
- internalGetMin() - Method in class com.squareup.square.models.Range
-
Internal Getter for Min.
- internalGetMinBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for MinBookingLeadTimeSeconds.
- internalGetMinSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Internal Getter for MinSelectedModifiers.
- internalGetModel() - Method in class com.squareup.square.models.DeviceAttributes
-
Internal Getter for Model.
- internalGetModifierListId() - Method in class com.squareup.square.models.CatalogModifier
-
Internal Getter for ModifierListId.
- internalGetModifierListInfo() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for ModifierListInfo.
- internalGetModifierListsToDisable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Internal Getter for ModifierListsToDisable.
- internalGetModifierListsToEnable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Internal Getter for ModifierListsToEnable.
- internalGetModifierOptionId() - Method in class com.squareup.square.models.V1PaymentModifier
-
Internal Getter for ModifierOptionId.
- internalGetModifierOverrides() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Internal Getter for ModifierOverrides.
- internalGetModifiers() - Method in class com.squareup.square.models.CatalogModifierList
-
Internal Getter for Modifiers.
- internalGetModifiers() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for Modifiers.
- internalGetModifiers() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Modifiers.
- internalGetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Internal Getter for MonthlyBillingAnchorDate.
- internalGetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Internal Getter for MonthlyBillingAnchorDate.
- internalGetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.SubscriptionAction
-
Internal Getter for MonthlyBillingAnchorDate.
- internalGetMultipleServiceBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for MultipleServiceBookingEnabled.
- internalGetMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Internal Getter for Multiplier.
- internalGetName() - Method in class com.squareup.square.models.CashDrawerDevice
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogDiscount
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogImage
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogItemOption
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogModifier
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogModifierList
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CatalogTax
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.DeviceAttributes
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.DeviceCode
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.Location
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.OrderSource
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.ShippingFee
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.SourceApplication
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.StandardUnitDescription
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.SubscriptionSource
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1Device
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1PaymentModifier
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1PaymentTax
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.Vendor
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.VendorContact
-
Internal Getter for Name.
- internalGetName() - Method in class com.squareup.square.models.WebhookSubscription
-
Internal Getter for Name.
- internalGetNetworkConnectionType() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for NetworkConnectionType.
- internalGetNewPlanVariationId() - Method in class com.squareup.square.models.SubscriptionAction
-
Internal Getter for NewPlanVariationId.
- internalGetNewPlanVariationId() - Method in class com.squareup.square.models.SwapPlanRequest
-
Internal Getter for NewPlanVariationId.
- internalGetNickname() - Method in class com.squareup.square.models.Customer
-
Internal Getter for Nickname.
- internalGetNickname() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for Nickname.
- internalGetNone() - Method in class com.squareup.square.models.FilterValue
-
Internal Getter for None.
- internalGetNote() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.Customer
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.Tender
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for Note.
- internalGetNote() - Method in class com.squareup.square.models.Vendor
-
Internal Getter for Note.
- internalGetNotes() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Notes.
- internalGetNotificationUrl() - Method in class com.squareup.square.models.WebhookSubscription
-
Internal Getter for NotificationUrl.
- internalGetNumberValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Internal Getter for NumberValue.
- internalGetObject() - Method in class com.squareup.square.models.EventData
-
Internal Getter for Object.
- internalGetObjectId() - Method in class com.squareup.square.models.CatalogIdMapping
-
Internal Getter for ObjectId.
- internalGetObjectId() - Method in class com.squareup.square.models.CatalogObjectReference
-
Internal Getter for ObjectId.
- internalGetObjectIds() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
Internal Getter for ObjectIds.
- internalGetOccurredAt() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for OccurredAt.
- internalGetOccurredAt() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for OccurredAt.
- internalGetOccurredAt() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for OccurredAt.
- internalGetOnByDefault() - Method in class com.squareup.square.models.CatalogModifierOverride
-
Internal Getter for OnByDefault.
- internalGetOnlineBookingEnabled() - Method in class com.squareup.square.models.LocationBookingProfile
-
Internal Getter for OnlineBookingEnabled.
- internalGetOnlineVisibility() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for OnlineVisibility.
- internalGetOpenedAt() - Method in class com.squareup.square.models.CashDrawerShift
-
Internal Getter for OpenedAt.
- internalGetOpenedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Internal Getter for OpenedAt.
- internalGetOrderHistory() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for OrderHistory.
- internalGetOrderId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.LoyaltyReward
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.OrderCreated
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.OrderEntry
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.OrderUpdated
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for OrderId.
- internalGetOrderId() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for OrderId.
- internalGetOrders() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Internal Getter for Orders.
- internalGetOrderTemplateId() - Method in class com.squareup.square.models.Phase
-
Internal Getter for OrderTemplateId.
- internalGetOrderTemplateId() - Method in class com.squareup.square.models.PhaseInput
-
Internal Getter for OrderTemplateId.
- internalGetOrderValue() - Method in class com.squareup.square.models.PaginationCursor
-
Internal Getter for OrderValue.
- internalGetOrderVersion() - Method in class com.squareup.square.models.PayOrderRequest
-
Internal Getter for OrderVersion.
- internalGetOrdinal() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.CatalogModifier
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.CatalogModifierList
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.CatalogObjectCategory
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.Phase
-
Internal Getter for Ordinal.
- internalGetOrdinal() - Method in class com.squareup.square.models.SubscriptionPhase
-
Internal Getter for Ordinal.
- internalGetOsVersion() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for OsVersion.
- internalGetPageDescription() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Internal Getter for PageDescription.
- internalGetPageTitle() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Internal Getter for PageTitle.
- internalGetPanSuffix() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for PanSuffix.
- internalGetPathToRoot() - Method in class com.squareup.square.models.CatalogCategory
-
Internal Getter for PathToRoot.
- internalGetPauseCycleDuration() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Internal Getter for PauseCycleDuration.
- internalGetPauseEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Internal Getter for PauseEffectiveDate.
- internalGetPauseReason() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Internal Getter for PauseReason.
- internalGetPayload() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Internal Getter for Payload.
- internalGetPaymentConditions() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for PaymentConditions.
- internalGetPaymentId() - Method in class com.squareup.square.models.DisputedPayment
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.Tender
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for PaymentId.
- internalGetPaymentId() - Method in class com.squareup.square.models.V1SettlementEntry
-
Internal Getter for PaymentId.
- internalGetPaymentIds() - Method in class com.squareup.square.models.PayOrderRequest
-
Internal Getter for PaymentIds.
- internalGetPaymentNote() - Method in class com.squareup.square.models.PaymentLink
-
Internal Getter for PaymentNote.
- internalGetPaymentNote() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for PaymentNote.
- internalGetPaymentRegion() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for PaymentRegion.
- internalGetPaymentRequests() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for PaymentRequests.
- internalGetPaymentSourceToken() - Method in class com.squareup.square.models.SquareAccountDetails
-
Internal Getter for PaymentSourceToken.
- internalGetPaymentUrl() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for PaymentUrl.
- internalGetPaymentVersionToken() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for PaymentVersionToken.
- internalGetPayoutFee() - Method in class com.squareup.square.models.Payout
-
Internal Getter for PayoutFee.
- internalGetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
Internal Getter for PayoutId.
- internalGetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
Internal Getter for PayoutId.
- internalGetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail
-
Internal Getter for PayoutId.
- internalGetPercentage() - Method in class com.squareup.square.models.CatalogDiscount
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.CatalogTax
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for Percentage.
- internalGetPercentage() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for Percentage.
- internalGetPercentageRequested() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for PercentageRequested.
- internalGetPercentages() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Internal Getter for Percentages.
- internalGetPeriods() - Method in class com.squareup.square.models.BusinessHours
-
Internal Getter for Periods.
- internalGetPeriods() - Method in class com.squareup.square.models.SubscriptionPhase
-
Internal Getter for Periods.
- internalGetPermalink() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Internal Getter for Permalink.
- internalGetPhases() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Internal Getter for Phases.
- internalGetPhases() - Method in class com.squareup.square.models.SubscriptionAction
-
Internal Getter for Phases.
- internalGetPhases() - Method in class com.squareup.square.models.SubscriptionEvent
-
Internal Getter for Phases.
- internalGetPhases() - Method in class com.squareup.square.models.SwapPlanRequest
-
Internal Getter for Phases.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.Customer
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.Employee
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.Location
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.TeamMember
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for PhoneNumber.
- internalGetPhoneNumber() - Method in class com.squareup.square.models.VendorContact
-
Internal Getter for PhoneNumber.
- internalGetPhotoStudioOrderId() - Method in class com.squareup.square.models.CatalogImage
-
Internal Getter for PhotoStudioOrderId.
- internalGetPickupAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for PickupAt.
- internalGetPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for PickupAt.
- internalGetPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for PickupWindowDuration.
- internalGetPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for PickupWindowDuration.
- internalGetPinRequired() - Method in class com.squareup.square.models.CatalogDiscount
-
Internal Getter for PinRequired.
- internalGetPlanPhaseUid() - Method in class com.squareup.square.models.Phase
-
Internal Getter for PlanPhaseUid.
- internalGetPoints() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Internal Getter for Points.
- internalGetPoints() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Internal Getter for Points.
- internalGetPointsMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Internal Getter for PointsMultiplier.
- internalGetPolicies() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Internal Getter for Policies.
- internalGetPostalCode() - Method in class com.squareup.square.models.Address
-
Internal Getter for PostalCode.
- internalGetPrecision() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
Internal Getter for Precision.
- internalGetPrecision() - Method in class com.squareup.square.models.CatalogMeasurementUnit
-
Internal Getter for Precision.
- internalGetPrecision() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Internal Getter for Precision.
- internalGetPrePopulateBuyerEmail() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for PrePopulateBuyerEmail.
- internalGetPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for PrepTimeDuration.
- internalGetPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Internal Getter for PrepTimeDuration.
- internalGetPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for PrepTimeDuration.
- internalGetPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Internal Getter for PrepTimeDuration.
- internalGetPresentAtAllLocations() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for PresentAtAllLocations.
- internalGetPresentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject
-
Internal Getter for PresentAtLocationIds.
- internalGetPrintOnly() - Method in class com.squareup.square.models.ReceiptOptions
-
Internal Getter for PrintOnly.
- internalGetProcessedAt() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for ProcessedAt.
- internalGetProcessingFee() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for ProcessingFee.
- internalGetProductIdsAll() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for ProductIdsAll.
- internalGetProductIdsAny() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for ProductIdsAny.
- internalGetPromoCode() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for PromoCode.
- internalGetProposedRewards() - Method in class com.squareup.square.models.CalculateOrderRequest
-
Internal Getter for ProposedRewards.
- internalGetQualifyingCategoryIds() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Internal Getter for QualifyingCategoryIds.
- internalGetQualifyingItemVariationIds() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Internal Getter for QualifyingItemVariationIds.
- internalGetQuantity() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.InventoryCount
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.QuantityRatio
-
Internal Getter for Quantity.
- internalGetQuantity() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Quantity.
- internalGetQuantityDenominator() - Method in class com.squareup.square.models.QuantityRatio
-
Internal Getter for QuantityDenominator.
- internalGetQuantityExact() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for QuantityExact.
- internalGetQuantityMax() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for QuantityMax.
- internalGetQuantityMin() - Method in class com.squareup.square.models.CatalogProductSet
-
Internal Getter for QuantityMin.
- internalGetRate() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Internal Getter for Rate.
- internalGetRate() - Method in class com.squareup.square.models.V1PaymentTax
-
Internal Getter for Rate.
- internalGetReason() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Internal Getter for Reason.
- internalGetReason() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for Reason.
- internalGetReason() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for Reason.
- internalGetReason() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for Reason.
- internalGetReceiptUrl() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for ReceiptUrl.
- internalGetReceiptUrl() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for ReceiptUrl.
- internalGetReceivableId() - Method in class com.squareup.square.models.AdditionalRecipient
-
Internal Getter for ReceivableId.
- internalGetRecipientName() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for RecipientName.
- internalGetRecipientPhoneNumber() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for RecipientPhoneNumber.
- internalGetRedeemActivityId() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Internal Getter for RedeemActivityId.
- internalGetRedirectUri() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for RedirectUri.
- internalGetRedirectUrl() - Method in class com.squareup.square.models.Checkout
-
Internal Getter for RedirectUrl.
- internalGetRedirectUrl() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for RedirectUrl.
- internalGetReferenceId() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.Card
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.Customer
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.ListCardsRequest
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.Order
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.SaveCardOptions
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.TeamMember
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for ReferenceId.
- internalGetReferenceId() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Internal Getter for ReferenceId.
- internalGetRefreshToken() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for RefreshToken.
- internalGetRefundedAdditiveTax() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for RefundedAdditiveTax.
- internalGetRefundedInclusiveTax() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for RefundedInclusiveTax.
- internalGetRefundedNote() - Method in class com.squareup.square.models.V1Order
-
Internal Getter for RefundedNote.
- internalGetRefundedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Internal Getter for RefundedNote.
- internalGetRefundedSurcharges() - Method in class com.squareup.square.models.V1Refund
-
Internal Getter for RefundedSurcharges.
- internalGetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Internal Getter for RefundId.
- internalGetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
Internal Getter for RefundId.
- internalGetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
Internal Getter for RefundId.
- internalGetRefundRequiresCardPresence() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for RefundRequiresCardPresence.
- internalGetRefunds() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for Refunds.
- internalGetRefunds() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for Refunds.
- internalGetRelativeScheduledDays() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Internal Getter for RelativeScheduledDays.
- internalGetReminders() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for Reminders.
- internalGetRemoved() - Method in class com.squareup.square.models.VendorContact
-
Internal Getter for Removed.
- internalGetReportedAt() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for ReportedAt.
- internalGetReportedDate() - Method in class com.squareup.square.models.Dispute
-
Internal Getter for ReportedDate.
- internalGetRequestIdempotenceKey() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Internal Getter for RequestIdempotenceKey.
- internalGetResumeEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Internal Getter for ResumeEffectiveDate.
- internalGetResumeEffectiveDate() - Method in class com.squareup.square.models.ResumeSubscriptionRequest
-
Internal Getter for ResumeEffectiveDate.
- internalGetReturnLineItems() - Method in class com.squareup.square.models.OrderReturn
-
Internal Getter for ReturnLineItems.
- internalGetReturnModifiers() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for ReturnModifiers.
- internalGetReturnServiceCharges() - Method in class com.squareup.square.models.OrderReturn
-
Internal Getter for ReturnServiceCharges.
- internalGetReturnTips() - Method in class com.squareup.square.models.OrderReturn
-
Internal Getter for ReturnTips.
- internalGetRevokeOnlyAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Internal Getter for RevokeOnlyAccessToken.
- internalGetRewardTiers() - Method in class com.squareup.square.models.LoyaltyProgram
-
Internal Getter for RewardTiers.
- internalGetRoutingNumber() - Method in class com.squareup.square.models.ACHDetails
-
Internal Getter for RoutingNumber.
- internalGetSaleOrServiceDate() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for SaleOrServiceDate.
- internalGetScheduledAt() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for ScheduledAt.
- internalGetSchema() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Internal Getter for Schema.
- internalGetScopes() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for Scopes.
- internalGetScore() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Internal Getter for Score.
- internalGetSearchMaxPageLimit() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for SearchMaxPageLimit.
- internalGetSecondaryBankIdentificationNumber() - Method in class com.squareup.square.models.BankAccount
-
Internal Getter for SecondaryBankIdentificationNumber.
- internalGetSecureConnection() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Internal Getter for SecureConnection.
- internalGetSegmentFilters() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Internal Getter for SegmentFilters.
- internalGetSegmentIds() - Method in class com.squareup.square.models.Customer
-
Internal Getter for SegmentIds.
- internalGetSelectionUidsFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Internal Getter for SelectionUidsFilter.
- internalGetSelectionUidValues() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Internal Getter for SelectionUidValues.
- internalGetSellable() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for Sellable.
- internalGetSellerId() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Internal Getter for SellerId.
- internalGetSellerKeyedIn() - Method in class com.squareup.square.models.CustomerDetails
-
Internal Getter for SellerKeyedIn.
- internalGetSellerNote() - Method in class com.squareup.square.models.Booking
-
Internal Getter for SellerNote.
- internalGetSeparateTipScreen() - Method in class com.squareup.square.models.TipSettings
-
Internal Getter for SeparateTipScreen.
- internalGetSerialNumber() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for SerialNumber.
- internalGetServiceCharges() - Method in class com.squareup.square.models.Order
-
Internal Getter for ServiceCharges.
- internalGetServiceDuration() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for ServiceDuration.
- internalGetServiceVariationId() - Method in class com.squareup.square.models.AppointmentSegment
-
Internal Getter for ServiceVariationId.
- internalGetServiceVariationVersion() - Method in class com.squareup.square.models.AppointmentSegment
-
Internal Getter for ServiceVariationVersion.
- internalGetSessionLocation() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Internal Getter for SessionLocation.
- internalGetSettledAt() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for SettledAt.
- internalGetShippedTrackingNumber() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Internal Getter for ShippedTrackingNumber.
- internalGetShippingNote() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for ShippingNote.
- internalGetShippingNote() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for ShippingNote.
- internalGetShippingType() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for ShippingType.
- internalGetShippingType() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for ShippingType.
- internalGetShortLived() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Internal Getter for ShortLived.
- internalGetShowColors() - Method in class com.squareup.square.models.CatalogItemOption
-
Internal Getter for ShowColors.
- internalGetShowItemizedCart() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Internal Getter for ShowItemizedCart.
- internalGetSiteTitle() - Method in class com.squareup.square.models.Site
-
Internal Getter for SiteTitle.
- internalGetSkipBookingFlowStaffSelection() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Internal Getter for SkipBookingFlowStaffSelection.
- internalGetSkipModifierScreen() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for SkipModifierScreen.
- internalGetSkipReceiptScreen() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Internal Getter for SkipReceiptScreen.
- internalGetSku() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for Sku.
- internalGetSku() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Internal Getter for Sku.
- internalGetSmartTipping() - Method in class com.squareup.square.models.TipSettings
-
Internal Getter for SmartTipping.
- internalGetSmartTippingEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Internal Getter for SmartTippingEnabled.
- internalGetSmartTips() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Internal Getter for SmartTips.
- internalGetSortName() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for SortName.
- internalGetSortOrder() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for SortOrder.
- internalGetSortOrder() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for SortOrder.
- internalGetSortOrder() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for SortOrder.
- internalGetSortOrder() - Method in class com.squareup.square.models.TerminalRefundQuerySort
-
Internal Getter for SortOrder.
- internalGetSourceDiscountUid() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for SourceDiscountUid.
- internalGetSourceId() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Internal Getter for SourceId.
- internalGetSourceLineItemUid() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for SourceLineItemUid.
- internalGetSourceModifierUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for SourceModifierUid.
- internalGetSourceNames() - Method in class com.squareup.square.models.SearchOrdersSourceFilter
-
Internal Getter for SourceNames.
- internalGetSourceNames() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Internal Getter for SourceNames.
- internalGetSourceOrderId() - Method in class com.squareup.square.models.OrderReturn
-
Internal Getter for SourceOrderId.
- internalGetSourceServiceChargeUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for SourceServiceChargeUid.
- internalGetSourceTaxUid() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for SourceTaxUid.
- internalGetSourceTenderId() - Method in class com.squareup.square.models.OrderReturnTip
-
Internal Getter for SourceTenderId.
- internalGetSourceTenderUid() - Method in class com.squareup.square.models.OrderReturnTip
-
Internal Getter for SourceTenderUid.
- internalGetSourceType() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for SourceType.
- internalGetSquareDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Internal Getter for SquareDeliveryId.
- internalGetSquareDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Internal Getter for SquareDeliveryId.
- internalGetSquareGiftCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Internal Getter for SquareGiftCard.
- internalGetSsid() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Internal Getter for Ssid.
- internalGetStandardUnitDescriptions() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
Internal Getter for StandardUnitDescriptions.
- internalGetStartAt() - Method in class com.squareup.square.models.Availability
-
Internal Getter for StartAt.
- internalGetStartAt() - Method in class com.squareup.square.models.Booking
-
Internal Getter for StartAt.
- internalGetStartAt() - Method in class com.squareup.square.models.FloatNumberRange
-
Internal Getter for StartAt.
- internalGetStartAt() - Method in class com.squareup.square.models.TimeRange
-
Internal Getter for StartAt.
- internalGetStartAtMax() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for StartAtMax.
- internalGetStartAtMin() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for StartAtMin.
- internalGetStartDate() - Method in class com.squareup.square.models.DateRange
-
Internal Getter for StartDate.
- internalGetStartLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Internal Getter for StartLocalTime.
- internalGetStartLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Internal Getter for StartLocalTime.
- internalGetState() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Internal Getter for State.
- internalGetStatementDescription() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for StatementDescription.
- internalGetStatementDescription() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for StatementDescription.
- internalGetStatementDescriptionIdentifier() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for StatementDescriptionIdentifier.
- internalGetStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for States.
- internalGetStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for States.
- internalGetStates() - Method in class com.squareup.square.models.ListDisputesRequest
-
Internal Getter for States.
- internalGetStatus() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.PaymentRefund
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Internal Getter for Status.
- internalGetStatus() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Internal Getter for Status.
- internalGetStatusCode() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Internal Getter for StatusCode.
- internalGetStockable() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for Stockable.
- internalGetStorePaymentMethodEnabled() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for StorePaymentMethodEnabled.
- internalGetStringFilter() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Internal Getter for StringFilter.
- internalGetStringValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Internal Getter for StringValue.
- internalGetSublocality() - Method in class com.squareup.square.models.Address
-
Internal Getter for Sublocality.
- internalGetSublocality2() - Method in class com.squareup.square.models.Address
-
Internal Getter for Sublocality2.
- internalGetSublocality3() - Method in class com.squareup.square.models.Address
-
Internal Getter for Sublocality3.
- internalGetSubscriptionPlanId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Internal Getter for SubscriptionPlanId.
- internalGetSubscriptionPlanId() - Method in class com.squareup.square.models.CheckoutOptions
-
Internal Getter for SubscriptionPlanId.
- internalGetSubscriptionPlans() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Internal Getter for SubscriptionPlans.
- internalGetSubscriptionPlanVariations() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Internal Getter for SubscriptionPlanVariations.
- internalGetSuccessorPlanVariationId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Internal Getter for SuccessorPlanVariationId.
- internalGetSupportSellerLevelWrites() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Internal Getter for SupportSellerLevelWrites.
- internalGetSurchargeId() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Internal Getter for SurchargeId.
- internalGetSurcharges() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for Surcharges.
- internalGetTaxable() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for Taxable.
- internalGetTaxable() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for Taxable.
- internalGetTaxable() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Internal Getter for Taxable.
- internalGetTaxCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Internal Getter for TaxCatalogObjectId.
- internalGetTaxes() - Method in class com.squareup.square.models.Order
-
Internal Getter for Taxes.
- internalGetTaxes() - Method in class com.squareup.square.models.V1PaymentItemization
-
Internal Getter for Taxes.
- internalGetTaxes() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Internal Getter for Taxes.
- internalGetTaxesToDisable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Internal Getter for TaxesToDisable.
- internalGetTaxesToEnable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Internal Getter for TaxesToEnable.
- internalGetTaxIds() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for TaxIds.
- internalGetTaxPercentage() - Method in class com.squareup.square.models.Subscription
-
Internal Getter for TaxPercentage.
- internalGetTaxRateDescription() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
Internal Getter for TaxRateDescription.
- internalGetTaxUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Internal Getter for TaxUid.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.ListBookingsRequest
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.Shift
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.TeamMemberWage
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.TerminalCheckout
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberId() - Method in class com.squareup.square.models.WageSetting
-
Internal Getter for TeamMemberId.
- internalGetTeamMemberIds() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for TeamMemberIds.
- internalGetTeamMemberIds() - Method in class com.squareup.square.models.ShiftFilter
-
Internal Getter for TeamMemberIds.
- internalGetTender() - Method in class com.squareup.square.models.V1Payment
-
Internal Getter for Tender.
- internalGetTenderedAt() - Method in class com.squareup.square.models.V1Tender
-
Internal Getter for TenderedAt.
- internalGetTenders() - Method in class com.squareup.square.models.Transaction
-
Internal Getter for Tenders.
- internalGetTicketName() - Method in class com.squareup.square.models.Order
-
Internal Getter for TicketName.
- internalGetTimePeriodIds() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for TimePeriodIds.
- internalGetTimezone() - Method in class com.squareup.square.models.Location
-
Internal Getter for Timezone.
- internalGetTimezone() - Method in class com.squareup.square.models.Shift
-
Internal Getter for Timezone.
- internalGetTipEligible() - Method in class com.squareup.square.models.ShiftWage
-
Internal Getter for TipEligible.
- internalGetTipEligible() - Method in class com.squareup.square.models.TeamMemberWage
-
Internal Getter for TipEligible.
- internalGetTipPercentages() - Method in class com.squareup.square.models.TipSettings
-
Internal Getter for TipPercentages.
- internalGetTippingEnabled() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for TippingEnabled.
- internalGetTitle() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Internal Getter for Title.
- internalGetTitle() - Method in class com.squareup.square.models.EmployeeWage
-
Internal Getter for Title.
- internalGetTitle() - Method in class com.squareup.square.models.Invoice
-
Internal Getter for Title.
- internalGetTitle() - Method in class com.squareup.square.models.ShiftWage
-
Internal Getter for Title.
- internalGetTitle() - Method in class com.squareup.square.models.TeamMemberWage
-
Internal Getter for Title.
- internalGetToLocationId() - Method in class com.squareup.square.models.InventoryTransfer
-
Internal Getter for ToLocationId.
- internalGetTotal() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Internal Getter for Total.
- internalGetTrackingNumber() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for TrackingNumber.
- internalGetTrackingNumber() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for TrackingNumber.
- internalGetTrackingUrl() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Internal Getter for TrackingUrl.
- internalGetTrackingUrl() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Internal Getter for TrackingUrl.
- internalGetTrackInventory() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for TrackInventory.
- internalGetTrackInventory() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Internal Getter for TrackInventory.
- internalGetTransactionId() - Method in class com.squareup.square.models.Refund
-
Internal Getter for TransactionId.
- internalGetTransactionId() - Method in class com.squareup.square.models.Tender
-
Internal Getter for TransactionId.
- internalGetTransferType() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Internal Getter for TransferType.
- internalGetTwitterUsername() - Method in class com.squareup.square.models.Location
-
Internal Getter for TwitterUsername.
- internalGetType() - Method in class com.squareup.square.models.Event
-
Internal Getter for Type.
- internalGetType() - Method in class com.squareup.square.models.EventData
-
Internal Getter for Type.
- internalGetType() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Internal Getter for Type.
- internalGetType() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Internal Getter for Type.
- internalGetType() - Method in class com.squareup.square.models.ProcessingFee
-
Internal Getter for Type.
- internalGetTypes() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for Types.
- internalGetTypes() - Method in class com.squareup.square.models.ListCatalogRequest
-
Internal Getter for Types.
- internalGetUid() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.Fulfillment
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderFulfillment
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderLineItemTax
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturn
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnTax
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderReturnTip
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.OrderServiceCharge
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.Phase
-
Internal Getter for Uid.
- internalGetUid() - Method in class com.squareup.square.models.SubscriptionPhase
-
Internal Getter for Uid.
- internalGetUnlinked() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Internal Getter for Unlinked.
- internalGetUpc() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for Upc.
- internalGetUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for UpdatedAfter.
- internalGetUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Internal Getter for UpdatedAfter.
- internalGetUpdatedBefore() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Internal Getter for UpdatedBefore.
- internalGetUpdateItemModifierListsMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemModifierListsMaxItemIds.
- internalGetUpdateItemModifierListsMaxModifierListsToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemModifierListsMaxModifierListsToDisable.
- internalGetUpdateItemModifierListsMaxModifierListsToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemModifierListsMaxModifierListsToEnable.
- internalGetUpdateItemTaxesMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemTaxesMaxItemIds.
- internalGetUpdateItemTaxesMaxTaxesToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemTaxesMaxTaxesToDisable.
- internalGetUpdateItemTaxesMaxTaxesToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Internal Getter for UpdateItemTaxesMaxTaxesToEnable.
- internalGetUploadedAt() - Method in class com.squareup.square.models.DisputeEvidence
-
Internal Getter for UploadedAt.
- internalGetUrl() - Method in class com.squareup.square.models.CatalogImage
-
Internal Getter for Url.
- internalGetUserData() - Method in class com.squareup.square.models.CatalogItemVariation
-
Internal Getter for UserData.
- internalGetValidFromDate() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ValidFromDate.
- internalGetValidFromLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ValidFromLocalTime.
- internalGetValidUntilDate() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ValidUntilDate.
- internalGetValidUntilLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule
-
Internal Getter for ValidUntilLocalTime.
- internalGetValue() - Method in class com.squareup.square.models.CustomAttribute
-
Internal Getter for Value.
- internalGetValue() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
Internal Getter for Value.
- internalGetValue() - Method in class com.squareup.square.models.InvoiceCustomField
-
Internal Getter for Value.
- internalGetValues() - Method in class com.squareup.square.models.CatalogItemOption
-
Internal Getter for Values.
- internalGetValues() - Method in class com.squareup.square.models.CustomerCreationSourceFilter
-
Internal Getter for Values.
- internalGetVariationName() - Method in class com.squareup.square.models.OrderLineItem
-
Internal Getter for VariationName.
- internalGetVariationName() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Internal Getter for VariationName.
- internalGetVariations() - Method in class com.squareup.square.models.CatalogItem
-
Internal Getter for Variations.
- internalGetVendorIds() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest
-
Internal Getter for VendorIds.
- internalGetVerificationMethod() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for VerificationMethod.
- internalGetVerificationResults() - Method in class com.squareup.square.models.CardPaymentDetails
-
Internal Getter for VerificationResults.
- internalGetVerificationToken() - Method in class com.squareup.square.models.ChargeRequest
-
Internal Getter for VerificationToken.
- internalGetVersionToken() - Method in class com.squareup.square.models.CompletePaymentRequest
-
Internal Getter for VersionToken.
- internalGetVersionToken() - Method in class com.squareup.square.models.Payment
-
Internal Getter for VersionToken.
- internalGetVisiblePercent() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Internal Getter for VisiblePercent.
- internalGetVoidedAt() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Internal Getter for VoidedAt.
- internalGetWebsiteUrl() - Method in class com.squareup.square.models.Location
-
Internal Getter for WebsiteUrl.
- internalGetWeeklyHours() - Method in class com.squareup.square.models.JobAssignment
-
Internal Getter for WeeklyHours.
- internalGetWifiNetworkName() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for WifiNetworkName.
- internalGetWifiNetworkStrength() - Method in class com.squareup.square.models.DeviceMetadata
-
Internal Getter for WifiNetworkStrength.
- internalGetWithDefinition() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Internal Getter for WithDefinition.
- internalGetWithDefinition() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Internal Getter for WithDefinition.
- internalGetWithDefinition() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Internal Getter for WithDefinition.
- internalGetWithDefinition() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Internal Getter for WithDefinition.
- internalGetWithDefinition() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Internal Getter for WithDefinition.
- internalGetWithDefinitions() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Internal Getter for WithDefinitions.
- internalGetWithDefinitions() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Internal Getter for WithDefinitions.
- internalGetWithDefinitions() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Internal Getter for WithDefinitions.
- internalGetWithDefinitions() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Internal Getter for WithDefinitions.
- internalGetWithDefinitions() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Internal Getter for WithDefinitions.
- interval(String) - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit.Builder
-
Setter for interval.
- InventoryAdjustment - Class in com.squareup.square.models
-
This is a model class for InventoryAdjustment type.
- InventoryAdjustment(String, String, String, String, String, String, String, String, Money, String, String, SourceApplication, String, String, String, String, String, String, InventoryAdjustmentGroup) - Constructor for class com.squareup.square.models.InventoryAdjustment
-
Initialization constructor.
- InventoryAdjustment(String, OptionalNullable<String>, String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Money, OptionalNullable<String>, String, SourceApplication, OptionalNullable<String>, OptionalNullable<String>, String, String, String, String, InventoryAdjustmentGroup) - Constructor for class com.squareup.square.models.InventoryAdjustment
-
Initialization constructor.
- InventoryAdjustment.Builder - Class in com.squareup.square.models
-
- InventoryAdjustmentGroup - Class in com.squareup.square.models
-
This is a model class for InventoryAdjustmentGroup type.
- InventoryAdjustmentGroup(String, String, String, String) - Constructor for class com.squareup.square.models.InventoryAdjustmentGroup
-
Initialization constructor.
- InventoryAdjustmentGroup.Builder - Class in com.squareup.square.models
-
- inventoryAlertThreshold(Long) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for inventoryAlertThreshold.
- inventoryAlertThreshold(Long) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for inventoryAlertThreshold.
- inventoryAlertType(String) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for inventoryAlertType.
- inventoryAlertType(String) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for inventoryAlertType.
- InventoryApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- InventoryChange - Class in com.squareup.square.models
-
This is a model class for InventoryChange type.
- InventoryChange(String, InventoryPhysicalCount, InventoryAdjustment, InventoryTransfer, CatalogMeasurementUnit, String) - Constructor for class com.squareup.square.models.InventoryChange
-
Initialization constructor.
- InventoryChange.Builder - Class in com.squareup.square.models
-
- InventoryCount - Class in com.squareup.square.models
-
This is a model class for InventoryCount type.
- InventoryCount(String, String, String, String, String, String, Boolean) - Constructor for class com.squareup.square.models.InventoryCount
-
Initialization constructor.
- InventoryCount(OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<String>, String, Boolean) - Constructor for class com.squareup.square.models.InventoryCount
-
Initialization constructor.
- InventoryCount.Builder - Class in com.squareup.square.models
-
- InventoryPhysicalCount - Class in com.squareup.square.models
-
This is a model class for InventoryPhysicalCount type.
- InventoryPhysicalCount(String, String, String, String, String, String, String, SourceApplication, String, String, String, String) - Constructor for class com.squareup.square.models.InventoryPhysicalCount
-
Initialization constructor.
- InventoryPhysicalCount(String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<String>, SourceApplication, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.InventoryPhysicalCount
-
Initialization constructor.
- InventoryPhysicalCount.Builder - Class in com.squareup.square.models
-
- InventoryTransfer - Class in com.squareup.square.models
-
This is a model class for InventoryTransfer type.
- InventoryTransfer(String, String, String, String, String, String, String, String, String, String, SourceApplication, String, String) - Constructor for class com.squareup.square.models.InventoryTransfer
-
Initialization constructor.
- InventoryTransfer(String, OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, SourceApplication, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.InventoryTransfer
-
Initialization constructor.
- InventoryTransfer.Builder - Class in com.squareup.square.models
-
- invoice(Invoice) - Method in class com.squareup.square.models.CancelInvoiceResponse.Builder
-
Setter for invoice.
- invoice(Invoice) - Method in class com.squareup.square.models.CreateInvoiceRequest.Builder
-
Setter for invoice.
- invoice(Invoice) - Method in class com.squareup.square.models.CreateInvoiceResponse.Builder
-
Setter for invoice.
- invoice(Invoice) - Method in class com.squareup.square.models.GetInvoiceResponse.Builder
-
Setter for invoice.
- Invoice - Class in com.squareup.square.models
-
This is a model class for Invoice type.
- Invoice(String, Integer, String, String, InvoiceRecipient, List<InvoicePaymentRequest>, String, String, String, String, String, String, Money, String, String, String, String, InvoiceAcceptedPaymentMethods, List<InvoiceCustomField>, String, String, String, Boolean, List<InvoiceAttachment>) - Constructor for class com.squareup.square.models.Invoice
-
Initialization constructor.
- Invoice(String, Integer, OptionalNullable<String>, OptionalNullable<String>, InvoiceRecipient, OptionalNullable<List<InvoicePaymentRequest>>, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, Money, String, String, String, String, InvoiceAcceptedPaymentMethods, OptionalNullable<List<InvoiceCustomField>>, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, List<InvoiceAttachment>) - Constructor for class com.squareup.square.models.Invoice
-
Initialization constructor.
- invoice(Invoice) - Method in class com.squareup.square.models.PublishInvoiceResponse.Builder
-
Setter for invoice.
- invoice(Invoice) - Method in class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
Setter for invoice.
- invoice(Invoice) - Method in class com.squareup.square.models.UpdateInvoiceResponse.Builder
-
Setter for invoice.
- Invoice.Builder - Class in com.squareup.square.models
-
Class to build instances of
Invoice.
- InvoiceAcceptedPaymentMethods - Class in com.squareup.square.models
-
This is a model class for InvoiceAcceptedPaymentMethods type.
- InvoiceAcceptedPaymentMethods(Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Initialization constructor.
- InvoiceAcceptedPaymentMethods(OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Initialization constructor.
- InvoiceAcceptedPaymentMethods.Builder - Class in com.squareup.square.models
-
- InvoiceAttachment - Class in com.squareup.square.models
-
This is a model class for InvoiceAttachment type.
- InvoiceAttachment(String, String, String, Integer, String, String, String) - Constructor for class com.squareup.square.models.InvoiceAttachment
-
Initialization constructor.
- InvoiceAttachment.Builder - Class in com.squareup.square.models
-
- InvoiceCustomField - Class in com.squareup.square.models
-
This is a model class for InvoiceCustomField type.
- InvoiceCustomField(String, String, String) - Constructor for class com.squareup.square.models.InvoiceCustomField
-
Initialization constructor.
- InvoiceCustomField(OptionalNullable<String>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.InvoiceCustomField
-
Initialization constructor.
- InvoiceCustomField.Builder - Class in com.squareup.square.models
-
- InvoiceFilter - Class in com.squareup.square.models
-
This is a model class for InvoiceFilter type.
- InvoiceFilter(List<String>, List<String>) - Constructor for class com.squareup.square.models.InvoiceFilter
-
Initialization constructor.
- InvoiceFilter(List<String>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.InvoiceFilter
-
Initialization constructor.
- InvoiceFilter.Builder - Class in com.squareup.square.models
-
- invoiceIds(List<String>) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for invoiceIds.
- invoiceNumber(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for invoiceNumber.
- InvoicePaymentReminder - Class in com.squareup.square.models
-
This is a model class for InvoicePaymentReminder type.
- InvoicePaymentReminder(String, Integer, String, String, String) - Constructor for class com.squareup.square.models.InvoicePaymentReminder
-
Initialization constructor.
- InvoicePaymentReminder(String, OptionalNullable<Integer>, OptionalNullable<String>, String, String) - Constructor for class com.squareup.square.models.InvoicePaymentReminder
-
Initialization constructor.
- InvoicePaymentReminder.Builder - Class in com.squareup.square.models
-
- InvoicePaymentRequest - Class in com.squareup.square.models
-
This is a model class for InvoicePaymentRequest type.
- InvoicePaymentRequest(String, String, String, String, Money, String, Boolean, String, String, List<InvoicePaymentReminder>, Money, Money, Money) - Constructor for class com.squareup.square.models.InvoicePaymentRequest
-
Initialization constructor.
- InvoicePaymentRequest(OptionalNullable<String>, String, String, OptionalNullable<String>, Money, OptionalNullable<String>, OptionalNullable<Boolean>, String, OptionalNullable<String>, OptionalNullable<List<InvoicePaymentReminder>>, Money, Money, Money) - Constructor for class com.squareup.square.models.InvoicePaymentRequest
-
Initialization constructor.
- InvoicePaymentRequest.Builder - Class in com.squareup.square.models
-
- InvoiceQuery - Class in com.squareup.square.models
-
This is a model class for InvoiceQuery type.
- InvoiceQuery(InvoiceFilter, InvoiceSort) - Constructor for class com.squareup.square.models.InvoiceQuery
-
Initialization constructor.
- InvoiceQuery.Builder - Class in com.squareup.square.models
-
- InvoiceRecipient - Class in com.squareup.square.models
-
This is a model class for InvoiceRecipient type.
- InvoiceRecipient(String, String, String, String, Address, String, String, InvoiceRecipientTaxIds) - Constructor for class com.squareup.square.models.InvoiceRecipient
-
Initialization constructor.
- InvoiceRecipient(OptionalNullable<String>, String, String, String, Address, String, String, InvoiceRecipientTaxIds) - Constructor for class com.squareup.square.models.InvoiceRecipient
-
Initialization constructor.
- InvoiceRecipient.Builder - Class in com.squareup.square.models
-
- InvoiceRecipientTaxIds - Class in com.squareup.square.models
-
This is a model class for InvoiceRecipientTaxIds type.
- InvoiceRecipientTaxIds(String) - Constructor for class com.squareup.square.models.InvoiceRecipientTaxIds
-
Initialization constructor.
- InvoiceRecipientTaxIds.Builder - Class in com.squareup.square.models
-
- invoices(List<Invoice>) - Method in class com.squareup.square.models.ListInvoicesResponse.Builder
-
Setter for invoices.
- invoices(List<Invoice>) - Method in class com.squareup.square.models.SearchInvoicesResponse.Builder
-
Setter for invoices.
- InvoicesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- InvoiceSort - Class in com.squareup.square.models
-
This is a model class for InvoiceSort type.
- InvoiceSort(String, String) - Constructor for class com.squareup.square.models.InvoiceSort
-
Initialization constructor.
- InvoiceSort.Builder - Class in com.squareup.square.models
-
- ipAddress(String) - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
Setter for ipAddress.
- ipAddressV4(String) - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails.Builder
-
Setter for ipAddressV4.
- ipAddressV4(String) - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails.Builder
-
Setter for ipAddressV4.
- ipAddressV4(String) - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
Setter for ipAddressV4.
- isArchived(Boolean) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for isArchived.
- isBookable(Boolean) - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
Setter for isBookable.
- isCurbsidePickup(Boolean) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for isCurbsidePickup.
- isCurbsidePickup(Boolean) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for isCurbsidePickup.
- isDeleted(Boolean) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for isDeleted.
- isDuplicate(Boolean) - Method in class com.squareup.square.models.ReceiptOptions.Builder
-
Setter for isDuplicate.
- isEstimated(Boolean) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for isEstimated.
- isExchange(Boolean) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for isExchange.
- isExchange(Boolean) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for isExchange.
- isNoContactDelivery(Boolean) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for isNoContactDelivery.
- isNoContactDelivery(Boolean) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for isNoContactDelivery.
- isOvertimeExempt(Boolean) - Method in class com.squareup.square.models.WageSetting.Builder
-
Setter for isOvertimeExempt.
- isOwner(Boolean) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for isOwner.
- isOwner(Boolean) - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
Setter for isOwner.
- isOwner(Boolean) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for isOwner.
- isPaid(boolean) - Method in class com.squareup.square.models.Break.Builder
-
Setter for isPaid.
- isPaid(boolean) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for isPaid.
- isPartial(Boolean) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for isPartial.
- isPrimary(Boolean) - Method in class com.squareup.square.models.CreateCatalogImageRequest.Builder
-
Setter for isPrimary.
- isPublished(Boolean) - Method in class com.squareup.square.models.Site.Builder
-
Setter for isPublished.
- isTopLevel(Boolean) - Method in class com.squareup.square.models.CatalogCategory.Builder
-
Setter for isTopLevel.
- isValidWebhookEventSignature(String, String, String, String) - Static method in class com.squareup.square.utilities.WebhooksHelper
-
Verifies and validates an event notification.
- itemData(CatalogItem) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for itemData.
- itemDetail(V1PaymentItemDetail) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for itemDetail.
- itemEligibilityRange(CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay.Builder
-
Setter for itemEligibilityRange.
- itemId(String) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for itemId.
- itemId(String) - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
Setter for itemId.
- itemIds(List<String>) - Method in class com.squareup.square.models.UpdateItemModifierListsRequest.Builder
-
Setter for itemIds.
- itemIds(List<String>) - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
Setter for itemIds.
- itemizations(List<V1PaymentItemization>) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for itemizations.
- itemizationType(String) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for itemizationType.
- itemOptionData(CatalogItemOption) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for itemOptionData.
- itemOptionId(String) - Method in class com.squareup.square.models.CatalogItemOptionForItem.Builder
-
Setter for itemOptionId.
- itemOptionId(String) - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
Setter for itemOptionId.
- itemOptionId(String) - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
Setter for itemOptionId.
- itemOptionIds(List<String>) - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions.Builder
-
Setter for itemOptionIds.
- itemOptions(List<CatalogItemOptionForItem>) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for itemOptions.
- itemOptionValueData(CatalogItemOptionValue) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for itemOptionValueData.
- itemOptionValueId(String) - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
Setter for itemOptionValueId.
- itemOptionValueIds(List<String>) - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues.Builder
-
Setter for itemOptionValueIds.
- itemOptionValues(List<CatalogItemOptionValueForItemVariation>) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for itemOptionValues.
- items(List<CatalogObject>) - Method in class com.squareup.square.models.SearchCatalogItemsResponse.Builder
-
Setter for items.
- items(List<V1Order>) - Method in class com.squareup.square.models.V1ListOrdersResponse.Builder
-
Setter for items.
- items(List<V1Payment>) - Method in class com.squareup.square.models.V1ListPaymentsResponse.Builder
-
Setter for items.
- items(List<V1Refund>) - Method in class com.squareup.square.models.V1ListRefundsResponse.Builder
-
Setter for items.
- items(List<V1Settlement>) - Method in class com.squareup.square.models.V1ListSettlementsResponse.Builder
-
Setter for items.
- itemsForItemOptionsQuery(CatalogQueryItemsForItemOptions) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for itemsForItemOptionsQuery.
- itemsForModifierListQuery(CatalogQueryItemsForModifierList) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for itemsForModifierListQuery.
- itemsForTaxQuery(CatalogQueryItemsForTax) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for itemsForTaxQuery.
- itemType(String) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for itemType.
- itemType(String) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for itemType.
- itemVariationData(CatalogItemVariation) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for itemVariationData.
- itemVariationData(LoyaltyProgramAccrualRuleItemVariationData) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
Setter for itemVariationData.
- itemVariationId(String) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData.Builder
-
Setter for itemVariationId.
- itemVariationId(String) - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
Setter for itemVariationId.
- ItemVariationLocationOverrides - Class in com.squareup.square.models
-
This is a model class for ItemVariationLocationOverrides type.
- ItemVariationLocationOverrides(String, Money, String, Boolean, String, Long, Boolean, String) - Constructor for class com.squareup.square.models.ItemVariationLocationOverrides
-
Initialization constructor.
- ItemVariationLocationOverrides(OptionalNullable<String>, Money, String, OptionalNullable<Boolean>, String, OptionalNullable<Long>, Boolean, String) - Constructor for class com.squareup.square.models.ItemVariationLocationOverrides
-
Initialization constructor.
- ItemVariationLocationOverrides.Builder - Class in com.squareup.square.models
-
- itemVariationName(String) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for itemVariationName.
- itemVariationsForItemOptionValuesQuery(CatalogQueryItemVariationsForItemOptionValues) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for itemVariationsForItemOptionValuesQuery.
- label(String) - Method in class com.squareup.square.models.InvoiceCustomField.Builder
-
Setter for label.
- labelColor(String) - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
Setter for labelColor.
- labelColor(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for labelColor.
- LaborApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- languageCode(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for languageCode.
- languageCode(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for languageCode.
- languageCode(String) - Method in class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
Setter for languageCode.
- last4(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for last4.
- last4(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for last4.
- lastName(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for lastName.
- lastName(String) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for lastName.
- latestTime(String) - Method in class com.squareup.square.models.SearchCatalogObjectsResponse.Builder
-
Setter for latestTime.
- latitude(Double) - Method in class com.squareup.square.models.Coordinates.Builder
-
Setter for latitude.
- lengthUnit(String) - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
Setter for lengthUnit.
- lifetimePoints(Integer) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for lifetimePoints.
- limit(Integer) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchCatalogObjectsRequest.Builder
-
Setter for limit.
- limit(Long) - Method in class com.squareup.square.models.SearchCustomersRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchInvoicesRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchOrdersRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchShiftsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchSubscriptionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchTeamMembersRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchTerminalActionsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.SearchTerminalRefundsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.V1ListOrdersRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
Setter for limit.
- limit(Integer) - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
Setter for limit.
- limits(CatalogInfoResponseLimits) - Method in class com.squareup.square.models.CatalogInfoResponse.Builder
-
Setter for limits.
- lineItemApplication(String) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for lineItemApplication.
- lineItemApplication(String) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for lineItemApplication.
- lineItems(List<OrderLineItem>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for lineItems.
- lineItemUid(String) - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
Setter for lineItemUid.
- lineItemUid(String) - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
Setter for lineItemUid.
- lineItemUid(String) - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
Setter for lineItemUid.
- lineItemUid(String) - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
Setter for lineItemUid.
- linkCustomerToGiftCard(String, LinkCustomerToGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Links a customer to a gift card, which is also referred to as adding a card on file.
- linkCustomerToGiftCard(String, LinkCustomerToGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Links a customer to a gift card, which is also referred to as adding a card on file.
- linkCustomerToGiftCardAsync(String, LinkCustomerToGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Links a customer to a gift card, which is also referred to as adding a card on file.
- linkCustomerToGiftCardAsync(String, LinkCustomerToGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Links a customer to a gift card, which is also referred to as adding a card on file.
- LinkCustomerToGiftCardRequest - Class in com.squareup.square.models
-
This is a model class for LinkCustomerToGiftCardRequest type.
- LinkCustomerToGiftCardRequest(String) - Constructor for class com.squareup.square.models.LinkCustomerToGiftCardRequest
-
Initialization constructor.
- LinkCustomerToGiftCardRequest.Builder - Class in com.squareup.square.models
-
- LinkCustomerToGiftCardResponse - Class in com.squareup.square.models
-
This is a model class for LinkCustomerToGiftCardResponse type.
- LinkCustomerToGiftCardResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
Initialization constructor.
- LinkCustomerToGiftCardResponse.Builder - Class in com.squareup.square.models
-
- listBankAccounts(String, Integer, String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
- listBankAccounts(String, Integer, String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
- listBankAccountsAsync(String, Integer, String) - Method in interface com.squareup.square.api.BankAccountsApi
-
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
- listBankAccountsAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultBankAccountsApi
-
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
- ListBankAccountsRequest - Class in com.squareup.square.models
-
This is a model class for ListBankAccountsRequest type.
- ListBankAccountsRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListBankAccountsRequest
-
Initialization constructor.
- ListBankAccountsRequest(OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListBankAccountsRequest
-
Initialization constructor.
- ListBankAccountsRequest.Builder - Class in com.squareup.square.models
-
- ListBankAccountsResponse - Class in com.squareup.square.models
-
This is a model class for ListBankAccountsResponse type.
- ListBankAccountsResponse(List<Error>, List<BankAccount>, String) - Constructor for class com.squareup.square.models.ListBankAccountsResponse
-
Initialization constructor.
- ListBankAccountsResponse.Builder - Class in com.squareup.square.models
-
- listBookingCustomAttributeDefinitions(Integer, String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Get all bookings custom attribute definitions.
- listBookingCustomAttributeDefinitions(Integer, String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Get all bookings custom attribute definitions.
- listBookingCustomAttributeDefinitionsAsync(Integer, String) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Get all bookings custom attribute definitions.
- listBookingCustomAttributeDefinitionsAsync(Integer, String) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Get all bookings custom attribute definitions.
- ListBookingCustomAttributeDefinitionsRequest - Class in com.squareup.square.models
-
This is a model class for ListBookingCustomAttributeDefinitionsRequest type.
- ListBookingCustomAttributeDefinitionsRequest(Integer, String) - Constructor for class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListBookingCustomAttributeDefinitionsRequest(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListBookingCustomAttributeDefinitionsRequest.Builder - Class in com.squareup.square.models
-
- ListBookingCustomAttributeDefinitionsResponse - Class in com.squareup.square.models
-
This is a model class for ListBookingCustomAttributeDefinitionsResponse type.
- ListBookingCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition>, String, List<Error>) - Constructor for class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
Initialization constructor.
- ListBookingCustomAttributeDefinitionsResponse.Builder - Class in com.squareup.square.models
-
- listBookingCustomAttributes(String, Integer, String, Boolean) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Lists a booking's custom attributes.
- listBookingCustomAttributes(String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Lists a booking's custom attributes.
- listBookingCustomAttributesAsync(String, Integer, String, Boolean) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Lists a booking's custom attributes.
- listBookingCustomAttributesAsync(String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Lists a booking's custom attributes.
- ListBookingCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for ListBookingCustomAttributesRequest type.
- ListBookingCustomAttributesRequest(Integer, String, Boolean) - Constructor for class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Initialization constructor.
- ListBookingCustomAttributesRequest(OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Initialization constructor.
- ListBookingCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- ListBookingCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for ListBookingCustomAttributesResponse type.
- ListBookingCustomAttributesResponse(List<CustomAttribute>, String, List<Error>) - Constructor for class com.squareup.square.models.ListBookingCustomAttributesResponse
-
Initialization constructor.
- ListBookingCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- listBookings(Integer, String, String, String, String, String, String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieve a collection of bookings.
- listBookings(Integer, String, String, String, String, String, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieve a collection of bookings.
- listBookingsAsync(Integer, String, String, String, String, String, String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieve a collection of bookings.
- listBookingsAsync(Integer, String, String, String, String, String, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieve a collection of bookings.
- ListBookingsRequest - Class in com.squareup.square.models
-
This is a model class for ListBookingsRequest type.
- ListBookingsRequest(Integer, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.ListBookingsRequest
-
Initialization constructor.
- ListBookingsRequest(OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListBookingsRequest
-
Initialization constructor.
- ListBookingsRequest.Builder - Class in com.squareup.square.models
-
- ListBookingsResponse - Class in com.squareup.square.models
-
This is a model class for ListBookingsResponse type.
- ListBookingsResponse(List<Booking>, String, List<Error>) - Constructor for class com.squareup.square.models.ListBookingsResponse
-
Initialization constructor.
- ListBookingsResponse.Builder - Class in com.squareup.square.models
-
- listBreakTypes(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `BreakType` instances for a business.
- listBreakTypes(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `BreakType` instances for a business.
- listBreakTypesAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `BreakType` instances for a business.
- listBreakTypesAsync(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `BreakType` instances for a business.
- ListBreakTypesRequest - Class in com.squareup.square.models
-
This is a model class for ListBreakTypesRequest type.
- ListBreakTypesRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListBreakTypesRequest
-
Initialization constructor.
- ListBreakTypesRequest(OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListBreakTypesRequest
-
Initialization constructor.
- ListBreakTypesRequest.Builder - Class in com.squareup.square.models
-
- ListBreakTypesResponse - Class in com.squareup.square.models
-
This is a model class for ListBreakTypesResponse type.
- ListBreakTypesResponse(List<BreakType>, String, List<Error>) - Constructor for class com.squareup.square.models.ListBreakTypesResponse
-
Initialization constructor.
- ListBreakTypesResponse.Builder - Class in com.squareup.square.models
-
- listCards(String, String, Boolean, String, String) - Method in interface com.squareup.square.api.CardsApi
-
Retrieves a list of cards owned by the account making the request.
- listCards(String, String, Boolean, String, String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Retrieves a list of cards owned by the account making the request.
- listCardsAsync(String, String, Boolean, String, String) - Method in interface com.squareup.square.api.CardsApi
-
Retrieves a list of cards owned by the account making the request.
- listCardsAsync(String, String, Boolean, String, String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Retrieves a list of cards owned by the account making the request.
- ListCardsRequest - Class in com.squareup.square.models
-
This is a model class for ListCardsRequest type.
- ListCardsRequest(String, String, Boolean, String, String) - Constructor for class com.squareup.square.models.ListCardsRequest
-
Initialization constructor.
- ListCardsRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.ListCardsRequest
-
Initialization constructor.
- ListCardsRequest.Builder - Class in com.squareup.square.models
-
- ListCardsResponse - Class in com.squareup.square.models
-
This is a model class for ListCardsResponse type.
- ListCardsResponse(List<Error>, List<Card>, String) - Constructor for class com.squareup.square.models.ListCardsResponse
-
Initialization constructor.
- ListCardsResponse.Builder - Class in com.squareup.square.models
-
- listCashDrawerShiftEvents(String, String, Integer, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides a paginated list of events for a single cash drawer shift.
- listCashDrawerShiftEvents(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides a paginated list of events for a single cash drawer shift.
- listCashDrawerShiftEventsAsync(String, String, Integer, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides a paginated list of events for a single cash drawer shift.
- listCashDrawerShiftEventsAsync(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides a paginated list of events for a single cash drawer shift.
- ListCashDrawerShiftEventsRequest - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftEventsRequest type.
- ListCashDrawerShiftEventsRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Initialization constructor.
- ListCashDrawerShiftEventsRequest(String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Initialization constructor.
- ListCashDrawerShiftEventsRequest.Builder - Class in com.squareup.square.models
-
- ListCashDrawerShiftEventsResponse - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftEventsResponse type.
- ListCashDrawerShiftEventsResponse(String, List<Error>, List<CashDrawerShiftEvent>) - Constructor for class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
Initialization constructor.
- ListCashDrawerShiftEventsResponse.Builder - Class in com.squareup.square.models
-
- listCashDrawerShifts(String, String, String, String, Integer, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides the details for all of the cash drawer shifts for a location in a date range.
- listCashDrawerShifts(String, String, String, String, Integer, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides the details for all of the cash drawer shifts for a location in a date range.
- listCashDrawerShiftsAsync(String, String, String, String, Integer, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides the details for all of the cash drawer shifts for a location in a date range.
- listCashDrawerShiftsAsync(String, String, String, String, Integer, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides the details for all of the cash drawer shifts for a location in a date range.
- ListCashDrawerShiftsRequest - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftsRequest type.
- ListCashDrawerShiftsRequest(String, String, String, String, Integer, String) - Constructor for class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Initialization constructor.
- ListCashDrawerShiftsRequest(String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Initialization constructor.
- ListCashDrawerShiftsRequest.Builder - Class in com.squareup.square.models
-
- ListCashDrawerShiftsResponse - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftsResponse type.
- ListCashDrawerShiftsResponse(String, List<Error>, List<CashDrawerShiftSummary>) - Constructor for class com.squareup.square.models.ListCashDrawerShiftsResponse
-
Initialization constructor.
- ListCashDrawerShiftsResponse.Builder - Class in com.squareup.square.models
-
- listCatalog(String, String, Long) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
- listCatalog(String, String, Long) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
- listCatalogAsync(String, String, Long) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
- listCatalogAsync(String, String, Long) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
- ListCatalogRequest - Class in com.squareup.square.models
-
This is a model class for ListCatalogRequest type.
- ListCatalogRequest(String, String, Long) - Constructor for class com.squareup.square.models.ListCatalogRequest
-
Initialization constructor.
- ListCatalogRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Long>) - Constructor for class com.squareup.square.models.ListCatalogRequest
-
Initialization constructor.
- ListCatalogRequest.Builder - Class in com.squareup.square.models
-
- ListCatalogResponse - Class in com.squareup.square.models
-
This is a model class for ListCatalogResponse type.
- ListCatalogResponse(List<Error>, String, List<CatalogObject>) - Constructor for class com.squareup.square.models.ListCatalogResponse
-
Initialization constructor.
- ListCatalogResponse.Builder - Class in com.squareup.square.models
-
- listCustomerCustomAttributeDefinitions(Integer, String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Lists the customer-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listCustomerCustomAttributeDefinitions(Integer, String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Lists the customer-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listCustomerCustomAttributeDefinitionsAsync(Integer, String) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Lists the customer-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listCustomerCustomAttributeDefinitionsAsync(Integer, String) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Lists the customer-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- ListCustomerCustomAttributeDefinitionsRequest - Class in com.squareup.square.models
-
This is a model class for ListCustomerCustomAttributeDefinitionsRequest type.
- ListCustomerCustomAttributeDefinitionsRequest(Integer, String) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListCustomerCustomAttributeDefinitionsRequest(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListCustomerCustomAttributeDefinitionsRequest.Builder - Class in com.squareup.square.models
-
- ListCustomerCustomAttributeDefinitionsResponse - Class in com.squareup.square.models
-
This is a model class for ListCustomerCustomAttributeDefinitionsResponse type.
- ListCustomerCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition>, String, List<Error>) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
Initialization constructor.
- ListCustomerCustomAttributeDefinitionsResponse.Builder - Class in com.squareup.square.models
-
- listCustomerCustomAttributes(String, Integer, String, Boolean) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
- listCustomerCustomAttributes(String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
- listCustomerCustomAttributesAsync(String, Integer, String, Boolean) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
- listCustomerCustomAttributesAsync(String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
- ListCustomerCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for ListCustomerCustomAttributesRequest type.
- ListCustomerCustomAttributesRequest(Integer, String, Boolean) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Initialization constructor.
- ListCustomerCustomAttributesRequest(OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Initialization constructor.
- ListCustomerCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- ListCustomerCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for ListCustomerCustomAttributesResponse type.
- ListCustomerCustomAttributesResponse(List<CustomAttribute>, String, List<Error>) - Constructor for class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
Initialization constructor.
- ListCustomerCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- listCustomerGroups(String, Integer) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Retrieves the list of customer groups of a business.
- listCustomerGroups(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Retrieves the list of customer groups of a business.
- listCustomerGroupsAsync(String, Integer) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Retrieves the list of customer groups of a business.
- listCustomerGroupsAsync(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Retrieves the list of customer groups of a business.
- ListCustomerGroupsRequest - Class in com.squareup.square.models
-
This is a model class for ListCustomerGroupsRequest type.
- ListCustomerGroupsRequest(String, Integer) - Constructor for class com.squareup.square.models.ListCustomerGroupsRequest
-
Initialization constructor.
- ListCustomerGroupsRequest(OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListCustomerGroupsRequest
-
Initialization constructor.
- ListCustomerGroupsRequest.Builder - Class in com.squareup.square.models
-
- ListCustomerGroupsResponse - Class in com.squareup.square.models
-
This is a model class for ListCustomerGroupsResponse type.
- ListCustomerGroupsResponse(List<Error>, List<CustomerGroup>, String) - Constructor for class com.squareup.square.models.ListCustomerGroupsResponse
-
Initialization constructor.
- ListCustomerGroupsResponse.Builder - Class in com.squareup.square.models
-
- listCustomers(String, Integer, String, String, Boolean) - Method in interface com.squareup.square.api.CustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomers(String, Integer, String, String, Boolean) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomersAsync(String, Integer, String, String, Boolean) - Method in interface com.squareup.square.api.CustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomersAsync(String, Integer, String, String, Boolean) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomerSegments(String, Integer) - Method in interface com.squareup.square.api.CustomerSegmentsApi
-
Retrieves the list of customer segments of a business.
- listCustomerSegments(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Retrieves the list of customer segments of a business.
- listCustomerSegmentsAsync(String, Integer) - Method in interface com.squareup.square.api.CustomerSegmentsApi
-
Retrieves the list of customer segments of a business.
- listCustomerSegmentsAsync(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Retrieves the list of customer segments of a business.
- ListCustomerSegmentsRequest - Class in com.squareup.square.models
-
This is a model class for ListCustomerSegmentsRequest type.
- ListCustomerSegmentsRequest(String, Integer) - Constructor for class com.squareup.square.models.ListCustomerSegmentsRequest
-
Initialization constructor.
- ListCustomerSegmentsRequest(OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListCustomerSegmentsRequest
-
Initialization constructor.
- ListCustomerSegmentsRequest.Builder - Class in com.squareup.square.models
-
- ListCustomerSegmentsResponse - Class in com.squareup.square.models
-
This is a model class for ListCustomerSegmentsResponse type.
- ListCustomerSegmentsResponse(List<Error>, List<CustomerSegment>, String) - Constructor for class com.squareup.square.models.ListCustomerSegmentsResponse
-
Initialization constructor.
- ListCustomerSegmentsResponse.Builder - Class in com.squareup.square.models
-
- ListCustomersRequest - Class in com.squareup.square.models
-
This is a model class for ListCustomersRequest type.
- ListCustomersRequest(String, Integer, String, String, Boolean) - Constructor for class com.squareup.square.models.ListCustomersRequest
-
Initialization constructor.
- ListCustomersRequest(OptionalNullable<String>, OptionalNullable<Integer>, String, String, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListCustomersRequest
-
Initialization constructor.
- ListCustomersRequest.Builder - Class in com.squareup.square.models
-
- ListCustomersResponse - Class in com.squareup.square.models
-
This is a model class for ListCustomersResponse type.
- ListCustomersResponse(List<Error>, List<Customer>, String, Long) - Constructor for class com.squareup.square.models.ListCustomersResponse
-
Initialization constructor.
- ListCustomersResponse.Builder - Class in com.squareup.square.models
-
- listDeviceCodes(String, String, String, String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Lists all DeviceCodes associated with the merchant.
- listDeviceCodes(String, String, String, String) - Method in interface com.squareup.square.api.DevicesApi
-
Lists all DeviceCodes associated with the merchant.
- listDeviceCodesAsync(String, String, String, String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
Lists all DeviceCodes associated with the merchant.
- listDeviceCodesAsync(String, String, String, String) - Method in interface com.squareup.square.api.DevicesApi
-
Lists all DeviceCodes associated with the merchant.
- ListDeviceCodesRequest - Class in com.squareup.square.models
-
This is a model class for ListDeviceCodesRequest type.
- ListDeviceCodesRequest(String, String, String, List<String>) - Constructor for class com.squareup.square.models.ListDeviceCodesRequest
-
Initialization constructor.
- ListDeviceCodesRequest(OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.ListDeviceCodesRequest
-
Initialization constructor.
- ListDeviceCodesRequest.Builder - Class in com.squareup.square.models
-
- ListDeviceCodesResponse - Class in com.squareup.square.models
-
This is a model class for ListDeviceCodesResponse type.
- ListDeviceCodesResponse(List<Error>, List<DeviceCode>, String) - Constructor for class com.squareup.square.models.ListDeviceCodesResponse
-
Initialization constructor.
- ListDeviceCodesResponse.Builder - Class in com.squareup.square.models
-
- listDevices(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
List devices associated with the merchant.
- listDevices(String, String, Integer, String) - Method in interface com.squareup.square.api.DevicesApi
-
List devices associated with the merchant.
- listDevicesAsync(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultDevicesApi
-
List devices associated with the merchant.
- listDevicesAsync(String, String, Integer, String) - Method in interface com.squareup.square.api.DevicesApi
-
List devices associated with the merchant.
- ListDevicesRequest - Class in com.squareup.square.models
-
This is a model class for ListDevicesRequest type.
- ListDevicesRequest(String, String, Integer, String) - Constructor for class com.squareup.square.models.ListDevicesRequest
-
Initialization constructor.
- ListDevicesRequest(OptionalNullable<String>, String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListDevicesRequest
-
Initialization constructor.
- ListDevicesRequest.Builder - Class in com.squareup.square.models
-
- ListDevicesResponse - Class in com.squareup.square.models
-
This is a model class for ListDevicesResponse type.
- ListDevicesResponse(List<Error>, List<Device>, String) - Constructor for class com.squareup.square.models.ListDevicesResponse
-
Initialization constructor.
- ListDevicesResponse.Builder - Class in com.squareup.square.models
-
- listDisputeEvidence(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns a list of evidence associated with a dispute.
- listDisputeEvidence(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns a list of evidence associated with a dispute.
- listDisputeEvidenceAsync(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns a list of evidence associated with a dispute.
- listDisputeEvidenceAsync(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns a list of evidence associated with a dispute.
- ListDisputeEvidenceRequest - Class in com.squareup.square.models
-
This is a model class for ListDisputeEvidenceRequest type.
- ListDisputeEvidenceRequest(String) - Constructor for class com.squareup.square.models.ListDisputeEvidenceRequest
-
Initialization constructor.
- ListDisputeEvidenceRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListDisputeEvidenceRequest
-
Initialization constructor.
- ListDisputeEvidenceRequest.Builder - Class in com.squareup.square.models
-
- ListDisputeEvidenceResponse - Class in com.squareup.square.models
-
This is a model class for ListDisputeEvidenceResponse type.
- ListDisputeEvidenceResponse(List<DisputeEvidence>, List<Error>, String) - Constructor for class com.squareup.square.models.ListDisputeEvidenceResponse
-
Initialization constructor.
- ListDisputeEvidenceResponse.Builder - Class in com.squareup.square.models
-
- listDisputes(String, String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns a list of disputes associated with a particular account.
- listDisputes(String, String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns a list of disputes associated with a particular account.
- listDisputesAsync(String, String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns a list of disputes associated with a particular account.
- listDisputesAsync(String, String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns a list of disputes associated with a particular account.
- ListDisputesRequest - Class in com.squareup.square.models
-
This is a model class for ListDisputesRequest type.
- ListDisputesRequest(String, List<String>, String) - Constructor for class com.squareup.square.models.ListDisputesRequest
-
Initialization constructor.
- ListDisputesRequest(OptionalNullable<String>, OptionalNullable<List<String>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListDisputesRequest
-
Initialization constructor.
- ListDisputesRequest.Builder - Class in com.squareup.square.models
-
- ListDisputesResponse - Class in com.squareup.square.models
-
This is a model class for ListDisputesResponse type.
- ListDisputesResponse(List<Error>, List<Dispute>, String) - Constructor for class com.squareup.square.models.ListDisputesResponse
-
Initialization constructor.
- ListDisputesResponse.Builder - Class in com.squareup.square.models
-
- listEmployees(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultEmployeesApi
-
Deprecated.
- listEmployees(String, String, Integer, String) - Method in interface com.squareup.square.api.EmployeesApi
-
Deprecated.
- listEmployeesAsync(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultEmployeesApi
-
Deprecated.
- listEmployeesAsync(String, String, Integer, String) - Method in interface com.squareup.square.api.EmployeesApi
-
Deprecated.
- ListEmployeesRequest - Class in com.squareup.square.models
-
This is a model class for ListEmployeesRequest type.
- ListEmployeesRequest(String, String, Integer, String) - Constructor for class com.squareup.square.models.ListEmployeesRequest
-
Initialization constructor.
- ListEmployeesRequest(OptionalNullable<String>, String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListEmployeesRequest
-
Initialization constructor.
- ListEmployeesRequest.Builder - Class in com.squareup.square.models
-
- ListEmployeesResponse - Class in com.squareup.square.models
-
This is a model class for ListEmployeesResponse type.
- ListEmployeesResponse(List<Employee>, String, List<Error>) - Constructor for class com.squareup.square.models.ListEmployeesResponse
-
Initialization constructor.
- ListEmployeesResponse.Builder - Class in com.squareup.square.models
-
- listEmployeeWages(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deprecated.
- listEmployeeWages(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Deprecated.
- listEmployeeWagesAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Deprecated.
- listEmployeeWagesAsync(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Deprecated.
- ListEmployeeWagesRequest - Class in com.squareup.square.models
-
This is a model class for ListEmployeeWagesRequest type.
- ListEmployeeWagesRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListEmployeeWagesRequest
-
Initialization constructor.
- ListEmployeeWagesRequest(OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListEmployeeWagesRequest
-
Initialization constructor.
- ListEmployeeWagesRequest.Builder - Class in com.squareup.square.models
-
- ListEmployeeWagesResponse - Class in com.squareup.square.models
-
This is a model class for ListEmployeeWagesResponse type.
- ListEmployeeWagesResponse(List<EmployeeWage>, String, List<Error>) - Constructor for class com.squareup.square.models.ListEmployeeWagesResponse
-
Initialization constructor.
- ListEmployeeWagesResponse.Builder - Class in com.squareup.square.models
-
- listGiftCardActivities(String, String, String, String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Lists gift card activities.
- listGiftCardActivities(String, String, String, String, String, Integer, String, String) - Method in interface com.squareup.square.api.GiftCardActivitiesApi
-
Lists gift card activities.
- listGiftCardActivitiesAsync(String, String, String, String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Lists gift card activities.
- listGiftCardActivitiesAsync(String, String, String, String, String, Integer, String, String) - Method in interface com.squareup.square.api.GiftCardActivitiesApi
-
Lists gift card activities.
- ListGiftCardActivitiesRequest - Class in com.squareup.square.models
-
This is a model class for ListGiftCardActivitiesRequest type.
- ListGiftCardActivitiesRequest(String, String, String, String, String, Integer, String, String) - Constructor for class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Initialization constructor.
- ListGiftCardActivitiesRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Initialization constructor.
- ListGiftCardActivitiesRequest.Builder - Class in com.squareup.square.models
-
- ListGiftCardActivitiesResponse - Class in com.squareup.square.models
-
This is a model class for ListGiftCardActivitiesResponse type.
- ListGiftCardActivitiesResponse(List<Error>, List<GiftCardActivity>, String) - Constructor for class com.squareup.square.models.ListGiftCardActivitiesResponse
-
Initialization constructor.
- ListGiftCardActivitiesResponse.Builder - Class in com.squareup.square.models
-
- listGiftCards(String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Lists all gift cards.
- listGiftCards(String, String, Integer, String, String) - Method in interface com.squareup.square.api.GiftCardsApi
-
Lists all gift cards.
- listGiftCardsAsync(String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Lists all gift cards.
- listGiftCardsAsync(String, String, Integer, String, String) - Method in interface com.squareup.square.api.GiftCardsApi
-
Lists all gift cards.
- ListGiftCardsRequest - Class in com.squareup.square.models
-
This is a model class for ListGiftCardsRequest type.
- ListGiftCardsRequest(String, String, Integer, String, String) - Constructor for class com.squareup.square.models.ListGiftCardsRequest
-
Initialization constructor.
- ListGiftCardsRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListGiftCardsRequest
-
Initialization constructor.
- ListGiftCardsRequest.Builder - Class in com.squareup.square.models
-
- ListGiftCardsResponse - Class in com.squareup.square.models
-
This is a model class for ListGiftCardsResponse type.
- ListGiftCardsResponse(List<Error>, List<GiftCard>, String) - Constructor for class com.squareup.square.models.ListGiftCardsResponse
-
Initialization constructor.
- ListGiftCardsResponse.Builder - Class in com.squareup.square.models
-
- listInvoices(String, String, Integer) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Returns a list of invoices for a given location.
- listInvoices(String, String, Integer) - Method in interface com.squareup.square.api.InvoicesApi
-
Returns a list of invoices for a given location.
- listInvoicesAsync(String, String, Integer) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Returns a list of invoices for a given location.
- listInvoicesAsync(String, String, Integer) - Method in interface com.squareup.square.api.InvoicesApi
-
Returns a list of invoices for a given location.
- ListInvoicesRequest - Class in com.squareup.square.models
-
This is a model class for ListInvoicesRequest type.
- ListInvoicesRequest(String, String, Integer) - Constructor for class com.squareup.square.models.ListInvoicesRequest
-
Initialization constructor.
- ListInvoicesRequest(String, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListInvoicesRequest
-
Initialization constructor.
- ListInvoicesRequest.Builder - Class in com.squareup.square.models
-
- ListInvoicesResponse - Class in com.squareup.square.models
-
This is a model class for ListInvoicesResponse type.
- ListInvoicesResponse(List<Invoice>, String, List<Error>) - Constructor for class com.squareup.square.models.ListInvoicesResponse
-
Initialization constructor.
- ListInvoicesResponse.Builder - Class in com.squareup.square.models
-
- listLocationBookingProfiles(Integer, String) - Method in interface com.squareup.square.api.BookingsApi
-
Lists location booking profiles of a seller.
- listLocationBookingProfiles(Integer, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Lists location booking profiles of a seller.
- listLocationBookingProfilesAsync(Integer, String) - Method in interface com.squareup.square.api.BookingsApi
-
Lists location booking profiles of a seller.
- listLocationBookingProfilesAsync(Integer, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Lists location booking profiles of a seller.
- ListLocationBookingProfilesRequest - Class in com.squareup.square.models
-
This is a model class for ListLocationBookingProfilesRequest type.
- ListLocationBookingProfilesRequest(Integer, String) - Constructor for class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Initialization constructor.
- ListLocationBookingProfilesRequest(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Initialization constructor.
- ListLocationBookingProfilesRequest.Builder - Class in com.squareup.square.models
-
- ListLocationBookingProfilesResponse - Class in com.squareup.square.models
-
This is a model class for ListLocationBookingProfilesResponse type.
- ListLocationBookingProfilesResponse(List<LocationBookingProfile>, String, List<Error>) - Constructor for class com.squareup.square.models.ListLocationBookingProfilesResponse
-
Initialization constructor.
- ListLocationBookingProfilesResponse.Builder - Class in com.squareup.square.models
-
- listLocationCustomAttributeDefinitions(String, Integer, String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listLocationCustomAttributeDefinitions(String, Integer, String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listLocationCustomAttributeDefinitionsAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listLocationCustomAttributeDefinitionsAsync(String, Integer, String) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- ListLocationCustomAttributeDefinitionsRequest - Class in com.squareup.square.models
-
This is a model class for ListLocationCustomAttributeDefinitionsRequest type.
- ListLocationCustomAttributeDefinitionsRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListLocationCustomAttributeDefinitionsRequest(String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListLocationCustomAttributeDefinitionsRequest.Builder - Class in com.squareup.square.models
-
- ListLocationCustomAttributeDefinitionsResponse - Class in com.squareup.square.models
-
This is a model class for ListLocationCustomAttributeDefinitionsResponse type.
- ListLocationCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition>, String, List<Error>) - Constructor for class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
Initialization constructor.
- ListLocationCustomAttributeDefinitionsResponse.Builder - Class in com.squareup.square.models
-
- listLocationCustomAttributes(String, String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
- listLocationCustomAttributes(String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
- listLocationCustomAttributesAsync(String, String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
- listLocationCustomAttributesAsync(String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
- ListLocationCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for ListLocationCustomAttributesRequest type.
- ListLocationCustomAttributesRequest(String, Integer, String, Boolean) - Constructor for class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Initialization constructor.
- ListLocationCustomAttributesRequest(String, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Initialization constructor.
- ListLocationCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- ListLocationCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for ListLocationCustomAttributesResponse type.
- ListLocationCustomAttributesResponse(List<CustomAttribute>, String, List<Error>) - Constructor for class com.squareup.square.models.ListLocationCustomAttributesResponse
-
Initialization constructor.
- ListLocationCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- listLocations() - Method in class com.squareup.square.api.DefaultLocationsApi
-
Provides details about all of the seller's
[locations](https://developer.squareup.com/docs/locations-api), including those with an
inactive status.
- listLocations() - Method in interface com.squareup.square.api.LocationsApi
-
Provides details about all of the seller's
[locations](https://developer.squareup.com/docs/locations-api), including those with an
inactive status.
- listLocationsAsync() - Method in class com.squareup.square.api.DefaultLocationsApi
-
Provides details about all of the seller's
[locations](https://developer.squareup.com/docs/locations-api), including those with an
inactive status.
- listLocationsAsync() - Method in interface com.squareup.square.api.LocationsApi
-
Provides details about all of the seller's
[locations](https://developer.squareup.com/docs/locations-api), including those with an
inactive status.
- ListLocationsResponse - Class in com.squareup.square.models
-
This is a model class for ListLocationsResponse type.
- ListLocationsResponse(List<Error>, List<Location>) - Constructor for class com.squareup.square.models.ListLocationsResponse
-
Initialization constructor.
- ListLocationsResponse.Builder - Class in com.squareup.square.models
-
- listLoyaltyPrograms() - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Deprecated.
- listLoyaltyPrograms() - Method in interface com.squareup.square.api.LoyaltyApi
-
Deprecated.
- listLoyaltyProgramsAsync() - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Deprecated.
- listLoyaltyProgramsAsync() - Method in interface com.squareup.square.api.LoyaltyApi
-
Deprecated.
- ListLoyaltyProgramsResponse - Class in com.squareup.square.models
-
This is a model class for ListLoyaltyProgramsResponse type.
- ListLoyaltyProgramsResponse(List<Error>, List<LoyaltyProgram>) - Constructor for class com.squareup.square.models.ListLoyaltyProgramsResponse
-
Initialization constructor.
- ListLoyaltyProgramsResponse.Builder - Class in com.squareup.square.models
-
- listLoyaltyPromotions(String, String, String, Integer) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
- listLoyaltyPromotions(String, String, String, Integer) - Method in interface com.squareup.square.api.LoyaltyApi
-
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
- listLoyaltyPromotionsAsync(String, String, String, Integer) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
- listLoyaltyPromotionsAsync(String, String, String, Integer) - Method in interface com.squareup.square.api.LoyaltyApi
-
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
- ListLoyaltyPromotionsRequest - Class in com.squareup.square.models
-
This is a model class for ListLoyaltyPromotionsRequest type.
- ListLoyaltyPromotionsRequest(String, String, Integer) - Constructor for class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Initialization constructor.
- ListLoyaltyPromotionsRequest(String, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Initialization constructor.
- ListLoyaltyPromotionsRequest.Builder - Class in com.squareup.square.models
-
- ListLoyaltyPromotionsResponse - Class in com.squareup.square.models
-
This is a model class for ListLoyaltyPromotionsResponse type.
- ListLoyaltyPromotionsResponse(List<Error>, List<LoyaltyPromotion>, String) - Constructor for class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
Initialization constructor.
- ListLoyaltyPromotionsResponse.Builder - Class in com.squareup.square.models
-
- listMerchantCustomAttributeDefinitions(String, Integer, String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Lists the merchant-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listMerchantCustomAttributeDefinitions(String, Integer, String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Lists the merchant-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listMerchantCustomAttributeDefinitionsAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Lists the merchant-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listMerchantCustomAttributeDefinitionsAsync(String, Integer, String) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Lists the merchant-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- ListMerchantCustomAttributeDefinitionsRequest - Class in com.squareup.square.models
-
This is a model class for ListMerchantCustomAttributeDefinitionsRequest type.
- ListMerchantCustomAttributeDefinitionsRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListMerchantCustomAttributeDefinitionsRequest(String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListMerchantCustomAttributeDefinitionsRequest.Builder - Class in com.squareup.square.models
-
- ListMerchantCustomAttributeDefinitionsResponse - Class in com.squareup.square.models
-
This is a model class for ListMerchantCustomAttributeDefinitionsResponse type.
- ListMerchantCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition>, String, List<Error>) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
Initialization constructor.
- ListMerchantCustomAttributeDefinitionsResponse.Builder - Class in com.squareup.square.models
-
- listMerchantCustomAttributes(String, String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
- listMerchantCustomAttributes(String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
- listMerchantCustomAttributesAsync(String, String, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
- listMerchantCustomAttributesAsync(String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
- ListMerchantCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for ListMerchantCustomAttributesRequest type.
- ListMerchantCustomAttributesRequest(String, Integer, String, Boolean) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Initialization constructor.
- ListMerchantCustomAttributesRequest(String, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Initialization constructor.
- ListMerchantCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- ListMerchantCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for ListMerchantCustomAttributesResponse type.
- ListMerchantCustomAttributesResponse(List<CustomAttribute>, String, List<Error>) - Constructor for class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
Initialization constructor.
- ListMerchantCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- listMerchants(Integer) - Method in class com.squareup.square.api.DefaultMerchantsApi
-
Provides details about the merchant associated with a given access token.
- listMerchants(Integer) - Method in interface com.squareup.square.api.MerchantsApi
-
Provides details about the merchant associated with a given access token.
- listMerchantsAsync(Integer) - Method in class com.squareup.square.api.DefaultMerchantsApi
-
Provides details about the merchant associated with a given access token.
- listMerchantsAsync(Integer) - Method in interface com.squareup.square.api.MerchantsApi
-
Provides details about the merchant associated with a given access token.
- ListMerchantsRequest - Class in com.squareup.square.models
-
This is a model class for ListMerchantsRequest type.
- ListMerchantsRequest(Integer) - Constructor for class com.squareup.square.models.ListMerchantsRequest
-
Initialization constructor.
- ListMerchantsRequest(OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListMerchantsRequest
-
Initialization constructor.
- ListMerchantsRequest.Builder - Class in com.squareup.square.models
-
- ListMerchantsResponse - Class in com.squareup.square.models
-
This is a model class for ListMerchantsResponse type.
- ListMerchantsResponse(List<Error>, List<Merchant>, Integer) - Constructor for class com.squareup.square.models.ListMerchantsResponse
-
Initialization constructor.
- ListMerchantsResponse.Builder - Class in com.squareup.square.models
-
- listOrderCustomAttributeDefinitions(String, String, Integer) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listOrderCustomAttributeDefinitions(String, String, Integer) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listOrderCustomAttributeDefinitionsAsync(String, String, Integer) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- listOrderCustomAttributeDefinitionsAsync(String, String, Integer) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
- ListOrderCustomAttributeDefinitionsRequest - Class in com.squareup.square.models
-
This is a model class for ListOrderCustomAttributeDefinitionsRequest type.
- ListOrderCustomAttributeDefinitionsRequest(String, String, Integer) - Constructor for class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListOrderCustomAttributeDefinitionsRequest(String, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Initialization constructor.
- ListOrderCustomAttributeDefinitionsRequest.Builder - Class in com.squareup.square.models
-
- ListOrderCustomAttributeDefinitionsResponse - Class in com.squareup.square.models
-
This is a model class for ListOrderCustomAttributeDefinitionsResponse type.
- ListOrderCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition>, String, List<Error>) - Constructor for class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
Initialization constructor.
- ListOrderCustomAttributeDefinitionsResponse.Builder - Class in com.squareup.square.models
-
- listOrderCustomAttributes(String, String, String, Integer, Boolean) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
- listOrderCustomAttributes(String, String, String, Integer, Boolean) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
- listOrderCustomAttributesAsync(String, String, String, Integer, Boolean) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
- listOrderCustomAttributesAsync(String, String, String, Integer, Boolean) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
- ListOrderCustomAttributesRequest - Class in com.squareup.square.models
-
This is a model class for ListOrderCustomAttributesRequest type.
- ListOrderCustomAttributesRequest(String, String, Integer, Boolean) - Constructor for class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Initialization constructor.
- ListOrderCustomAttributesRequest(String, OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Initialization constructor.
- ListOrderCustomAttributesRequest.Builder - Class in com.squareup.square.models
-
- ListOrderCustomAttributesResponse - Class in com.squareup.square.models
-
This is a model class for ListOrderCustomAttributesResponse type.
- ListOrderCustomAttributesResponse(List<CustomAttribute>, String, List<Error>) - Constructor for class com.squareup.square.models.ListOrderCustomAttributesResponse
-
Initialization constructor.
- ListOrderCustomAttributesResponse.Builder - Class in com.squareup.square.models
-
- listPaymentLinks(String, Integer) - Method in interface com.squareup.square.api.CheckoutApi
-
Lists all payment links.
- listPaymentLinks(String, Integer) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Lists all payment links.
- listPaymentLinksAsync(String, Integer) - Method in interface com.squareup.square.api.CheckoutApi
-
Lists all payment links.
- listPaymentLinksAsync(String, Integer) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Lists all payment links.
- ListPaymentLinksRequest - Class in com.squareup.square.models
-
This is a model class for ListPaymentLinksRequest type.
- ListPaymentLinksRequest(String, Integer) - Constructor for class com.squareup.square.models.ListPaymentLinksRequest
-
Initialization constructor.
- ListPaymentLinksRequest(OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListPaymentLinksRequest
-
Initialization constructor.
- ListPaymentLinksRequest.Builder - Class in com.squareup.square.models
-
- ListPaymentLinksResponse - Class in com.squareup.square.models
-
This is a model class for ListPaymentLinksResponse type.
- ListPaymentLinksResponse(List<Error>, List<PaymentLink>, String) - Constructor for class com.squareup.square.models.ListPaymentLinksResponse
-
Initialization constructor.
- ListPaymentLinksResponse.Builder - Class in com.squareup.square.models
-
- listPaymentRefunds(String, String, String, String, String, String, String, Integer) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Retrieves a list of refunds for the account making the request.
- listPaymentRefunds(String, String, String, String, String, String, String, Integer) - Method in interface com.squareup.square.api.RefundsApi
-
Retrieves a list of refunds for the account making the request.
- listPaymentRefundsAsync(String, String, String, String, String, String, String, Integer) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Retrieves a list of refunds for the account making the request.
- listPaymentRefundsAsync(String, String, String, String, String, String, String, Integer) - Method in interface com.squareup.square.api.RefundsApi
-
Retrieves a list of refunds for the account making the request.
- ListPaymentRefundsRequest - Class in com.squareup.square.models
-
This is a model class for ListPaymentRefundsRequest type.
- ListPaymentRefundsRequest(String, String, String, String, String, String, String, Integer) - Constructor for class com.squareup.square.models.ListPaymentRefundsRequest
-
Initialization constructor.
- ListPaymentRefundsRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListPaymentRefundsRequest
-
Initialization constructor.
- ListPaymentRefundsRequest.Builder - Class in com.squareup.square.models
-
- ListPaymentRefundsResponse - Class in com.squareup.square.models
-
This is a model class for ListPaymentRefundsResponse type.
- ListPaymentRefundsResponse(List<Error>, List<PaymentRefund>, String) - Constructor for class com.squareup.square.models.ListPaymentRefundsResponse
-
Initialization constructor.
- ListPaymentRefundsResponse.Builder - Class in com.squareup.square.models
-
- listPayments(String, String, String, String, String, Long, String, String, Integer) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Retrieves a list of payments taken by the account making the request.
- listPayments(String, String, String, String, String, Long, String, String, Integer) - Method in interface com.squareup.square.api.PaymentsApi
-
Retrieves a list of payments taken by the account making the request.
- listPaymentsAsync(String, String, String, String, String, Long, String, String, Integer) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Retrieves a list of payments taken by the account making the request.
- listPaymentsAsync(String, String, String, String, String, Long, String, String, Integer) - Method in interface com.squareup.square.api.PaymentsApi
-
Retrieves a list of payments taken by the account making the request.
- ListPaymentsRequest - Class in com.squareup.square.models
-
This is a model class for ListPaymentsRequest type.
- ListPaymentsRequest(String, String, String, String, String, Long, String, String, Integer) - Constructor for class com.squareup.square.models.ListPaymentsRequest
-
Initialization constructor.
- ListPaymentsRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Long>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListPaymentsRequest
-
Initialization constructor.
- ListPaymentsRequest.Builder - Class in com.squareup.square.models
-
- ListPaymentsResponse - Class in com.squareup.square.models
-
This is a model class for ListPaymentsResponse type.
- ListPaymentsResponse(List<Error>, List<Payment>, String) - Constructor for class com.squareup.square.models.ListPaymentsResponse
-
Initialization constructor.
- ListPaymentsResponse.Builder - Class in com.squareup.square.models
-
- listPayoutEntries(String, String, String, Integer) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves a list of all payout entries for a specific payout.
- listPayoutEntries(String, String, String, Integer) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves a list of all payout entries for a specific payout.
- listPayoutEntriesAsync(String, String, String, Integer) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves a list of all payout entries for a specific payout.
- listPayoutEntriesAsync(String, String, String, Integer) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves a list of all payout entries for a specific payout.
- ListPayoutEntriesRequest - Class in com.squareup.square.models
-
This is a model class for ListPayoutEntriesRequest type.
- ListPayoutEntriesRequest(String, String, Integer) - Constructor for class com.squareup.square.models.ListPayoutEntriesRequest
-
Initialization constructor.
- ListPayoutEntriesRequest(String, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListPayoutEntriesRequest
-
Initialization constructor.
- ListPayoutEntriesRequest.Builder - Class in com.squareup.square.models
-
- ListPayoutEntriesResponse - Class in com.squareup.square.models
-
This is a model class for ListPayoutEntriesResponse type.
- ListPayoutEntriesResponse(List<PayoutEntry>, String, List<Error>) - Constructor for class com.squareup.square.models.ListPayoutEntriesResponse
-
Initialization constructor.
- ListPayoutEntriesResponse.Builder - Class in com.squareup.square.models
-
- listPayouts(String, String, String, String, String, String, Integer) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves a list of all payouts for the default location.
- listPayouts(String, String, String, String, String, String, Integer) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves a list of all payouts for the default location.
- listPayoutsAsync(String, String, String, String, String, String, Integer) - Method in class com.squareup.square.api.DefaultPayoutsApi
-
Retrieves a list of all payouts for the default location.
- listPayoutsAsync(String, String, String, String, String, String, Integer) - Method in interface com.squareup.square.api.PayoutsApi
-
Retrieves a list of all payouts for the default location.
- ListPayoutsRequest - Class in com.squareup.square.models
-
This is a model class for ListPayoutsRequest type.
- ListPayoutsRequest(String, String, String, String, String, String, Integer) - Constructor for class com.squareup.square.models.ListPayoutsRequest
-
Initialization constructor.
- ListPayoutsRequest(OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListPayoutsRequest
-
Initialization constructor.
- ListPayoutsRequest.Builder - Class in com.squareup.square.models
-
- ListPayoutsResponse - Class in com.squareup.square.models
-
This is a model class for ListPayoutsResponse type.
- ListPayoutsResponse(List<Payout>, String, List<Error>) - Constructor for class com.squareup.square.models.ListPayoutsResponse
-
Initialization constructor.
- ListPayoutsResponse.Builder - Class in com.squareup.square.models
-
- ListRefundsRequest - Class in com.squareup.square.models
-
This is a model class for ListRefundsRequest type.
- ListRefundsRequest(String, String, String, String) - Constructor for class com.squareup.square.models.ListRefundsRequest
-
Initialization constructor.
- ListRefundsRequest(OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListRefundsRequest
-
Initialization constructor.
- ListRefundsRequest.Builder - Class in com.squareup.square.models
-
- ListRefundsResponse - Class in com.squareup.square.models
-
This is a model class for ListRefundsResponse type.
- ListRefundsResponse(List<Error>, List<Refund>, String) - Constructor for class com.squareup.square.models.ListRefundsResponse
-
Initialization constructor.
- ListRefundsResponse.Builder - Class in com.squareup.square.models
-
- listSites() - Method in class com.squareup.square.api.DefaultSitesApi
-
Lists the Square Online sites that belong to a seller.
- listSites() - Method in interface com.squareup.square.api.SitesApi
-
Lists the Square Online sites that belong to a seller.
- listSitesAsync() - Method in class com.squareup.square.api.DefaultSitesApi
-
Lists the Square Online sites that belong to a seller.
- listSitesAsync() - Method in interface com.squareup.square.api.SitesApi
-
Lists the Square Online sites that belong to a seller.
- ListSitesResponse - Class in com.squareup.square.models
-
This is a model class for ListSitesResponse type.
- ListSitesResponse(List<Error>, List<Site>) - Constructor for class com.squareup.square.models.ListSitesResponse
-
Initialization constructor.
- ListSitesResponse.Builder - Class in com.squareup.square.models
-
- listSubscriptionEvents(String, String, Integer) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Lists all [events](https://developer.squareup.com/docs/subscriptions-api/actions-events) for
a specific subscription.
- listSubscriptionEvents(String, String, Integer) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Lists all [events](https://developer.squareup.com/docs/subscriptions-api/actions-events) for
a specific subscription.
- listSubscriptionEventsAsync(String, String, Integer) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Lists all [events](https://developer.squareup.com/docs/subscriptions-api/actions-events) for
a specific subscription.
- listSubscriptionEventsAsync(String, String, Integer) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Lists all [events](https://developer.squareup.com/docs/subscriptions-api/actions-events) for
a specific subscription.
- ListSubscriptionEventsRequest - Class in com.squareup.square.models
-
This is a model class for ListSubscriptionEventsRequest type.
- ListSubscriptionEventsRequest(String, Integer) - Constructor for class com.squareup.square.models.ListSubscriptionEventsRequest
-
Initialization constructor.
- ListSubscriptionEventsRequest(OptionalNullable<String>, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListSubscriptionEventsRequest
-
Initialization constructor.
- ListSubscriptionEventsRequest.Builder - Class in com.squareup.square.models
-
- ListSubscriptionEventsResponse - Class in com.squareup.square.models
-
This is a model class for ListSubscriptionEventsResponse type.
- ListSubscriptionEventsResponse(List<Error>, List<SubscriptionEvent>, String) - Constructor for class com.squareup.square.models.ListSubscriptionEventsResponse
-
Initialization constructor.
- ListSubscriptionEventsResponse.Builder - Class in com.squareup.square.models
-
- listTeamMemberBookingProfiles(Boolean, Integer, String, String) - Method in interface com.squareup.square.api.BookingsApi
-
Lists booking profiles for team members.
- listTeamMemberBookingProfiles(Boolean, Integer, String, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Lists booking profiles for team members.
- listTeamMemberBookingProfilesAsync(Boolean, Integer, String, String) - Method in interface com.squareup.square.api.BookingsApi
-
Lists booking profiles for team members.
- listTeamMemberBookingProfilesAsync(Boolean, Integer, String, String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Lists booking profiles for team members.
- ListTeamMemberBookingProfilesRequest - Class in com.squareup.square.models
-
This is a model class for ListTeamMemberBookingProfilesRequest type.
- ListTeamMemberBookingProfilesRequest(Boolean, Integer, String, String) - Constructor for class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Initialization constructor.
- ListTeamMemberBookingProfilesRequest(OptionalNullable<Boolean>, OptionalNullable<Integer>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Initialization constructor.
- ListTeamMemberBookingProfilesRequest.Builder - Class in com.squareup.square.models
-
- ListTeamMemberBookingProfilesResponse - Class in com.squareup.square.models
-
This is a model class for ListTeamMemberBookingProfilesResponse type.
- ListTeamMemberBookingProfilesResponse(List<TeamMemberBookingProfile>, String, List<Error>) - Constructor for class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
Initialization constructor.
- ListTeamMemberBookingProfilesResponse.Builder - Class in com.squareup.square.models
-
- listTeamMemberWages(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `TeamMemberWage` instances for a business.
- listTeamMemberWages(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `TeamMemberWage` instances for a business.
- listTeamMemberWagesAsync(String, Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `TeamMemberWage` instances for a business.
- listTeamMemberWagesAsync(String, Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `TeamMemberWage` instances for a business.
- ListTeamMemberWagesRequest - Class in com.squareup.square.models
-
This is a model class for ListTeamMemberWagesRequest type.
- ListTeamMemberWagesRequest(String, Integer, String) - Constructor for class com.squareup.square.models.ListTeamMemberWagesRequest
-
Initialization constructor.
- ListTeamMemberWagesRequest(OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListTeamMemberWagesRequest
-
Initialization constructor.
- ListTeamMemberWagesRequest.Builder - Class in com.squareup.square.models
-
- ListTeamMemberWagesResponse - Class in com.squareup.square.models
-
This is a model class for ListTeamMemberWagesResponse type.
- ListTeamMemberWagesResponse(List<TeamMemberWage>, String, List<Error>) - Constructor for class com.squareup.square.models.ListTeamMemberWagesResponse
-
Initialization constructor.
- ListTeamMemberWagesResponse.Builder - Class in com.squareup.square.models
-
- listTransactions(String, String, String, String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- listTransactions(String, String, String, String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- listTransactionsAsync(String, String, String, String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- listTransactionsAsync(String, String, String, String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- ListTransactionsRequest - Class in com.squareup.square.models
-
This is a model class for ListTransactionsRequest type.
- ListTransactionsRequest(String, String, String, String) - Constructor for class com.squareup.square.models.ListTransactionsRequest
-
Initialization constructor.
- ListTransactionsRequest(OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListTransactionsRequest
-
Initialization constructor.
- ListTransactionsRequest.Builder - Class in com.squareup.square.models
-
- ListTransactionsResponse - Class in com.squareup.square.models
-
This is a model class for ListTransactionsResponse type.
- ListTransactionsResponse(List<Error>, List<Transaction>, String) - Constructor for class com.squareup.square.models.ListTransactionsResponse
-
Initialization constructor.
- ListTransactionsResponse.Builder - Class in com.squareup.square.models
-
- listWebhookEventTypes(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Lists all webhook event types that can be subscribed to.
- listWebhookEventTypes(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Lists all webhook event types that can be subscribed to.
- listWebhookEventTypesAsync(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Lists all webhook event types that can be subscribed to.
- listWebhookEventTypesAsync(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Lists all webhook event types that can be subscribed to.
- ListWebhookEventTypesRequest - Class in com.squareup.square.models
-
This is a model class for ListWebhookEventTypesRequest type.
- ListWebhookEventTypesRequest(String) - Constructor for class com.squareup.square.models.ListWebhookEventTypesRequest
-
Initialization constructor.
- ListWebhookEventTypesRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListWebhookEventTypesRequest
-
Initialization constructor.
- ListWebhookEventTypesRequest.Builder - Class in com.squareup.square.models
-
- ListWebhookEventTypesResponse - Class in com.squareup.square.models
-
This is a model class for ListWebhookEventTypesResponse type.
- ListWebhookEventTypesResponse(List<Error>, List<String>, List<EventTypeMetadata>) - Constructor for class com.squareup.square.models.ListWebhookEventTypesResponse
-
Initialization constructor.
- ListWebhookEventTypesResponse.Builder - Class in com.squareup.square.models
-
- listWebhookSubscriptions(String, Boolean, String, Integer) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Lists all webhook subscriptions owned by your application.
- listWebhookSubscriptions(String, Boolean, String, Integer) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Lists all webhook subscriptions owned by your application.
- listWebhookSubscriptionsAsync(String, Boolean, String, Integer) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Lists all webhook subscriptions owned by your application.
- listWebhookSubscriptionsAsync(String, Boolean, String, Integer) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Lists all webhook subscriptions owned by your application.
- ListWebhookSubscriptionsRequest - Class in com.squareup.square.models
-
This is a model class for ListWebhookSubscriptionsRequest type.
- ListWebhookSubscriptionsRequest(String, Boolean, String, Integer) - Constructor for class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Initialization constructor.
- ListWebhookSubscriptionsRequest(OptionalNullable<String>, OptionalNullable<Boolean>, String, OptionalNullable<Integer>) - Constructor for class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Initialization constructor.
- ListWebhookSubscriptionsRequest.Builder - Class in com.squareup.square.models
-
- ListWebhookSubscriptionsResponse - Class in com.squareup.square.models
-
This is a model class for ListWebhookSubscriptionsResponse type.
- ListWebhookSubscriptionsResponse(List<Error>, List<WebhookSubscription>, String) - Constructor for class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
Initialization constructor.
- ListWebhookSubscriptionsResponse.Builder - Class in com.squareup.square.models
-
- listWorkweekConfigs(Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a list of `WorkweekConfig` instances for a business.
- listWorkweekConfigs(Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a list of `WorkweekConfig` instances for a business.
- listWorkweekConfigsAsync(Integer, String) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a list of `WorkweekConfig` instances for a business.
- listWorkweekConfigsAsync(Integer, String) - Method in interface com.squareup.square.api.LaborApi
-
Returns a list of `WorkweekConfig` instances for a business.
- ListWorkweekConfigsRequest - Class in com.squareup.square.models
-
This is a model class for ListWorkweekConfigsRequest type.
- ListWorkweekConfigsRequest(Integer, String) - Constructor for class com.squareup.square.models.ListWorkweekConfigsRequest
-
Initialization constructor.
- ListWorkweekConfigsRequest(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ListWorkweekConfigsRequest
-
Initialization constructor.
- ListWorkweekConfigsRequest.Builder - Class in com.squareup.square.models
-
- ListWorkweekConfigsResponse - Class in com.squareup.square.models
-
This is a model class for ListWorkweekConfigsResponse type.
- ListWorkweekConfigsResponse(List<WorkweekConfig>, String, List<Error>) - Constructor for class com.squareup.square.models.ListWorkweekConfigsResponse
-
Initialization constructor.
- ListWorkweekConfigsResponse.Builder - Class in com.squareup.square.models
-
- loadActivityDetails(GiftCardActivityLoad) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for loadActivityDetails.
- locality(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for locality.
- location(Location) - Method in class com.squareup.square.models.CreateLocationRequest.Builder
-
Setter for location.
- location(Location) - Method in class com.squareup.square.models.CreateLocationResponse.Builder
-
Setter for location.
- Location - Class in com.squareup.square.models
-
This is a model class for Location type.
- Location(String, String, Address, String, List<String>, String, String, String, String, String, String, String, String, String, String, BusinessHours, String, String, String, String, String, Coordinates, String, String, String, String, TaxIds) - Constructor for class com.squareup.square.models.Location
-
Initialization constructor.
- Location(String, OptionalNullable<String>, Address, OptionalNullable<String>, List<String>, String, String, String, String, OptionalNullable<String>, String, OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>, BusinessHours, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Coordinates, String, String, OptionalNullable<String>, String, TaxIds) - Constructor for class com.squareup.square.models.Location
-
Initialization constructor.
- location(Location) - Method in class com.squareup.square.models.RetrieveLocationResponse.Builder
-
Setter for location.
- location(Location) - Method in class com.squareup.square.models.UpdateLocationRequest.Builder
-
Setter for location.
- location(Location) - Method in class com.squareup.square.models.UpdateLocationResponse.Builder
-
Setter for location.
- Location.Builder - Class in com.squareup.square.models
-
- LocationBookingProfile - Class in com.squareup.square.models
-
This is a model class for LocationBookingProfile type.
- LocationBookingProfile(String, String, Boolean) - Constructor for class com.squareup.square.models.LocationBookingProfile
-
Initialization constructor.
- LocationBookingProfile(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.LocationBookingProfile
-
Initialization constructor.
- locationBookingProfile(LocationBookingProfile) - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse.Builder
-
Setter for locationBookingProfile.
- LocationBookingProfile.Builder - Class in com.squareup.square.models
-
- locationBookingProfiles(List<LocationBookingProfile>) - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse.Builder
-
Setter for locationBookingProfiles.
- LocationCustomAttributesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- locationFilter(LoyaltyEventLocationFilter) - Method in class com.squareup.square.models.LoyaltyEventFilter.Builder
-
Setter for locationFilter.
- locationId(String) - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Availability.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BulkSwapPlanRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CatalogV1Id.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CreateGiftCardRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Event.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.ModifierLocationOverrides.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.OrderCreated.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.OrderEntry.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.OrderUpdated.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.QuickPay.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.RetrieveCashDrawerShiftRequest.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for locationId.
- locationId(String) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for locationId.
- locationIds(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.InvoiceFilter.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.LoyaltyEventLocationFilter.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for locationIds.
- locationIds(String) - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
Setter for locationIds.
- locationIds(String) - Method in class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.SearchOrdersRequest.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.ShiftFilter.Builder
-
Setter for locationIds.
- locationIds(List<String>) - Method in class com.squareup.square.models.TeamMemberAssignedLocations.Builder
-
Setter for locationIds.
- locationOverrides(List<ItemVariationLocationOverrides>) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for locationOverrides.
- locationOverrides(List<ModifierLocationOverrides>) - Method in class com.squareup.square.models.CatalogModifier.Builder
-
Setter for locationOverrides.
- locations(List<Location>) - Method in class com.squareup.square.models.ListLocationsResponse.Builder
-
Setter for locations.
- LocationsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- locationSettings(CheckoutLocationSettings) - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse.Builder
-
Setter for locationSettings.
- locationSettings(CheckoutLocationSettings) - Method in class com.squareup.square.models.UpdateLocationSettingsRequest.Builder
-
Setter for locationSettings.
- locationSettings(CheckoutLocationSettings) - Method in class com.squareup.square.models.UpdateLocationSettingsResponse.Builder
-
Setter for locationSettings.
- locationType(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for locationType.
- locationTypes(List<String>) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for locationTypes.
- logoUrl(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for logoUrl.
- longitude(Double) - Method in class com.squareup.square.models.Coordinates.Builder
-
Setter for longitude.
- longUrl(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for longUrl.
- loyaltyAccount(LoyaltyAccount) - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest.Builder
-
Setter for loyaltyAccount.
- loyaltyAccount(LoyaltyAccount) - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse.Builder
-
Setter for loyaltyAccount.
- LoyaltyAccount - Class in com.squareup.square.models
-
This is a model class for LoyaltyAccount type.
- LoyaltyAccount(String, String, Integer, Integer, String, String, String, String, LoyaltyAccountMapping, List<LoyaltyAccountExpiringPointDeadline>) - Constructor for class com.squareup.square.models.LoyaltyAccount
-
Initialization constructor.
- LoyaltyAccount(String, String, Integer, Integer, OptionalNullable<String>, OptionalNullable<String>, String, String, LoyaltyAccountMapping, OptionalNullable<List<LoyaltyAccountExpiringPointDeadline>>) - Constructor for class com.squareup.square.models.LoyaltyAccount
-
Initialization constructor.
- loyaltyAccount(LoyaltyAccount) - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse.Builder
-
Setter for loyaltyAccount.
- LoyaltyAccount.Builder - Class in com.squareup.square.models
-
- LoyaltyAccountExpiringPointDeadline - Class in com.squareup.square.models
-
This is a model class for LoyaltyAccountExpiringPointDeadline type.
- LoyaltyAccountExpiringPointDeadline(int, String) - Constructor for class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline
-
Initialization constructor.
- LoyaltyAccountExpiringPointDeadline.Builder - Class in com.squareup.square.models
-
- loyaltyAccountFilter(LoyaltyEventLoyaltyAccountFilter) - Method in class com.squareup.square.models.LoyaltyEventFilter.Builder
-
Setter for loyaltyAccountFilter.
- loyaltyAccountId(String) - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
Setter for loyaltyAccountId.
- loyaltyAccountId(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for loyaltyAccountId.
- loyaltyAccountId(String) - Method in class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter.Builder
-
Setter for loyaltyAccountId.
- loyaltyAccountId(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for loyaltyAccountId.
- loyaltyAccountId(String) - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery.Builder
-
Setter for loyaltyAccountId.
- LoyaltyAccountMapping - Class in com.squareup.square.models
-
This is a model class for LoyaltyAccountMapping type.
- LoyaltyAccountMapping(String, String, String) - Constructor for class com.squareup.square.models.LoyaltyAccountMapping
-
Initialization constructor.
- LoyaltyAccountMapping(String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.LoyaltyAccountMapping
-
Initialization constructor.
- LoyaltyAccountMapping.Builder - Class in com.squareup.square.models
-
- loyaltyAccounts(List<LoyaltyAccount>) - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse.Builder
-
Setter for loyaltyAccounts.
- LoyaltyApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- LoyaltyEvent - Class in com.squareup.square.models
-
This is a model class for LoyaltyEvent type.
- LoyaltyEvent(String, String, String, String, String, LoyaltyEventAccumulatePoints, LoyaltyEventCreateReward, LoyaltyEventRedeemReward, LoyaltyEventDeleteReward, LoyaltyEventAdjustPoints, String, LoyaltyEventExpirePoints, LoyaltyEventOther, LoyaltyEventAccumulatePromotionPoints) - Constructor for class com.squareup.square.models.LoyaltyEvent
-
Initialization constructor.
- LoyaltyEvent.Builder - Class in com.squareup.square.models
-
- LoyaltyEventAccumulatePoints - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventAccumulatePoints type.
- LoyaltyEventAccumulatePoints(String, Integer, String) - Constructor for class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Initialization constructor.
- LoyaltyEventAccumulatePoints(String, OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Initialization constructor.
- LoyaltyEventAccumulatePoints.Builder - Class in com.squareup.square.models
-
- LoyaltyEventAccumulatePromotionPoints - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventAccumulatePromotionPoints type.
- LoyaltyEventAccumulatePromotionPoints(int, String, String, String) - Constructor for class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Initialization constructor.
- LoyaltyEventAccumulatePromotionPoints.Builder - Class in com.squareup.square.models
-
- LoyaltyEventAdjustPoints - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventAdjustPoints type.
- LoyaltyEventAdjustPoints(int, String, String) - Constructor for class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Initialization constructor.
- LoyaltyEventAdjustPoints(int, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Initialization constructor.
- LoyaltyEventAdjustPoints.Builder - Class in com.squareup.square.models
-
- LoyaltyEventCreateReward - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventCreateReward type.
- LoyaltyEventCreateReward(String, int, String) - Constructor for class com.squareup.square.models.LoyaltyEventCreateReward
-
Initialization constructor.
- LoyaltyEventCreateReward.Builder - Class in com.squareup.square.models
-
- LoyaltyEventDateTimeFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventDateTimeFilter type.
- LoyaltyEventDateTimeFilter(TimeRange) - Constructor for class com.squareup.square.models.LoyaltyEventDateTimeFilter
-
Initialization constructor.
- LoyaltyEventDateTimeFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyEventDeleteReward - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventDeleteReward type.
- LoyaltyEventDeleteReward(String, int, String) - Constructor for class com.squareup.square.models.LoyaltyEventDeleteReward
-
Initialization constructor.
- LoyaltyEventDeleteReward.Builder - Class in com.squareup.square.models
-
- LoyaltyEventExpirePoints - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventExpirePoints type.
- LoyaltyEventExpirePoints(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventExpirePoints
-
Initialization constructor.
- LoyaltyEventExpirePoints.Builder - Class in com.squareup.square.models
-
- LoyaltyEventFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventFilter type.
- LoyaltyEventFilter(LoyaltyEventLoyaltyAccountFilter, LoyaltyEventTypeFilter, LoyaltyEventDateTimeFilter, LoyaltyEventLocationFilter, LoyaltyEventOrderFilter) - Constructor for class com.squareup.square.models.LoyaltyEventFilter
-
Initialization constructor.
- LoyaltyEventFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyEventLocationFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventLocationFilter type.
- LoyaltyEventLocationFilter(List<String>) - Constructor for class com.squareup.square.models.LoyaltyEventLocationFilter
-
Initialization constructor.
- LoyaltyEventLocationFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyEventLoyaltyAccountFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventLoyaltyAccountFilter type.
- LoyaltyEventLoyaltyAccountFilter(String) - Constructor for class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter
-
Initialization constructor.
- LoyaltyEventLoyaltyAccountFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyEventOrderFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventOrderFilter type.
- LoyaltyEventOrderFilter(String) - Constructor for class com.squareup.square.models.LoyaltyEventOrderFilter
-
Initialization constructor.
- LoyaltyEventOrderFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyEventOther - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventOther type.
- LoyaltyEventOther(String, int) - Constructor for class com.squareup.square.models.LoyaltyEventOther
-
Initialization constructor.
- LoyaltyEventOther.Builder - Class in com.squareup.square.models
-
- LoyaltyEventQuery - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventQuery type.
- LoyaltyEventQuery(LoyaltyEventFilter) - Constructor for class com.squareup.square.models.LoyaltyEventQuery
-
Initialization constructor.
- LoyaltyEventQuery.Builder - Class in com.squareup.square.models
-
- LoyaltyEventRedeemReward - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventRedeemReward type.
- LoyaltyEventRedeemReward(String, String, String) - Constructor for class com.squareup.square.models.LoyaltyEventRedeemReward
-
Initialization constructor.
- LoyaltyEventRedeemReward.Builder - Class in com.squareup.square.models
-
- LoyaltyEventTypeFilter - Class in com.squareup.square.models
-
This is a model class for LoyaltyEventTypeFilter type.
- LoyaltyEventTypeFilter(List<String>) - Constructor for class com.squareup.square.models.LoyaltyEventTypeFilter
-
Initialization constructor.
- LoyaltyEventTypeFilter.Builder - Class in com.squareup.square.models
-
- LoyaltyProgram - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgram type.
- LoyaltyProgram(String, String, List<LoyaltyProgramRewardTier>, LoyaltyProgramExpirationPolicy, LoyaltyProgramTerminology, List<String>, String, String, List<LoyaltyProgramAccrualRule>) - Constructor for class com.squareup.square.models.LoyaltyProgram
-
Initialization constructor.
- LoyaltyProgram(String, String, OptionalNullable<List<LoyaltyProgramRewardTier>>, LoyaltyProgramExpirationPolicy, LoyaltyProgramTerminology, OptionalNullable<List<String>>, String, String, OptionalNullable<List<LoyaltyProgramAccrualRule>>) - Constructor for class com.squareup.square.models.LoyaltyProgram
-
Initialization constructor.
- LoyaltyProgram.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramAccrualRule - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramAccrualRule type.
- LoyaltyProgramAccrualRule(String, Integer, LoyaltyProgramAccrualRuleVisitData, LoyaltyProgramAccrualRuleSpendData, LoyaltyProgramAccrualRuleItemVariationData, LoyaltyProgramAccrualRuleCategoryData) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Initialization constructor.
- LoyaltyProgramAccrualRule(String, OptionalNullable<Integer>, LoyaltyProgramAccrualRuleVisitData, LoyaltyProgramAccrualRuleSpendData, LoyaltyProgramAccrualRuleItemVariationData, LoyaltyProgramAccrualRuleCategoryData) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Initialization constructor.
- LoyaltyProgramAccrualRule.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramAccrualRuleCategoryData - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramAccrualRuleCategoryData type.
- LoyaltyProgramAccrualRuleCategoryData(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData
-
Initialization constructor.
- LoyaltyProgramAccrualRuleCategoryData.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramAccrualRuleItemVariationData - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramAccrualRuleItemVariationData type.
- LoyaltyProgramAccrualRuleItemVariationData(String) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData
-
Initialization constructor.
- LoyaltyProgramAccrualRuleItemVariationData.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramAccrualRuleSpendData - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramAccrualRuleSpendData type.
- LoyaltyProgramAccrualRuleSpendData(Money, String, List<String>, List<String>) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Initialization constructor.
- LoyaltyProgramAccrualRuleSpendData(Money, String, OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Initialization constructor.
- LoyaltyProgramAccrualRuleSpendData.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramAccrualRuleVisitData - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramAccrualRuleVisitData type.
- LoyaltyProgramAccrualRuleVisitData(String, Money) - Constructor for class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData
-
Initialization constructor.
- LoyaltyProgramAccrualRuleVisitData.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramExpirationPolicy - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramExpirationPolicy type.
- LoyaltyProgramExpirationPolicy(String) - Constructor for class com.squareup.square.models.LoyaltyProgramExpirationPolicy
-
Initialization constructor.
- LoyaltyProgramExpirationPolicy.Builder - Class in com.squareup.square.models
-
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventCreateReward.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventDeleteReward.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventExpirePoints.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventOther.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyEventRedeemReward.Builder
-
Setter for loyaltyProgramId.
- loyaltyProgramId(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for loyaltyProgramId.
- LoyaltyProgramRewardDefinition - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramRewardDefinition type.
- LoyaltyProgramRewardDefinition(String, String, String, List<String>, Money, Money) - Constructor for class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Initialization constructor.
- LoyaltyProgramRewardDefinition.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramRewardTier - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramRewardTier type.
- LoyaltyProgramRewardTier(int, CatalogObjectReference, String, String, LoyaltyProgramRewardDefinition, String) - Constructor for class com.squareup.square.models.LoyaltyProgramRewardTier
-
Initialization constructor.
- LoyaltyProgramRewardTier.Builder - Class in com.squareup.square.models
-
- LoyaltyProgramTerminology - Class in com.squareup.square.models
-
This is a model class for LoyaltyProgramTerminology type.
- LoyaltyProgramTerminology(String, String) - Constructor for class com.squareup.square.models.LoyaltyProgramTerminology
-
Initialization constructor.
- LoyaltyProgramTerminology.Builder - Class in com.squareup.square.models
-
- loyaltyPromotion(LoyaltyPromotion) - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse.Builder
-
Setter for loyaltyPromotion.
- loyaltyPromotion(LoyaltyPromotion) - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest.Builder
-
Setter for loyaltyPromotion.
- loyaltyPromotion(LoyaltyPromotion) - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse.Builder
-
Setter for loyaltyPromotion.
- LoyaltyPromotion - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotion type.
- LoyaltyPromotion(String, LoyaltyPromotionIncentive, LoyaltyPromotionAvailableTimeData, String, LoyaltyPromotionTriggerLimit, String, String, String, String, String, Money, List<String>, List<String>) - Constructor for class com.squareup.square.models.LoyaltyPromotion
-
Initialization constructor.
- LoyaltyPromotion(String, LoyaltyPromotionIncentive, LoyaltyPromotionAvailableTimeData, String, LoyaltyPromotionTriggerLimit, String, String, String, String, String, Money, OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.LoyaltyPromotion
-
Initialization constructor.
- loyaltyPromotion(LoyaltyPromotion) - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse.Builder
-
Setter for loyaltyPromotion.
- LoyaltyPromotion.Builder - Class in com.squareup.square.models
-
- LoyaltyPromotionAvailableTimeData - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotionAvailableTimeData type.
- LoyaltyPromotionAvailableTimeData(List<String>, String, String) - Constructor for class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
Initialization constructor.
- LoyaltyPromotionAvailableTimeData.Builder - Class in com.squareup.square.models
-
- loyaltyPromotionId(String) - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints.Builder
-
Setter for loyaltyPromotionId.
- LoyaltyPromotionIncentive - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotionIncentive type.
- LoyaltyPromotionIncentive(String, LoyaltyPromotionIncentivePointsMultiplierData, LoyaltyPromotionIncentivePointsAdditionData) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentive
-
Initialization constructor.
- LoyaltyPromotionIncentive.Builder - Class in com.squareup.square.models
-
- LoyaltyPromotionIncentivePointsAdditionData - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotionIncentivePointsAdditionData type.
- LoyaltyPromotionIncentivePointsAdditionData(int) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData
-
Initialization constructor.
- LoyaltyPromotionIncentivePointsAdditionData.Builder - Class in com.squareup.square.models
-
- LoyaltyPromotionIncentivePointsMultiplierData - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotionIncentivePointsMultiplierData type.
- LoyaltyPromotionIncentivePointsMultiplierData(Integer, String) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Initialization constructor.
- LoyaltyPromotionIncentivePointsMultiplierData(OptionalNullable<Integer>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Initialization constructor.
- LoyaltyPromotionIncentivePointsMultiplierData.Builder - Class in com.squareup.square.models
-
- loyaltyPromotions(List<LoyaltyPromotion>) - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse.Builder
-
Setter for loyaltyPromotions.
- LoyaltyPromotionTriggerLimit - Class in com.squareup.square.models
-
This is a model class for LoyaltyPromotionTriggerLimit type.
- LoyaltyPromotionTriggerLimit(int, String) - Constructor for class com.squareup.square.models.LoyaltyPromotionTriggerLimit
-
Initialization constructor.
- LoyaltyPromotionTriggerLimit.Builder - Class in com.squareup.square.models
-
- LoyaltyReward - Class in com.squareup.square.models
-
This is a model class for LoyaltyReward type.
- LoyaltyReward(String, String, String, String, Integer, String, String, String, String) - Constructor for class com.squareup.square.models.LoyaltyReward
-
Initialization constructor.
- LoyaltyReward(String, String, String, String, Integer, OptionalNullable<String>, String, String, String) - Constructor for class com.squareup.square.models.LoyaltyReward
-
Initialization constructor.
- LoyaltyReward.Builder - Class in com.squareup.square.models
-
- Range - Class in com.squareup.square.models
-
This is a model class for Range type.
- Range(String, String) - Constructor for class com.squareup.square.models.Range
-
Initialization constructor.
- Range(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.Range
-
Initialization constructor.
- Range.Builder - Class in com.squareup.square.models
-
Class to build instances of
Range.
- rangeQuery(CatalogQueryRange) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for rangeQuery.
- rate(String) - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
Setter for rate.
- rate(String) - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
Setter for rate.
- ReadonlyHttpClientConfiguration - Interface in com.squareup.square.http.client
-
Interface for holding HTTP Client Configuration.
- readyAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for readyAt.
- readyAt(String) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for readyAt.
- readyAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for readyAt.
- readyAt(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for readyAt.
- reason(String) - Method in class com.squareup.square.models.CreateRefundRequest.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityBlock.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityClearBalance.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityDeactivate.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.GiftCardActivityUnblock.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
Setter for reason.
- reason(String) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for reason.
- receiptNumber(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for receiptNumber.
- ReceiptOptions - Class in com.squareup.square.models
-
This is a model class for ReceiptOptions type.
- ReceiptOptions(String, Boolean, Boolean) - Constructor for class com.squareup.square.models.ReceiptOptions
-
Initialization constructor.
- ReceiptOptions(String, OptionalNullable<Boolean>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ReceiptOptions
-
Initialization constructor.
- receiptOptions(ReceiptOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for receiptOptions.
- ReceiptOptions.Builder - Class in com.squareup.square.models
-
- receiptUrl(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for receiptUrl.
- receiptUrl(String) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for receiptUrl.
- receiptUrl(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for receiptUrl.
- receivableId(String) - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
Setter for receivableId.
- recipient(FulfillmentRecipient) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for recipient.
- recipient(FulfillmentRecipient) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for recipient.
- recipient(FulfillmentRecipient) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for recipient.
- recipient(OrderFulfillmentRecipient) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for recipient.
- recipient(OrderFulfillmentRecipient) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for recipient.
- recipient(OrderFulfillmentRecipient) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for recipient.
- recipientName(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for recipientName.
- recipientPhoneNumber(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for recipientPhoneNumber.
- recurringPriceMoney(Money) - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
Setter for recurringPriceMoney.
- redeemActivityDetails(GiftCardActivityRedeem) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for redeemActivityDetails.
- redeemActivityId(String) - Method in class com.squareup.square.models.GiftCardActivityRefund.Builder
-
Setter for redeemActivityId.
- redeemedAt(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for redeemedAt.
- redeemLoyaltyReward(String, RedeemLoyaltyRewardRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Redeems a loyalty reward.
- redeemLoyaltyReward(String, RedeemLoyaltyRewardRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Redeems a loyalty reward.
- redeemLoyaltyRewardAsync(String, RedeemLoyaltyRewardRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Redeems a loyalty reward.
- redeemLoyaltyRewardAsync(String, RedeemLoyaltyRewardRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Redeems a loyalty reward.
- RedeemLoyaltyRewardRequest - Class in com.squareup.square.models
-
This is a model class for RedeemLoyaltyRewardRequest type.
- RedeemLoyaltyRewardRequest(String, String) - Constructor for class com.squareup.square.models.RedeemLoyaltyRewardRequest
-
Initialization constructor.
- RedeemLoyaltyRewardRequest.Builder - Class in com.squareup.square.models
-
- RedeemLoyaltyRewardResponse - Class in com.squareup.square.models
-
This is a model class for RedeemLoyaltyRewardResponse type.
- RedeemLoyaltyRewardResponse(List<Error>, LoyaltyEvent) - Constructor for class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
Initialization constructor.
- RedeemLoyaltyRewardResponse.Builder - Class in com.squareup.square.models
-
- redeemReward(LoyaltyEventRedeemReward) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for redeemReward.
- redirectUri(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for redirectUri.
- redirectUrl(String) - Method in class com.squareup.square.models.Checkout.Builder
-
Setter for redirectUrl.
- redirectUrl(String) - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
Setter for redirectUrl.
- redirectUrl(String) - Method in class com.squareup.square.models.CreateCheckoutRequest.Builder
-
Setter for redirectUrl.
- referenceId(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.Card.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for referenceId.
- referenceId(CustomerTextFilter) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.GiftCardActivityRedeem.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.GiftCardActivityRefund.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.SaveCardOptions.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.SelectOption.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for referenceId.
- referenceId(String) - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
Setter for referenceId.
- refreshToken(String) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for refreshToken.
- refreshToken(String) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for refreshToken.
- refreshTokenExpiresAt(String) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for refreshTokenExpiresAt.
- refund(TerminalRefund) - Method in class com.squareup.square.models.CancelTerminalRefundResponse.Builder
-
Setter for refund.
- refund(Refund) - Method in class com.squareup.square.models.CreateRefundResponse.Builder
-
Setter for refund.
- refund(TerminalRefund) - Method in class com.squareup.square.models.CreateTerminalRefundRequest.Builder
-
Setter for refund.
- refund(TerminalRefund) - Method in class com.squareup.square.models.CreateTerminalRefundResponse.Builder
-
Setter for refund.
- refund(TerminalRefund) - Method in class com.squareup.square.models.DismissTerminalRefundResponse.Builder
-
Setter for refund.
- refund(PaymentRefund) - Method in class com.squareup.square.models.GetPaymentRefundResponse.Builder
-
Setter for refund.
- refund(TerminalRefund) - Method in class com.squareup.square.models.GetTerminalRefundResponse.Builder
-
Setter for refund.
- Refund - Class in com.squareup.square.models
-
This is a model class for Refund type.
- Refund(String, String, String, String, Money, String, String, String, Money, List<AdditionalRecipient>) - Constructor for class com.squareup.square.models.Refund
-
Initialization constructor.
- Refund(String, String, String, String, Money, String, OptionalNullable<String>, String, Money, OptionalNullable<List<AdditionalRecipient>>) - Constructor for class com.squareup.square.models.Refund
-
Initialization constructor.
- refund(PaymentRefund) - Method in class com.squareup.square.models.RefundPaymentResponse.Builder
-
Setter for refund.
- Refund.Builder - Class in com.squareup.square.models
-
Class to build instances of
Refund.
- refundActivityDetails(GiftCardActivityRefund) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for refundActivityDetails.
- refundedAdditiveTax(List<V1PaymentTax>) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedAdditiveTax.
- refundedAdditiveTaxMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedAdditiveTaxMoney.
- refundedDiscountMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedDiscountMoney.
- refundedInclusiveTax(List<V1PaymentTax>) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedInclusiveTax.
- refundedInclusiveTaxMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedInclusiveTaxMoney.
- refundedMoney(Money) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for refundedMoney.
- refundedMoney(V1Money) - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
Setter for refundedMoney.
- refundedMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for refundedMoney.
- refundedMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedMoney.
- refundedMoney(V1Money) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for refundedMoney.
- refundedNote(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for refundedNote.
- refundedNote(String) - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
Setter for refundedNote.
- refundedProcessingFeeMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedProcessingFeeMoney.
- refundedSurchargeMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedSurchargeMoney.
- refundedSurcharges(List<V1PaymentSurcharge>) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedSurcharges.
- refundedTaxMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedTaxMoney.
- refundedTipMoney(V1Money) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for refundedTipMoney.
- refundId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for refundId.
- refundId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
Setter for refundId.
- refundId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail.Builder
-
Setter for refundId.
- refundId(String) - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail.Builder
-
Setter for refundId.
- refundId(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for refundId.
- refundIds(List<String>) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for refundIds.
- refundPayment(RefundPaymentRequest) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Refunds a payment.
- refundPayment(RefundPaymentRequest) - Method in interface com.squareup.square.api.RefundsApi
-
Refunds a payment.
- refundPaymentAsync(RefundPaymentRequest) - Method in class com.squareup.square.api.DefaultRefundsApi
-
Refunds a payment.
- refundPaymentAsync(RefundPaymentRequest) - Method in interface com.squareup.square.api.RefundsApi
-
Refunds a payment.
- RefundPaymentRequest - Class in com.squareup.square.models
-
This is a model class for RefundPaymentRequest type.
- RefundPaymentRequest(String, Money, Money, String, String, Boolean, String, String, String, String, String) - Constructor for class com.squareup.square.models.RefundPaymentRequest
-
Initialization constructor.
- RefundPaymentRequest(String, Money, Money, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.RefundPaymentRequest
-
Initialization constructor.
- RefundPaymentRequest.Builder - Class in com.squareup.square.models
-
- RefundPaymentResponse - Class in com.squareup.square.models
-
This is a model class for RefundPaymentResponse type.
- RefundPaymentResponse(List<Error>, PaymentRefund) - Constructor for class com.squareup.square.models.RefundPaymentResponse
-
Initialization constructor.
- RefundPaymentResponse.Builder - Class in com.squareup.square.models
-
- refundRequiresCardPresence(Boolean) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for refundRequiresCardPresence.
- refunds(List<PaymentRefund>) - Method in class com.squareup.square.models.ListPaymentRefundsResponse.Builder
-
Setter for refunds.
- refunds(List<Refund>) - Method in class com.squareup.square.models.ListRefundsResponse.Builder
-
Setter for refunds.
- refunds(List<Refund>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for refunds.
- refunds(List<TerminalRefund>) - Method in class com.squareup.square.models.SearchTerminalRefundsResponse.Builder
-
Setter for refunds.
- refunds(List<Refund>) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for refunds.
- refunds(List<V1Refund>) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for refunds.
- RefundsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- registerDomain(RegisterDomainRequest) - Method in interface com.squareup.square.api.ApplePayApi
-
Activates a domain for use with Apple Pay on the Web and Square.
- registerDomain(RegisterDomainRequest) - Method in class com.squareup.square.api.DefaultApplePayApi
-
Activates a domain for use with Apple Pay on the Web and Square.
- registerDomainAsync(RegisterDomainRequest) - Method in interface com.squareup.square.api.ApplePayApi
-
Activates a domain for use with Apple Pay on the Web and Square.
- registerDomainAsync(RegisterDomainRequest) - Method in class com.squareup.square.api.DefaultApplePayApi
-
Activates a domain for use with Apple Pay on the Web and Square.
- RegisterDomainRequest - Class in com.squareup.square.models
-
This is a model class for RegisterDomainRequest type.
- RegisterDomainRequest(String) - Constructor for class com.squareup.square.models.RegisterDomainRequest
-
Initialization constructor.
- RegisterDomainRequest.Builder - Class in com.squareup.square.models
-
- RegisterDomainResponse - Class in com.squareup.square.models
-
This is a model class for RegisterDomainResponse type.
- RegisterDomainResponse(List<Error>, String) - Constructor for class com.squareup.square.models.RegisterDomainResponse
-
Initialization constructor.
- RegisterDomainResponse.Builder - Class in com.squareup.square.models
-
- rejectedAt(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for rejectedAt.
- rejectedAt(String) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for rejectedAt.
- rejectedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for rejectedAt.
- rejectedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for rejectedAt.
- relatedObjects(List<CatalogObject>) - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse.Builder
-
Setter for relatedObjects.
- relatedObjects(List<CatalogObject>) - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse.Builder
-
Setter for relatedObjects.
- relatedObjects(List<CatalogObject>) - Method in class com.squareup.square.models.SearchCatalogObjectsResponse.Builder
-
Setter for relatedObjects.
- relatedResources(PaymentLinkRelatedResources) - Method in class com.squareup.square.models.CreatePaymentLinkResponse.Builder
-
Setter for relatedResources.
- relativeScheduledDays(Integer) - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
Setter for relativeScheduledDays.
- releaseStatus(String) - Method in class com.squareup.square.models.EventTypeMetadata.Builder
-
Setter for releaseStatus.
- reminders(List<InvoicePaymentReminder>) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for reminders.
- remove(String) - Method in class com.squareup.square.http.Headers
-
Removes the mapping for a header name if it is present,
and get the value to which this map previously associated the key,
or null if the map contained no mapping for the key.
- removed(Boolean) - Method in class com.squareup.square.models.VendorContact.Builder
-
Setter for removed.
- removeGroupFromCustomer(String, String) - Method in interface com.squareup.square.api.CustomersApi
-
Removes a group membership from a customer.
- removeGroupFromCustomer(String, String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Removes a group membership from a customer.
- removeGroupFromCustomerAsync(String, String) - Method in interface com.squareup.square.api.CustomersApi
-
Removes a group membership from a customer.
- removeGroupFromCustomerAsync(String, String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Removes a group membership from a customer.
- RemoveGroupFromCustomerResponse - Class in com.squareup.square.models
-
This is a model class for RemoveGroupFromCustomerResponse type.
- RemoveGroupFromCustomerResponse(List<Error>) - Constructor for class com.squareup.square.models.RemoveGroupFromCustomerResponse
-
Initialization constructor.
- RemoveGroupFromCustomerResponse.Builder - Class in com.squareup.square.models
-
- renewToken(String, RenewTokenRequest, String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Deprecated.
- renewToken(String, RenewTokenRequest, String) - Method in interface com.squareup.square.api.OAuthApi
-
Deprecated.
- renewTokenAsync(String, RenewTokenRequest, String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Deprecated.
- renewTokenAsync(String, RenewTokenRequest, String) - Method in interface com.squareup.square.api.OAuthApi
-
Deprecated.
- RenewTokenRequest - Class in com.squareup.square.models
-
This is a model class for RenewTokenRequest type.
- RenewTokenRequest(String) - Constructor for class com.squareup.square.models.RenewTokenRequest
-
Initialization constructor.
- RenewTokenRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.RenewTokenRequest
-
Initialization constructor.
- RenewTokenRequest.Builder - Class in com.squareup.square.models
-
- RenewTokenResponse - Class in com.squareup.square.models
-
This is a model class for RenewTokenResponse type.
- RenewTokenResponse(String, String, String, String, String, String, List<Error>) - Constructor for class com.squareup.square.models.RenewTokenResponse
-
Initialization constructor.
- RenewTokenResponse.Builder - Class in com.squareup.square.models
-
- reportedAt(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for reportedAt.
- reportedDate(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for reportedDate.
- reportingCategory(CatalogObjectCategory) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for reportingCategory.
- requestIdempotenceKey(String) - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
Setter for requestIdempotenceKey.
- requestMethod(String) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for requestMethod.
- requestType(String) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for requestType.
- resourceIds(List<String>) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for resourceIds.
- responses(Map<String, CreateVendorResponse>) - Method in class com.squareup.square.models.BulkCreateVendorsResponse.Builder
-
Setter for responses.
- responses(Map<String, RetrieveVendorResponse>) - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse.Builder
-
Setter for responses.
- responses(Map<String, UpdateVendorResponse>) - Method in class com.squareup.square.models.BulkUpdateVendorsResponse.Builder
-
Setter for responses.
- resumeChangeTiming(String) - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
Setter for resumeChangeTiming.
- resumeChangeTiming(String) - Method in class com.squareup.square.models.ResumeSubscriptionRequest.Builder
-
Setter for resumeChangeTiming.
- resumeEffectiveDate(String) - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
Setter for resumeEffectiveDate.
- resumeEffectiveDate(String) - Method in class com.squareup.square.models.ResumeSubscriptionRequest.Builder
-
Setter for resumeEffectiveDate.
- resumeSubscription(String, ResumeSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `RESUME` action to resume a paused or a deactivated subscription.
- resumeSubscription(String, ResumeSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `RESUME` action to resume a paused or a deactivated subscription.
- resumeSubscriptionAsync(String, ResumeSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `RESUME` action to resume a paused or a deactivated subscription.
- resumeSubscriptionAsync(String, ResumeSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `RESUME` action to resume a paused or a deactivated subscription.
- ResumeSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for ResumeSubscriptionRequest type.
- ResumeSubscriptionRequest(String, String) - Constructor for class com.squareup.square.models.ResumeSubscriptionRequest
-
Initialization constructor.
- ResumeSubscriptionRequest(OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.ResumeSubscriptionRequest
-
Initialization constructor.
- ResumeSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- ResumeSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for ResumeSubscriptionResponse type.
- ResumeSubscriptionResponse(List<Error>, Subscription, List<SubscriptionAction>) - Constructor for class com.squareup.square.models.ResumeSubscriptionResponse
-
Initialization constructor.
- ResumeSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- retrieveBooking(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a booking.
- retrieveBooking(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a booking.
- retrieveBookingAsync(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a booking.
- retrieveBookingAsync(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a booking.
- retrieveBookingCustomAttribute(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Retrieves a bookings custom attribute.
- retrieveBookingCustomAttribute(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Retrieves a bookings custom attribute.
- retrieveBookingCustomAttributeAsync(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Retrieves a bookings custom attribute.
- retrieveBookingCustomAttributeAsync(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Retrieves a bookings custom attribute.
- retrieveBookingCustomAttributeDefinition(String, Integer) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Retrieves a bookings custom attribute definition.
- retrieveBookingCustomAttributeDefinition(String, Integer) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Retrieves a bookings custom attribute definition.
- retrieveBookingCustomAttributeDefinitionAsync(String, Integer) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Retrieves a bookings custom attribute definition.
- retrieveBookingCustomAttributeDefinitionAsync(String, Integer) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Retrieves a bookings custom attribute definition.
- RetrieveBookingCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveBookingCustomAttributeDefinitionRequest type.
- RetrieveBookingCustomAttributeDefinitionRequest(Integer) - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest
-
Initialization constructor.
- RetrieveBookingCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveBookingCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveBookingCustomAttributeDefinitionResponse type.
- RetrieveBookingCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
Initialization constructor.
- RetrieveBookingCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- RetrieveBookingCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveBookingCustomAttributeRequest type.
- RetrieveBookingCustomAttributeRequest(Boolean, Integer) - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Initialization constructor.
- RetrieveBookingCustomAttributeRequest(OptionalNullable<Boolean>, Integer) - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Initialization constructor.
- RetrieveBookingCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- RetrieveBookingCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveBookingCustomAttributeResponse type.
- RetrieveBookingCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
Initialization constructor.
- RetrieveBookingCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- RetrieveBookingResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveBookingResponse type.
- RetrieveBookingResponse(Booking, List<Error>) - Constructor for class com.squareup.square.models.RetrieveBookingResponse
-
Initialization constructor.
- RetrieveBookingResponse.Builder - Class in com.squareup.square.models
-
- retrieveBusinessBookingProfile() - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a seller's booking profile.
- retrieveBusinessBookingProfile() - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a seller's booking profile.
- retrieveBusinessBookingProfileAsync() - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a seller's booking profile.
- retrieveBusinessBookingProfileAsync() - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a seller's booking profile.
- RetrieveBusinessBookingProfileResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveBusinessBookingProfileResponse type.
- RetrieveBusinessBookingProfileResponse(BusinessBookingProfile, List<Error>) - Constructor for class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
Initialization constructor.
- RetrieveBusinessBookingProfileResponse.Builder - Class in com.squareup.square.models
-
- retrieveCard(String) - Method in interface com.squareup.square.api.CardsApi
-
Retrieves details for a specific Card.
- retrieveCard(String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Retrieves details for a specific Card.
- retrieveCardAsync(String) - Method in interface com.squareup.square.api.CardsApi
-
Retrieves details for a specific Card.
- retrieveCardAsync(String) - Method in class com.squareup.square.api.DefaultCardsApi
-
Retrieves details for a specific Card.
- RetrieveCardResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCardResponse type.
- RetrieveCardResponse(List<Error>, Card) - Constructor for class com.squareup.square.models.RetrieveCardResponse
-
Initialization constructor.
- RetrieveCardResponse.Builder - Class in com.squareup.square.models
-
- retrieveCashDrawerShift(String, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides the summary details for a single cash drawer shift.
- retrieveCashDrawerShift(String, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides the summary details for a single cash drawer shift.
- retrieveCashDrawerShiftAsync(String, String) - Method in interface com.squareup.square.api.CashDrawersApi
-
Provides the summary details for a single cash drawer shift.
- retrieveCashDrawerShiftAsync(String, String) - Method in class com.squareup.square.api.DefaultCashDrawersApi
-
Provides the summary details for a single cash drawer shift.
- RetrieveCashDrawerShiftRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveCashDrawerShiftRequest type.
- RetrieveCashDrawerShiftRequest(String) - Constructor for class com.squareup.square.models.RetrieveCashDrawerShiftRequest
-
Initialization constructor.
- RetrieveCashDrawerShiftRequest.Builder - Class in com.squareup.square.models
-
- RetrieveCashDrawerShiftResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCashDrawerShiftResponse type.
- RetrieveCashDrawerShiftResponse(CashDrawerShift, List<Error>) - Constructor for class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
Initialization constructor.
- RetrieveCashDrawerShiftResponse.Builder - Class in com.squareup.square.models
-
- retrieveCatalogObject(String, Boolean, Long, Boolean) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a single [CatalogItem]($m/CatalogItem) as a [CatalogObject]($m/CatalogObject) based
on the provided ID.
- retrieveCatalogObject(String, Boolean, Long, Boolean) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a single [CatalogItem]($m/CatalogItem) as a [CatalogObject]($m/CatalogObject) based
on the provided ID.
- retrieveCatalogObjectAsync(String, Boolean, Long, Boolean) - Method in interface com.squareup.square.api.CatalogApi
-
Returns a single [CatalogItem]($m/CatalogItem) as a [CatalogObject]($m/CatalogObject) based
on the provided ID.
- retrieveCatalogObjectAsync(String, Boolean, Long, Boolean) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Returns a single [CatalogItem]($m/CatalogItem) as a [CatalogObject]($m/CatalogObject) based
on the provided ID.
- RetrieveCatalogObjectRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveCatalogObjectRequest type.
- RetrieveCatalogObjectRequest(Boolean, Long, Boolean) - Constructor for class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Initialization constructor.
- RetrieveCatalogObjectRequest(OptionalNullable<Boolean>, OptionalNullable<Long>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Initialization constructor.
- RetrieveCatalogObjectRequest.Builder - Class in com.squareup.square.models
-
- RetrieveCatalogObjectResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCatalogObjectResponse type.
- RetrieveCatalogObjectResponse(List<Error>, CatalogObject, List<CatalogObject>) - Constructor for class com.squareup.square.models.RetrieveCatalogObjectResponse
-
Initialization constructor.
- RetrieveCatalogObjectResponse.Builder - Class in com.squareup.square.models
-
- retrieveCustomer(String) - Method in interface com.squareup.square.api.CustomersApi
-
Returns details for a single customer.
- retrieveCustomer(String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Returns details for a single customer.
- retrieveCustomerAsync(String) - Method in interface com.squareup.square.api.CustomersApi
-
Returns details for a single customer.
- retrieveCustomerAsync(String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Returns details for a single customer.
- retrieveCustomerCustomAttribute(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- retrieveCustomerCustomAttribute(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- retrieveCustomerCustomAttributeAsync(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- retrieveCustomerCustomAttributeAsync(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a customer profile.
- retrieveCustomerCustomAttributeDefinition(String, Integer) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Retrieves a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveCustomerCustomAttributeDefinition(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Retrieves a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveCustomerCustomAttributeDefinitionAsync(String, Integer) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Retrieves a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveCustomerCustomAttributeDefinitionAsync(String, Integer) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Retrieves a customer-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- RetrieveCustomerCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerCustomAttributeDefinitionRequest type.
- RetrieveCustomerCustomAttributeDefinitionRequest(Integer) - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest
-
Initialization constructor.
- RetrieveCustomerCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveCustomerCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerCustomAttributeDefinitionResponse type.
- RetrieveCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
Initialization constructor.
- RetrieveCustomerCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- RetrieveCustomerCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerCustomAttributeRequest type.
- RetrieveCustomerCustomAttributeRequest(Boolean, Integer) - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Initialization constructor.
- RetrieveCustomerCustomAttributeRequest(OptionalNullable<Boolean>, Integer) - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Initialization constructor.
- RetrieveCustomerCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- RetrieveCustomerCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerCustomAttributeResponse type.
- RetrieveCustomerCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
Initialization constructor.
- RetrieveCustomerCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- retrieveCustomerGroup(String) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Retrieves a specific customer group as identified by the `group_id` value.
- retrieveCustomerGroup(String) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Retrieves a specific customer group as identified by the `group_id` value.
- retrieveCustomerGroupAsync(String) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Retrieves a specific customer group as identified by the `group_id` value.
- retrieveCustomerGroupAsync(String) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Retrieves a specific customer group as identified by the `group_id` value.
- RetrieveCustomerGroupResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerGroupResponse type.
- RetrieveCustomerGroupResponse(List<Error>, CustomerGroup) - Constructor for class com.squareup.square.models.RetrieveCustomerGroupResponse
-
Initialization constructor.
- RetrieveCustomerGroupResponse.Builder - Class in com.squareup.square.models
-
- RetrieveCustomerResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerResponse type.
- RetrieveCustomerResponse(List<Error>, Customer) - Constructor for class com.squareup.square.models.RetrieveCustomerResponse
-
Initialization constructor.
- RetrieveCustomerResponse.Builder - Class in com.squareup.square.models
-
- retrieveCustomerSegment(String) - Method in interface com.squareup.square.api.CustomerSegmentsApi
-
Retrieves a specific customer segment as identified by the `segment_id` value.
- retrieveCustomerSegment(String) - Method in class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Retrieves a specific customer segment as identified by the `segment_id` value.
- retrieveCustomerSegmentAsync(String) - Method in interface com.squareup.square.api.CustomerSegmentsApi
-
Retrieves a specific customer segment as identified by the `segment_id` value.
- retrieveCustomerSegmentAsync(String) - Method in class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Retrieves a specific customer segment as identified by the `segment_id` value.
- RetrieveCustomerSegmentResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveCustomerSegmentResponse type.
- RetrieveCustomerSegmentResponse(List<Error>, CustomerSegment) - Constructor for class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
Initialization constructor.
- RetrieveCustomerSegmentResponse.Builder - Class in com.squareup.square.models
-
- retrieveDispute(String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns details about a specific dispute.
- retrieveDispute(String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns details about a specific dispute.
- retrieveDisputeAsync(String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns details about a specific dispute.
- retrieveDisputeAsync(String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns details about a specific dispute.
- retrieveDisputeEvidence(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns the metadata for the evidence specified in the request URL path.
- retrieveDisputeEvidence(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns the metadata for the evidence specified in the request URL path.
- retrieveDisputeEvidenceAsync(String, String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Returns the metadata for the evidence specified in the request URL path.
- retrieveDisputeEvidenceAsync(String, String) - Method in interface com.squareup.square.api.DisputesApi
-
Returns the metadata for the evidence specified in the request URL path.
- RetrieveDisputeEvidenceResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveDisputeEvidenceResponse type.
- RetrieveDisputeEvidenceResponse(List<Error>, DisputeEvidence) - Constructor for class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
Initialization constructor.
- RetrieveDisputeEvidenceResponse.Builder - Class in com.squareup.square.models
-
- RetrieveDisputeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveDisputeResponse type.
- RetrieveDisputeResponse(List<Error>, Dispute) - Constructor for class com.squareup.square.models.RetrieveDisputeResponse
-
Initialization constructor.
- RetrieveDisputeResponse.Builder - Class in com.squareup.square.models
-
- retrieveEmployee(String) - Method in class com.squareup.square.api.DefaultEmployeesApi
-
Deprecated.
- retrieveEmployee(String) - Method in interface com.squareup.square.api.EmployeesApi
-
Deprecated.
- retrieveEmployeeAsync(String) - Method in class com.squareup.square.api.DefaultEmployeesApi
-
Deprecated.
- retrieveEmployeeAsync(String) - Method in interface com.squareup.square.api.EmployeesApi
-
Deprecated.
- RetrieveEmployeeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveEmployeeResponse type.
- RetrieveEmployeeResponse(Employee, List<Error>) - Constructor for class com.squareup.square.models.RetrieveEmployeeResponse
-
Initialization constructor.
- RetrieveEmployeeResponse.Builder - Class in com.squareup.square.models
-
- retrieveGiftCard(String) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using the gift card ID.
- retrieveGiftCard(String) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using the gift card ID.
- retrieveGiftCardAsync(String) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using the gift card ID.
- retrieveGiftCardAsync(String) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using the gift card ID.
- retrieveGiftCardFromGAN(RetrieveGiftCardFromGANRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using the gift card account number (GAN).
- retrieveGiftCardFromGAN(RetrieveGiftCardFromGANRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using the gift card account number (GAN).
- retrieveGiftCardFromGANAsync(RetrieveGiftCardFromGANRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using the gift card account number (GAN).
- retrieveGiftCardFromGANAsync(RetrieveGiftCardFromGANRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using the gift card account number (GAN).
- RetrieveGiftCardFromGANRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveGiftCardFromGANRequest type.
- RetrieveGiftCardFromGANRequest(String) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromGANRequest
-
Initialization constructor.
- RetrieveGiftCardFromGANRequest.Builder - Class in com.squareup.square.models
-
- RetrieveGiftCardFromGANResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveGiftCardFromGANResponse type.
- RetrieveGiftCardFromGANResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
Initialization constructor.
- RetrieveGiftCardFromGANResponse.Builder - Class in com.squareup.square.models
-
- retrieveGiftCardFromNonce(RetrieveGiftCardFromNonceRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using a secure payment token that represents the gift card.
- retrieveGiftCardFromNonce(RetrieveGiftCardFromNonceRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using a secure payment token that represents the gift card.
- retrieveGiftCardFromNonceAsync(RetrieveGiftCardFromNonceRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Retrieves a gift card using a secure payment token that represents the gift card.
- retrieveGiftCardFromNonceAsync(RetrieveGiftCardFromNonceRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Retrieves a gift card using a secure payment token that represents the gift card.
- RetrieveGiftCardFromNonceRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveGiftCardFromNonceRequest type.
- RetrieveGiftCardFromNonceRequest(String) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromNonceRequest
-
Initialization constructor.
- RetrieveGiftCardFromNonceRequest.Builder - Class in com.squareup.square.models
-
- RetrieveGiftCardFromNonceResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveGiftCardFromNonceResponse type.
- RetrieveGiftCardFromNonceResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
Initialization constructor.
- RetrieveGiftCardFromNonceResponse.Builder - Class in com.squareup.square.models
-
- RetrieveGiftCardResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveGiftCardResponse type.
- RetrieveGiftCardResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.RetrieveGiftCardResponse
-
Initialization constructor.
- RetrieveGiftCardResponse.Builder - Class in com.squareup.square.models
-
- retrieveInventoryAdjustment(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryAdjustment]($m/InventoryAdjustment) object with the provided
`adjustment_id`.
- retrieveInventoryAdjustment(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryAdjustment]($m/InventoryAdjustment) object with the provided
`adjustment_id`.
- retrieveInventoryAdjustmentAsync(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryAdjustment]($m/InventoryAdjustment) object with the provided
`adjustment_id`.
- retrieveInventoryAdjustmentAsync(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryAdjustment]($m/InventoryAdjustment) object with the provided
`adjustment_id`.
- RetrieveInventoryAdjustmentResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryAdjustmentResponse type.
- RetrieveInventoryAdjustmentResponse(List<Error>, InventoryAdjustment) - Constructor for class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
Initialization constructor.
- RetrieveInventoryAdjustmentResponse.Builder - Class in com.squareup.square.models
-
- retrieveInventoryChanges(String, String, String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- retrieveInventoryChanges(String, String, String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- retrieveInventoryChangesAsync(String, String, String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Deprecated.
- retrieveInventoryChangesAsync(String, String, String) - Method in interface com.squareup.square.api.InventoryApi
-
Deprecated.
- RetrieveInventoryChangesRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryChangesRequest type.
- RetrieveInventoryChangesRequest(String, String) - Constructor for class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Initialization constructor.
- RetrieveInventoryChangesRequest(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Initialization constructor.
- RetrieveInventoryChangesRequest.Builder - Class in com.squareup.square.models
-
- RetrieveInventoryChangesResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryChangesResponse type.
- RetrieveInventoryChangesResponse(List<Error>, List<InventoryChange>, String) - Constructor for class com.squareup.square.models.RetrieveInventoryChangesResponse
-
Initialization constructor.
- RetrieveInventoryChangesResponse.Builder - Class in com.squareup.square.models
-
- retrieveInventoryCount(String, String, String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
- retrieveInventoryCount(String, String, String) - Method in interface com.squareup.square.api.InventoryApi
-
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
- retrieveInventoryCountAsync(String, String, String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
- retrieveInventoryCountAsync(String, String, String) - Method in interface com.squareup.square.api.InventoryApi
-
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
- RetrieveInventoryCountRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryCountRequest type.
- RetrieveInventoryCountRequest(String, String) - Constructor for class com.squareup.square.models.RetrieveInventoryCountRequest
-
Initialization constructor.
- RetrieveInventoryCountRequest(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.RetrieveInventoryCountRequest
-
Initialization constructor.
- RetrieveInventoryCountRequest.Builder - Class in com.squareup.square.models
-
- RetrieveInventoryCountResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryCountResponse type.
- RetrieveInventoryCountResponse(List<Error>, List<InventoryCount>, String) - Constructor for class com.squareup.square.models.RetrieveInventoryCountResponse
-
Initialization constructor.
- RetrieveInventoryCountResponse.Builder - Class in com.squareup.square.models
-
- retrieveInventoryPhysicalCount(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
- retrieveInventoryPhysicalCount(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
- retrieveInventoryPhysicalCountAsync(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
- retrieveInventoryPhysicalCountAsync(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryPhysicalCount]($m/InventoryPhysicalCount) object with the provided
`physical_count_id`.
- RetrieveInventoryPhysicalCountResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryPhysicalCountResponse type.
- RetrieveInventoryPhysicalCountResponse(List<Error>, InventoryPhysicalCount) - Constructor for class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
Initialization constructor.
- RetrieveInventoryPhysicalCountResponse.Builder - Class in com.squareup.square.models
-
- retrieveInventoryTransfer(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
- retrieveInventoryTransfer(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
- retrieveInventoryTransferAsync(String) - Method in class com.squareup.square.api.DefaultInventoryApi
-
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
- retrieveInventoryTransferAsync(String) - Method in interface com.squareup.square.api.InventoryApi
-
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
- RetrieveInventoryTransferResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveInventoryTransferResponse type.
- RetrieveInventoryTransferResponse(List<Error>, InventoryTransfer) - Constructor for class com.squareup.square.models.RetrieveInventoryTransferResponse
-
Initialization constructor.
- RetrieveInventoryTransferResponse.Builder - Class in com.squareup.square.models
-
- retrieveLocation(String) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Retrieves details of a single location.
- retrieveLocation(String) - Method in interface com.squareup.square.api.LocationsApi
-
Retrieves details of a single location.
- retrieveLocationAsync(String) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Retrieves details of a single location.
- retrieveLocationAsync(String) - Method in interface com.squareup.square.api.LocationsApi
-
Retrieves details of a single location.
- retrieveLocationBookingProfile(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a seller's location booking profile.
- retrieveLocationBookingProfile(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a seller's location booking profile.
- retrieveLocationBookingProfileAsync(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a seller's location booking profile.
- retrieveLocationBookingProfileAsync(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a seller's location booking profile.
- RetrieveLocationBookingProfileResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationBookingProfileResponse type.
- RetrieveLocationBookingProfileResponse(LocationBookingProfile, List<Error>) - Constructor for class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
Initialization constructor.
- RetrieveLocationBookingProfileResponse.Builder - Class in com.squareup.square.models
-
- retrieveLocationCustomAttribute(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
- retrieveLocationCustomAttribute(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
- retrieveLocationCustomAttributeAsync(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
- retrieveLocationCustomAttributeAsync(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
- retrieveLocationCustomAttributeDefinition(String, Integer) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Retrieves a location-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveLocationCustomAttributeDefinition(String, Integer) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Retrieves a location-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveLocationCustomAttributeDefinitionAsync(String, Integer) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Retrieves a location-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveLocationCustomAttributeDefinitionAsync(String, Integer) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Retrieves a location-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- RetrieveLocationCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationCustomAttributeDefinitionRequest type.
- RetrieveLocationCustomAttributeDefinitionRequest(Integer) - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest
-
Initialization constructor.
- RetrieveLocationCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveLocationCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationCustomAttributeDefinitionResponse type.
- RetrieveLocationCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
Initialization constructor.
- RetrieveLocationCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- RetrieveLocationCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationCustomAttributeRequest type.
- RetrieveLocationCustomAttributeRequest(Boolean, Integer) - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Initialization constructor.
- RetrieveLocationCustomAttributeRequest(OptionalNullable<Boolean>, Integer) - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Initialization constructor.
- RetrieveLocationCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- RetrieveLocationCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationCustomAttributeResponse type.
- RetrieveLocationCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
Initialization constructor.
- RetrieveLocationCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- RetrieveLocationResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationResponse type.
- RetrieveLocationResponse(List<Error>, Location) - Constructor for class com.squareup.square.models.RetrieveLocationResponse
-
Initialization constructor.
- RetrieveLocationResponse.Builder - Class in com.squareup.square.models
-
- retrieveLocationSettings(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves the location-level settings for a Square-hosted checkout page.
- retrieveLocationSettings(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves the location-level settings for a Square-hosted checkout page.
- retrieveLocationSettingsAsync(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves the location-level settings for a Square-hosted checkout page.
- retrieveLocationSettingsAsync(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves the location-level settings for a Square-hosted checkout page.
- RetrieveLocationSettingsResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLocationSettingsResponse type.
- RetrieveLocationSettingsResponse(List<Error>, CheckoutLocationSettings) - Constructor for class com.squareup.square.models.RetrieveLocationSettingsResponse
-
Initialization constructor.
- RetrieveLocationSettingsResponse.Builder - Class in com.squareup.square.models
-
- retrieveLoyaltyAccount(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty account.
- retrieveLoyaltyAccount(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty account.
- retrieveLoyaltyAccountAsync(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty account.
- retrieveLoyaltyAccountAsync(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty account.
- RetrieveLoyaltyAccountResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLoyaltyAccountResponse type.
- RetrieveLoyaltyAccountResponse(List<Error>, LoyaltyAccount) - Constructor for class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
Initialization constructor.
- RetrieveLoyaltyAccountResponse.Builder - Class in com.squareup.square.models
-
- retrieveLoyaltyProgram(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
- retrieveLoyaltyProgram(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
- retrieveLoyaltyProgramAsync(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
- retrieveLoyaltyProgramAsync(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
- RetrieveLoyaltyProgramResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLoyaltyProgramResponse type.
- RetrieveLoyaltyProgramResponse(List<Error>, LoyaltyProgram) - Constructor for class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
Initialization constructor.
- RetrieveLoyaltyProgramResponse.Builder - Class in com.squareup.square.models
-
- retrieveLoyaltyPromotion(String, String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty promotion.
- retrieveLoyaltyPromotion(String, String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty promotion.
- retrieveLoyaltyPromotionAsync(String, String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty promotion.
- retrieveLoyaltyPromotionAsync(String, String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty promotion.
- RetrieveLoyaltyPromotionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLoyaltyPromotionResponse type.
- RetrieveLoyaltyPromotionResponse(List<Error>, LoyaltyPromotion) - Constructor for class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
Initialization constructor.
- RetrieveLoyaltyPromotionResponse.Builder - Class in com.squareup.square.models
-
- retrieveLoyaltyReward(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty reward.
- retrieveLoyaltyReward(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty reward.
- retrieveLoyaltyRewardAsync(String) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Retrieves a loyalty reward.
- retrieveLoyaltyRewardAsync(String) - Method in interface com.squareup.square.api.LoyaltyApi
-
Retrieves a loyalty reward.
- RetrieveLoyaltyRewardResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveLoyaltyRewardResponse type.
- RetrieveLoyaltyRewardResponse(List<Error>, LoyaltyReward) - Constructor for class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
Initialization constructor.
- RetrieveLoyaltyRewardResponse.Builder - Class in com.squareup.square.models
-
- retrieveMerchant(String) - Method in class com.squareup.square.api.DefaultMerchantsApi
-
Retrieves the `Merchant` object for the given `merchant_id`.
- retrieveMerchant(String) - Method in interface com.squareup.square.api.MerchantsApi
-
Retrieves the `Merchant` object for the given `merchant_id`.
- retrieveMerchantAsync(String) - Method in class com.squareup.square.api.DefaultMerchantsApi
-
Retrieves the `Merchant` object for the given `merchant_id`.
- retrieveMerchantAsync(String) - Method in interface com.squareup.square.api.MerchantsApi
-
Retrieves the `Merchant` object for the given `merchant_id`.
- retrieveMerchantCustomAttribute(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
- retrieveMerchantCustomAttribute(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
- retrieveMerchantCustomAttributeAsync(String, String, Boolean, Integer) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
- retrieveMerchantCustomAttributeAsync(String, String, Boolean, Integer) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
- retrieveMerchantCustomAttributeDefinition(String, Integer) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveMerchantCustomAttributeDefinition(String, Integer) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveMerchantCustomAttributeDefinitionAsync(String, Integer) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- retrieveMerchantCustomAttributeDefinitionAsync(String, Integer) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
- RetrieveMerchantCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantCustomAttributeDefinitionRequest type.
- RetrieveMerchantCustomAttributeDefinitionRequest(Integer) - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest
-
Initialization constructor.
- RetrieveMerchantCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveMerchantCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantCustomAttributeDefinitionResponse type.
- RetrieveMerchantCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
Initialization constructor.
- RetrieveMerchantCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- RetrieveMerchantCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantCustomAttributeRequest type.
- RetrieveMerchantCustomAttributeRequest(Boolean, Integer) - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Initialization constructor.
- RetrieveMerchantCustomAttributeRequest(OptionalNullable<Boolean>, Integer) - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Initialization constructor.
- RetrieveMerchantCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- RetrieveMerchantCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantCustomAttributeResponse type.
- RetrieveMerchantCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
Initialization constructor.
- RetrieveMerchantCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- RetrieveMerchantResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantResponse type.
- RetrieveMerchantResponse(List<Error>, Merchant) - Constructor for class com.squareup.square.models.RetrieveMerchantResponse
-
Initialization constructor.
- RetrieveMerchantResponse.Builder - Class in com.squareup.square.models
-
- retrieveMerchantSettings() - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves the merchant-level settings for a Square-hosted checkout page.
- retrieveMerchantSettings() - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves the merchant-level settings for a Square-hosted checkout page.
- retrieveMerchantSettingsAsync() - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves the merchant-level settings for a Square-hosted checkout page.
- retrieveMerchantSettingsAsync() - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves the merchant-level settings for a Square-hosted checkout page.
- RetrieveMerchantSettingsResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveMerchantSettingsResponse type.
- RetrieveMerchantSettingsResponse(List<Error>, CheckoutMerchantSettings) - Constructor for class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
Initialization constructor.
- RetrieveMerchantSettingsResponse.Builder - Class in com.squareup.square.models
-
- retrieveOrder(String) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrder(String) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrderAsync(String) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrderAsync(String) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrderCustomAttribute(String, String, Integer, Boolean) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
- retrieveOrderCustomAttribute(String, String, Integer, Boolean) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
- retrieveOrderCustomAttributeAsync(String, String, Integer, Boolean) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
- retrieveOrderCustomAttributeAsync(String, String, Integer, Boolean) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
- retrieveOrderCustomAttributeDefinition(String, Integer) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Retrieves an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- retrieveOrderCustomAttributeDefinition(String, Integer) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Retrieves an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- retrieveOrderCustomAttributeDefinitionAsync(String, Integer) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Retrieves an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- retrieveOrderCustomAttributeDefinitionAsync(String, Integer) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Retrieves an order-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
- RetrieveOrderCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveOrderCustomAttributeDefinitionRequest type.
- RetrieveOrderCustomAttributeDefinitionRequest(Integer) - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest
-
Initialization constructor.
- RetrieveOrderCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveOrderCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveOrderCustomAttributeDefinitionResponse type.
- RetrieveOrderCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
Initialization constructor.
- RetrieveOrderCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- RetrieveOrderCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveOrderCustomAttributeRequest type.
- RetrieveOrderCustomAttributeRequest(Integer, Boolean) - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Initialization constructor.
- RetrieveOrderCustomAttributeRequest(Integer, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Initialization constructor.
- RetrieveOrderCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- RetrieveOrderCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveOrderCustomAttributeResponse type.
- RetrieveOrderCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
Initialization constructor.
- RetrieveOrderCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- RetrieveOrderResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveOrderResponse type.
- RetrieveOrderResponse(Order, List<Error>) - Constructor for class com.squareup.square.models.RetrieveOrderResponse
-
Initialization constructor.
- RetrieveOrderResponse.Builder - Class in com.squareup.square.models
-
- retrievePaymentLink(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves a payment link.
- retrievePaymentLink(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves a payment link.
- retrievePaymentLinkAsync(String) - Method in interface com.squareup.square.api.CheckoutApi
-
Retrieves a payment link.
- retrievePaymentLinkAsync(String) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Retrieves a payment link.
- RetrievePaymentLinkResponse - Class in com.squareup.square.models
-
This is a model class for RetrievePaymentLinkResponse type.
- RetrievePaymentLinkResponse(List<Error>, PaymentLink) - Constructor for class com.squareup.square.models.RetrievePaymentLinkResponse
-
Initialization constructor.
- RetrievePaymentLinkResponse.Builder - Class in com.squareup.square.models
-
- retrieveSnippet(String) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Retrieves your snippet from a Square Online site.
- retrieveSnippet(String) - Method in interface com.squareup.square.api.SnippetsApi
-
Retrieves your snippet from a Square Online site.
- retrieveSnippetAsync(String) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Retrieves your snippet from a Square Online site.
- retrieveSnippetAsync(String) - Method in interface com.squareup.square.api.SnippetsApi
-
Retrieves your snippet from a Square Online site.
- RetrieveSnippetResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveSnippetResponse type.
- RetrieveSnippetResponse(List<Error>, Snippet) - Constructor for class com.squareup.square.models.RetrieveSnippetResponse
-
Initialization constructor.
- RetrieveSnippetResponse.Builder - Class in com.squareup.square.models
-
- retrieveSubscription(String, String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Retrieves a specific subscription.
- retrieveSubscription(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Retrieves a specific subscription.
- retrieveSubscriptionAsync(String, String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Retrieves a specific subscription.
- retrieveSubscriptionAsync(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Retrieves a specific subscription.
- RetrieveSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for RetrieveSubscriptionRequest type.
- RetrieveSubscriptionRequest(String) - Constructor for class com.squareup.square.models.RetrieveSubscriptionRequest
-
Initialization constructor.
- RetrieveSubscriptionRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.RetrieveSubscriptionRequest
-
Initialization constructor.
- RetrieveSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- RetrieveSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveSubscriptionResponse type.
- RetrieveSubscriptionResponse(List<Error>, Subscription) - Constructor for class com.squareup.square.models.RetrieveSubscriptionResponse
-
Initialization constructor.
- RetrieveSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- retrieveTeamMember(String) - Method in class com.squareup.square.api.DefaultTeamApi
-
Retrieves a `TeamMember` object for the given `TeamMember.id`.
- retrieveTeamMember(String) - Method in interface com.squareup.square.api.TeamApi
-
Retrieves a `TeamMember` object for the given `TeamMember.id`.
- retrieveTeamMemberAsync(String) - Method in class com.squareup.square.api.DefaultTeamApi
-
Retrieves a `TeamMember` object for the given `TeamMember.id`.
- retrieveTeamMemberAsync(String) - Method in interface com.squareup.square.api.TeamApi
-
Retrieves a `TeamMember` object for the given `TeamMember.id`.
- retrieveTeamMemberBookingProfile(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a team member's booking profile.
- retrieveTeamMemberBookingProfile(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a team member's booking profile.
- retrieveTeamMemberBookingProfileAsync(String) - Method in interface com.squareup.square.api.BookingsApi
-
Retrieves a team member's booking profile.
- retrieveTeamMemberBookingProfileAsync(String) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieves a team member's booking profile.
- RetrieveTeamMemberBookingProfileResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveTeamMemberBookingProfileResponse type.
- RetrieveTeamMemberBookingProfileResponse(TeamMemberBookingProfile, List<Error>) - Constructor for class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
Initialization constructor.
- RetrieveTeamMemberBookingProfileResponse.Builder - Class in com.squareup.square.models
-
- RetrieveTeamMemberResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveTeamMemberResponse type.
- RetrieveTeamMemberResponse(TeamMember, List<Error>) - Constructor for class com.squareup.square.models.RetrieveTeamMemberResponse
-
Initialization constructor.
- RetrieveTeamMemberResponse.Builder - Class in com.squareup.square.models
-
- retrieveTokenStatus(String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Returns information about an [OAuth access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-an-oauth-access-token)Â or
an application’s [personal access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-a-personal-access-token).
- retrieveTokenStatus(String) - Method in interface com.squareup.square.api.OAuthApi
-
Returns information about an [OAuth access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-an-oauth-access-token)Â or
an application’s [personal access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-a-personal-access-token).
- retrieveTokenStatusAsync(String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Returns information about an [OAuth access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-an-oauth-access-token)Â or
an application’s [personal access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-a-personal-access-token).
- retrieveTokenStatusAsync(String) - Method in interface com.squareup.square.api.OAuthApi
-
Returns information about an [OAuth access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-an-oauth-access-token)Â or
an application’s [personal access
token](https://developer.squareup.com/docs/build-basics/access-tokens#get-a-personal-access-token).
- RetrieveTokenStatusResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveTokenStatusResponse type.
- RetrieveTokenStatusResponse(List<String>, String, String, String, List<Error>) - Constructor for class com.squareup.square.models.RetrieveTokenStatusResponse
-
Initialization constructor.
- RetrieveTokenStatusResponse.Builder - Class in com.squareup.square.models
-
- retrieveTransaction(String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- retrieveTransaction(String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- retrieveTransactionAsync(String, String) - Method in class com.squareup.square.api.DefaultTransactionsApi
-
Deprecated.
- retrieveTransactionAsync(String, String) - Method in interface com.squareup.square.api.TransactionsApi
-
Deprecated.
- RetrieveTransactionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveTransactionResponse type.
- RetrieveTransactionResponse(List<Error>, Transaction) - Constructor for class com.squareup.square.models.RetrieveTransactionResponse
-
Initialization constructor.
- RetrieveTransactionResponse.Builder - Class in com.squareup.square.models
-
- retrieveVendor(String) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
- retrieveVendor(String) - Method in interface com.squareup.square.api.VendorsApi
-
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
- retrieveVendorAsync(String) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
- retrieveVendorAsync(String) - Method in interface com.squareup.square.api.VendorsApi
-
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
- RetrieveVendorResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveVendorResponse type.
- RetrieveVendorResponse(List<Error>, Vendor) - Constructor for class com.squareup.square.models.RetrieveVendorResponse
-
Initialization constructor.
- RetrieveVendorResponse.Builder - Class in com.squareup.square.models
-
- retrieveWageSetting(String) - Method in class com.squareup.square.api.DefaultTeamApi
-
Retrieves a `WageSetting` object for a team member specified by `TeamMember.id`.
- retrieveWageSetting(String) - Method in interface com.squareup.square.api.TeamApi
-
Retrieves a `WageSetting` object for a team member specified by `TeamMember.id`.
- retrieveWageSettingAsync(String) - Method in class com.squareup.square.api.DefaultTeamApi
-
Retrieves a `WageSetting` object for a team member specified by `TeamMember.id`.
- retrieveWageSettingAsync(String) - Method in interface com.squareup.square.api.TeamApi
-
Retrieves a `WageSetting` object for a team member specified by `TeamMember.id`.
- RetrieveWageSettingResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveWageSettingResponse type.
- RetrieveWageSettingResponse(WageSetting, List<Error>) - Constructor for class com.squareup.square.models.RetrieveWageSettingResponse
-
Initialization constructor.
- RetrieveWageSettingResponse.Builder - Class in com.squareup.square.models
-
- retrieveWebhookSubscription(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Retrieves a webhook subscription identified by its ID.
- retrieveWebhookSubscription(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Retrieves a webhook subscription identified by its ID.
- retrieveWebhookSubscriptionAsync(String) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Retrieves a webhook subscription identified by its ID.
- retrieveWebhookSubscriptionAsync(String) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Retrieves a webhook subscription identified by its ID.
- RetrieveWebhookSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for RetrieveWebhookSubscriptionResponse type.
- RetrieveWebhookSubscriptionResponse(List<Error>, WebhookSubscription) - Constructor for class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
Initialization constructor.
- RetrieveWebhookSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- retryInterval(long) - Method in class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
To use in calculation of wait time for next request in case of failure.
- returnAmounts(OrderMoneyAmounts) - Method in class com.squareup.square.models.Order.Builder
-
Setter for returnAmounts.
- returnAmounts(OrderMoneyAmounts) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnAmounts.
- returnDiscounts(List<OrderReturnDiscount>) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnDiscounts.
- returnEntries(Boolean) - Method in class com.squareup.square.models.SearchOrdersRequest.Builder
-
Setter for returnEntries.
- returnLineItems(List<OrderReturnLineItem>) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnLineItems.
- returnModifiers(List<OrderReturnLineItemModifier>) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for returnModifiers.
- returns(List<OrderReturn>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for returns.
- returnServiceCharges(List<OrderReturnServiceCharge>) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnServiceCharges.
- returnTaxes(List<OrderReturnTax>) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnTaxes.
- returnTips(List<OrderReturnTip>) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for returnTips.
- revokeOnlyAccessToken(Boolean) - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
Setter for revokeOnlyAccessToken.
- revokeToken(RevokeTokenRequest, String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Revokes an access token generated with the OAuth flow.
- revokeToken(RevokeTokenRequest, String) - Method in interface com.squareup.square.api.OAuthApi
-
Revokes an access token generated with the OAuth flow.
- revokeTokenAsync(RevokeTokenRequest, String) - Method in class com.squareup.square.api.DefaultOAuthApi
-
Revokes an access token generated with the OAuth flow.
- revokeTokenAsync(RevokeTokenRequest, String) - Method in interface com.squareup.square.api.OAuthApi
-
Revokes an access token generated with the OAuth flow.
- RevokeTokenRequest - Class in com.squareup.square.models
-
This is a model class for RevokeTokenRequest type.
- RevokeTokenRequest(String, String, String, Boolean) - Constructor for class com.squareup.square.models.RevokeTokenRequest
-
Initialization constructor.
- RevokeTokenRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.RevokeTokenRequest
-
Initialization constructor.
- RevokeTokenRequest.Builder - Class in com.squareup.square.models
-
- RevokeTokenResponse - Class in com.squareup.square.models
-
This is a model class for RevokeTokenResponse type.
- RevokeTokenResponse(Boolean, List<Error>) - Constructor for class com.squareup.square.models.RevokeTokenResponse
-
Initialization constructor.
- RevokeTokenResponse.Builder - Class in com.squareup.square.models
-
- reward(LoyaltyReward) - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest.Builder
-
Setter for reward.
- reward(LoyaltyReward) - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse.Builder
-
Setter for reward.
- reward(LoyaltyReward) - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse.Builder
-
Setter for reward.
- rewardId(String) - Method in class com.squareup.square.models.LoyaltyEventCreateReward.Builder
-
Setter for rewardId.
- rewardId(String) - Method in class com.squareup.square.models.LoyaltyEventDeleteReward.Builder
-
Setter for rewardId.
- rewardId(String) - Method in class com.squareup.square.models.LoyaltyEventRedeemReward.Builder
-
Setter for rewardId.
- rewardIds(List<String>) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for rewardIds.
- rewards(List<OrderReward>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for rewards.
- rewards(List<LoyaltyReward>) - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse.Builder
-
Setter for rewards.
- rewardTierId(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for rewardTierId.
- rewardTierId(String) - Method in class com.squareup.square.models.OrderReward.Builder
-
Setter for rewardTierId.
- rewardTiers(List<LoyaltyProgramRewardTier>) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for rewardTiers.
- riskEvaluation(RiskEvaluation) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for riskEvaluation.
- RiskEvaluation - Class in com.squareup.square.models
-
This is a model class for RiskEvaluation type.
- RiskEvaluation(String, String) - Constructor for class com.squareup.square.models.RiskEvaluation
-
Initialization constructor.
- RiskEvaluation.Builder - Class in com.squareup.square.models
-
- riskLevel(String) - Method in class com.squareup.square.models.RiskEvaluation.Builder
-
Setter for riskLevel.
- rootAdjustmentId(String) - Method in class com.squareup.square.models.InventoryAdjustmentGroup.Builder
-
Setter for rootAdjustmentId.
- rootCategory(String) - Method in class com.squareup.square.models.CatalogCategory.Builder
-
Setter for rootCategory.
- roundingAdjustment(OrderRoundingAdjustment) - Method in class com.squareup.square.models.Order.Builder
-
Setter for roundingAdjustment.
- roundingAdjustment(OrderRoundingAdjustment) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for roundingAdjustment.
- roundingAdjustmentIncludedMoney(Money) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for roundingAdjustmentIncludedMoney.
- routingNumber(String) - Method in class com.squareup.square.models.ACHDetails.Builder
-
Setter for routingNumber.
- rule(String) - Method in class com.squareup.square.models.CustomerCreationSourceFilter.Builder
-
Setter for rule.
- saleOrServiceDate(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for saleOrServiceDate.
- SaveCardOptions - Class in com.squareup.square.models
-
This is a model class for SaveCardOptions type.
- SaveCardOptions(String, String, String) - Constructor for class com.squareup.square.models.SaveCardOptions
-
Initialization constructor.
- SaveCardOptions(String, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.SaveCardOptions
-
Initialization constructor.
- saveCardOptions(SaveCardOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for saveCardOptions.
- SaveCardOptions.Builder - Class in com.squareup.square.models
-
- scheduledAt(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for scheduledAt.
- scheduleType(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for scheduleType.
- scheduleType(String) - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
Setter for scheduleType.
- scheduleType(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for scheduleType.
- scheduleType(String) - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
Setter for scheduleType.
- schema(JsonObject) - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
Setter for schema.
- scope(String) - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for scope.
- scope(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for scope.
- scopes(List<String>) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for scopes.
- scopes(List<String>) - Method in class com.squareup.square.models.RetrieveTokenStatusResponse.Builder
-
Setter for scopes.
- score(Long) - Method in class com.squareup.square.models.CatalogQuickAmount.Builder
-
Setter for score.
- searchAvailability(SearchAvailabilityRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Searches for availabilities for booking.
- searchAvailability(SearchAvailabilityRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Searches for availabilities for booking.
- searchAvailabilityAsync(SearchAvailabilityRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Searches for availabilities for booking.
- searchAvailabilityAsync(SearchAvailabilityRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Searches for availabilities for booking.
- SearchAvailabilityFilter - Class in com.squareup.square.models
-
This is a model class for SearchAvailabilityFilter type.
- SearchAvailabilityFilter(TimeRange, String, List<SegmentFilter>, String) - Constructor for class com.squareup.square.models.SearchAvailabilityFilter
-
Initialization constructor.
- SearchAvailabilityFilter(TimeRange, OptionalNullable<String>, OptionalNullable<List<SegmentFilter>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.SearchAvailabilityFilter
-
Initialization constructor.
- SearchAvailabilityFilter.Builder - Class in com.squareup.square.models
-
- SearchAvailabilityQuery - Class in com.squareup.square.models
-
This is a model class for SearchAvailabilityQuery type.
- SearchAvailabilityQuery(SearchAvailabilityFilter) - Constructor for class com.squareup.square.models.SearchAvailabilityQuery
-
Initialization constructor.
- SearchAvailabilityQuery.Builder - Class in com.squareup.square.models
-
- SearchAvailabilityRequest - Class in com.squareup.square.models
-
This is a model class for SearchAvailabilityRequest type.
- SearchAvailabilityRequest(SearchAvailabilityQuery) - Constructor for class com.squareup.square.models.SearchAvailabilityRequest
-
Initialization constructor.
- SearchAvailabilityRequest.Builder - Class in com.squareup.square.models
-
- SearchAvailabilityResponse - Class in com.squareup.square.models
-
This is a model class for SearchAvailabilityResponse type.
- SearchAvailabilityResponse(List<Availability>, List<Error>) - Constructor for class com.squareup.square.models.SearchAvailabilityResponse
-
Initialization constructor.
- SearchAvailabilityResponse.Builder - Class in com.squareup.square.models
-
- searchCatalogItems(SearchCatalogItemsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
- searchCatalogItems(SearchCatalogItemsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
- searchCatalogItemsAsync(SearchCatalogItemsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
- searchCatalogItemsAsync(SearchCatalogItemsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Searches for catalog items or item variations by matching supported search attribute values,
including custom attribute values, against one or more of the specified query filters.
- SearchCatalogItemsRequest - Class in com.squareup.square.models
-
This is a model class for SearchCatalogItemsRequest type.
- SearchCatalogItemsRequest(String, List<String>, List<String>, List<String>, String, Integer, String, List<String>, List<CustomAttributeFilter>, String) - Constructor for class com.squareup.square.models.SearchCatalogItemsRequest
-
Initialization constructor.
- SearchCatalogItemsRequest.Builder - Class in com.squareup.square.models
-
- SearchCatalogItemsResponse - Class in com.squareup.square.models
-
This is a model class for SearchCatalogItemsResponse type.
- SearchCatalogItemsResponse(List<Error>, List<CatalogObject>, String, List<String>) - Constructor for class com.squareup.square.models.SearchCatalogItemsResponse
-
Initialization constructor.
- SearchCatalogItemsResponse.Builder - Class in com.squareup.square.models
-
- searchCatalogObjects(SearchCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
- searchCatalogObjects(SearchCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
- searchCatalogObjectsAsync(SearchCatalogObjectsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
- searchCatalogObjectsAsync(SearchCatalogObjectsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Searches for [CatalogObject]($m/CatalogObject) of any type by matching supported search
attribute values, excluding custom attribute values on items or item variations, against one
or more of the specified query filters.
- SearchCatalogObjectsRequest - Class in com.squareup.square.models
-
This is a model class for SearchCatalogObjectsRequest type.
- SearchCatalogObjectsRequest(String, List<String>, Boolean, Boolean, String, CatalogQuery, Integer, Boolean) - Constructor for class com.squareup.square.models.SearchCatalogObjectsRequest
-
Initialization constructor.
- SearchCatalogObjectsRequest.Builder - Class in com.squareup.square.models
-
- SearchCatalogObjectsResponse - Class in com.squareup.square.models
-
This is a model class for SearchCatalogObjectsResponse type.
- SearchCatalogObjectsResponse(List<Error>, String, List<CatalogObject>, List<CatalogObject>, String) - Constructor for class com.squareup.square.models.SearchCatalogObjectsResponse
-
Initialization constructor.
- SearchCatalogObjectsResponse.Builder - Class in com.squareup.square.models
-
- searchCustomers(SearchCustomersRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Searches the customer profiles associated with a Square account using one or more supported
query filters.
- searchCustomers(SearchCustomersRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Searches the customer profiles associated with a Square account using one or more supported
query filters.
- searchCustomersAsync(SearchCustomersRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Searches the customer profiles associated with a Square account using one or more supported
query filters.
- searchCustomersAsync(SearchCustomersRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Searches the customer profiles associated with a Square account using one or more supported
query filters.
- SearchCustomersRequest - Class in com.squareup.square.models
-
This is a model class for SearchCustomersRequest type.
- SearchCustomersRequest(String, Long, CustomerQuery, Boolean) - Constructor for class com.squareup.square.models.SearchCustomersRequest
-
Initialization constructor.
- SearchCustomersRequest.Builder - Class in com.squareup.square.models
-
- SearchCustomersResponse - Class in com.squareup.square.models
-
This is a model class for SearchCustomersResponse type.
- SearchCustomersResponse(List<Error>, List<Customer>, String, Long) - Constructor for class com.squareup.square.models.SearchCustomersResponse
-
Initialization constructor.
- SearchCustomersResponse.Builder - Class in com.squareup.square.models
-
- searchInvoices(SearchInvoicesRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Searches for invoices from a location specified in the filter.
- searchInvoices(SearchInvoicesRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Searches for invoices from a location specified in the filter.
- searchInvoicesAsync(SearchInvoicesRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Searches for invoices from a location specified in the filter.
- searchInvoicesAsync(SearchInvoicesRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Searches for invoices from a location specified in the filter.
- SearchInvoicesRequest - Class in com.squareup.square.models
-
This is a model class for SearchInvoicesRequest type.
- SearchInvoicesRequest(InvoiceQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchInvoicesRequest
-
Initialization constructor.
- SearchInvoicesRequest.Builder - Class in com.squareup.square.models
-
- SearchInvoicesResponse - Class in com.squareup.square.models
-
This is a model class for SearchInvoicesResponse type.
- SearchInvoicesResponse(List<Invoice>, String, List<Error>) - Constructor for class com.squareup.square.models.SearchInvoicesResponse
-
Initialization constructor.
- SearchInvoicesResponse.Builder - Class in com.squareup.square.models
-
- searchLoyaltyAccounts(SearchLoyaltyAccountsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty accounts in a loyalty program.
- searchLoyaltyAccounts(SearchLoyaltyAccountsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty accounts in a loyalty program.
- searchLoyaltyAccountsAsync(SearchLoyaltyAccountsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty accounts in a loyalty program.
- searchLoyaltyAccountsAsync(SearchLoyaltyAccountsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty accounts in a loyalty program.
- SearchLoyaltyAccountsRequest - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyAccountsRequest type.
- SearchLoyaltyAccountsRequest(SearchLoyaltyAccountsRequestLoyaltyAccountQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
Initialization constructor.
- SearchLoyaltyAccountsRequest.Builder - Class in com.squareup.square.models
-
- SearchLoyaltyAccountsRequestLoyaltyAccountQuery - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyAccountsRequestLoyaltyAccountQuery type.
- SearchLoyaltyAccountsRequestLoyaltyAccountQuery(List<LoyaltyAccountMapping>, List<String>) - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Initialization constructor.
- SearchLoyaltyAccountsRequestLoyaltyAccountQuery(OptionalNullable<List<LoyaltyAccountMapping>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Initialization constructor.
- SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder - Class in com.squareup.square.models
-
- SearchLoyaltyAccountsResponse - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyAccountsResponse type.
- SearchLoyaltyAccountsResponse(List<Error>, List<LoyaltyAccount>, String) - Constructor for class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
Initialization constructor.
- SearchLoyaltyAccountsResponse.Builder - Class in com.squareup.square.models
-
- searchLoyaltyEvents(SearchLoyaltyEventsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty events.
- searchLoyaltyEvents(SearchLoyaltyEventsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty events.
- searchLoyaltyEventsAsync(SearchLoyaltyEventsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty events.
- searchLoyaltyEventsAsync(SearchLoyaltyEventsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty events.
- SearchLoyaltyEventsRequest - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyEventsRequest type.
- SearchLoyaltyEventsRequest(LoyaltyEventQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchLoyaltyEventsRequest
-
Initialization constructor.
- SearchLoyaltyEventsRequest.Builder - Class in com.squareup.square.models
-
- SearchLoyaltyEventsResponse - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyEventsResponse type.
- SearchLoyaltyEventsResponse(List<Error>, List<LoyaltyEvent>, String) - Constructor for class com.squareup.square.models.SearchLoyaltyEventsResponse
-
Initialization constructor.
- SearchLoyaltyEventsResponse.Builder - Class in com.squareup.square.models
-
- searchLoyaltyRewards(SearchLoyaltyRewardsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty rewards.
- searchLoyaltyRewards(SearchLoyaltyRewardsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty rewards.
- searchLoyaltyRewardsAsync(SearchLoyaltyRewardsRequest) - Method in class com.squareup.square.api.DefaultLoyaltyApi
-
Searches for loyalty rewards.
- searchLoyaltyRewardsAsync(SearchLoyaltyRewardsRequest) - Method in interface com.squareup.square.api.LoyaltyApi
-
Searches for loyalty rewards.
- SearchLoyaltyRewardsRequest - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyRewardsRequest type.
- SearchLoyaltyRewardsRequest(SearchLoyaltyRewardsRequestLoyaltyRewardQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
Initialization constructor.
- SearchLoyaltyRewardsRequest.Builder - Class in com.squareup.square.models
-
- SearchLoyaltyRewardsRequestLoyaltyRewardQuery - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyRewardsRequestLoyaltyRewardQuery type.
- SearchLoyaltyRewardsRequestLoyaltyRewardQuery(String, String) - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery
-
Initialization constructor.
- SearchLoyaltyRewardsRequestLoyaltyRewardQuery.Builder - Class in com.squareup.square.models
-
- SearchLoyaltyRewardsResponse - Class in com.squareup.square.models
-
This is a model class for SearchLoyaltyRewardsResponse type.
- SearchLoyaltyRewardsResponse(List<Error>, List<LoyaltyReward>, String) - Constructor for class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
Initialization constructor.
- SearchLoyaltyRewardsResponse.Builder - Class in com.squareup.square.models
-
- searchMaxPageLimit(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for searchMaxPageLimit.
- searchOrders(SearchOrdersRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Search all orders for one or more locations.
- searchOrders(SearchOrdersRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Search all orders for one or more locations.
- searchOrdersAsync(SearchOrdersRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Search all orders for one or more locations.
- searchOrdersAsync(SearchOrdersRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Search all orders for one or more locations.
- SearchOrdersCustomerFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersCustomerFilter type.
- SearchOrdersCustomerFilter(List<String>) - Constructor for class com.squareup.square.models.SearchOrdersCustomerFilter
-
Initialization constructor.
- SearchOrdersCustomerFilter(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchOrdersCustomerFilter
-
Initialization constructor.
- SearchOrdersCustomerFilter.Builder - Class in com.squareup.square.models
-
- SearchOrdersDateTimeFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersDateTimeFilter type.
- SearchOrdersDateTimeFilter(TimeRange, TimeRange, TimeRange) - Constructor for class com.squareup.square.models.SearchOrdersDateTimeFilter
-
Initialization constructor.
- SearchOrdersDateTimeFilter.Builder - Class in com.squareup.square.models
-
- SearchOrdersFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersFilter type.
- SearchOrdersFilter(SearchOrdersStateFilter, SearchOrdersDateTimeFilter, SearchOrdersFulfillmentFilter, SearchOrdersSourceFilter, SearchOrdersCustomerFilter) - Constructor for class com.squareup.square.models.SearchOrdersFilter
-
Initialization constructor.
- SearchOrdersFilter.Builder - Class in com.squareup.square.models
-
- SearchOrdersFulfillmentFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersFulfillmentFilter type.
- SearchOrdersFulfillmentFilter(List<String>, List<String>) - Constructor for class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Initialization constructor.
- SearchOrdersFulfillmentFilter(OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Initialization constructor.
- SearchOrdersFulfillmentFilter.Builder - Class in com.squareup.square.models
-
- SearchOrdersQuery - Class in com.squareup.square.models
-
This is a model class for SearchOrdersQuery type.
- SearchOrdersQuery(SearchOrdersFilter, SearchOrdersSort) - Constructor for class com.squareup.square.models.SearchOrdersQuery
-
Initialization constructor.
- SearchOrdersQuery.Builder - Class in com.squareup.square.models
-
- SearchOrdersRequest - Class in com.squareup.square.models
-
This is a model class for SearchOrdersRequest type.
- SearchOrdersRequest(List<String>, String, SearchOrdersQuery, Integer, Boolean) - Constructor for class com.squareup.square.models.SearchOrdersRequest
-
Initialization constructor.
- SearchOrdersRequest.Builder - Class in com.squareup.square.models
-
- SearchOrdersResponse - Class in com.squareup.square.models
-
This is a model class for SearchOrdersResponse type.
- SearchOrdersResponse(List<OrderEntry>, List<Order>, String, List<Error>) - Constructor for class com.squareup.square.models.SearchOrdersResponse
-
Initialization constructor.
- SearchOrdersResponse.Builder - Class in com.squareup.square.models
-
- SearchOrdersSort - Class in com.squareup.square.models
-
This is a model class for SearchOrdersSort type.
- SearchOrdersSort(String, String) - Constructor for class com.squareup.square.models.SearchOrdersSort
-
Initialization constructor.
- SearchOrdersSort.Builder - Class in com.squareup.square.models
-
- SearchOrdersSourceFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersSourceFilter type.
- SearchOrdersSourceFilter(List<String>) - Constructor for class com.squareup.square.models.SearchOrdersSourceFilter
-
Initialization constructor.
- SearchOrdersSourceFilter(OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchOrdersSourceFilter
-
Initialization constructor.
- SearchOrdersSourceFilter.Builder - Class in com.squareup.square.models
-
- SearchOrdersStateFilter - Class in com.squareup.square.models
-
This is a model class for SearchOrdersStateFilter type.
- SearchOrdersStateFilter(List<String>) - Constructor for class com.squareup.square.models.SearchOrdersStateFilter
-
Initialization constructor.
- SearchOrdersStateFilter.Builder - Class in com.squareup.square.models
-
- searchShifts(SearchShiftsRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `Shift` records for a business.
- searchShifts(SearchShiftsRequest) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `Shift` records for a business.
- searchShiftsAsync(SearchShiftsRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Returns a paginated list of `Shift` records for a business.
- searchShiftsAsync(SearchShiftsRequest) - Method in interface com.squareup.square.api.LaborApi
-
Returns a paginated list of `Shift` records for a business.
- SearchShiftsRequest - Class in com.squareup.square.models
-
This is a model class for SearchShiftsRequest type.
- SearchShiftsRequest(ShiftQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchShiftsRequest
-
Initialization constructor.
- SearchShiftsRequest.Builder - Class in com.squareup.square.models
-
- SearchShiftsResponse - Class in com.squareup.square.models
-
This is a model class for SearchShiftsResponse type.
- SearchShiftsResponse(List<Shift>, String, List<Error>) - Constructor for class com.squareup.square.models.SearchShiftsResponse
-
Initialization constructor.
- SearchShiftsResponse.Builder - Class in com.squareup.square.models
-
- searchSubscriptions(SearchSubscriptionsRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Searches for subscriptions.
- searchSubscriptions(SearchSubscriptionsRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Searches for subscriptions.
- searchSubscriptionsAsync(SearchSubscriptionsRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Searches for subscriptions.
- searchSubscriptionsAsync(SearchSubscriptionsRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Searches for subscriptions.
- SearchSubscriptionsFilter - Class in com.squareup.square.models
-
This is a model class for SearchSubscriptionsFilter type.
- SearchSubscriptionsFilter(List<String>, List<String>, List<String>) - Constructor for class com.squareup.square.models.SearchSubscriptionsFilter
-
Initialization constructor.
- SearchSubscriptionsFilter(OptionalNullable<List<String>>, OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchSubscriptionsFilter
-
Initialization constructor.
- SearchSubscriptionsFilter.Builder - Class in com.squareup.square.models
-
- SearchSubscriptionsQuery - Class in com.squareup.square.models
-
This is a model class for SearchSubscriptionsQuery type.
- SearchSubscriptionsQuery(SearchSubscriptionsFilter) - Constructor for class com.squareup.square.models.SearchSubscriptionsQuery
-
Initialization constructor.
- SearchSubscriptionsQuery.Builder - Class in com.squareup.square.models
-
- SearchSubscriptionsRequest - Class in com.squareup.square.models
-
This is a model class for SearchSubscriptionsRequest type.
- SearchSubscriptionsRequest(String, Integer, SearchSubscriptionsQuery, List<String>) - Constructor for class com.squareup.square.models.SearchSubscriptionsRequest
-
Initialization constructor.
- SearchSubscriptionsRequest.Builder - Class in com.squareup.square.models
-
- SearchSubscriptionsResponse - Class in com.squareup.square.models
-
This is a model class for SearchSubscriptionsResponse type.
- SearchSubscriptionsResponse(List<Error>, List<Subscription>, String) - Constructor for class com.squareup.square.models.SearchSubscriptionsResponse
-
Initialization constructor.
- SearchSubscriptionsResponse.Builder - Class in com.squareup.square.models
-
- searchTeamMembers(SearchTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Returns a paginated list of `TeamMember` objects for a business.
- searchTeamMembers(SearchTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Returns a paginated list of `TeamMember` objects for a business.
- searchTeamMembersAsync(SearchTeamMembersRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Returns a paginated list of `TeamMember` objects for a business.
- searchTeamMembersAsync(SearchTeamMembersRequest) - Method in interface com.squareup.square.api.TeamApi
-
Returns a paginated list of `TeamMember` objects for a business.
- SearchTeamMembersFilter - Class in com.squareup.square.models
-
This is a model class for SearchTeamMembersFilter type.
- SearchTeamMembersFilter(List<String>, String, Boolean) - Constructor for class com.squareup.square.models.SearchTeamMembersFilter
-
Initialization constructor.
- SearchTeamMembersFilter(OptionalNullable<List<String>>, String, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.SearchTeamMembersFilter
-
Initialization constructor.
- SearchTeamMembersFilter.Builder - Class in com.squareup.square.models
-
- SearchTeamMembersQuery - Class in com.squareup.square.models
-
This is a model class for SearchTeamMembersQuery type.
- SearchTeamMembersQuery(SearchTeamMembersFilter) - Constructor for class com.squareup.square.models.SearchTeamMembersQuery
-
Initialization constructor.
- SearchTeamMembersQuery.Builder - Class in com.squareup.square.models
-
- SearchTeamMembersRequest - Class in com.squareup.square.models
-
This is a model class for SearchTeamMembersRequest type.
- SearchTeamMembersRequest(SearchTeamMembersQuery, Integer, String) - Constructor for class com.squareup.square.models.SearchTeamMembersRequest
-
Initialization constructor.
- SearchTeamMembersRequest.Builder - Class in com.squareup.square.models
-
- SearchTeamMembersResponse - Class in com.squareup.square.models
-
This is a model class for SearchTeamMembersResponse type.
- SearchTeamMembersResponse(List<TeamMember>, String, List<Error>) - Constructor for class com.squareup.square.models.SearchTeamMembersResponse
-
Initialization constructor.
- SearchTeamMembersResponse.Builder - Class in com.squareup.square.models
-
- searchTerminalActions(SearchTerminalActionsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a filtered list of Terminal action requests created by the account making the
request.
- searchTerminalActions(SearchTerminalActionsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a filtered list of Terminal action requests created by the account making the
request.
- searchTerminalActionsAsync(SearchTerminalActionsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a filtered list of Terminal action requests created by the account making the
request.
- searchTerminalActionsAsync(SearchTerminalActionsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a filtered list of Terminal action requests created by the account making the
request.
- SearchTerminalActionsRequest - Class in com.squareup.square.models
-
This is a model class for SearchTerminalActionsRequest type.
- SearchTerminalActionsRequest(TerminalActionQuery, String, Integer) - Constructor for class com.squareup.square.models.SearchTerminalActionsRequest
-
Initialization constructor.
- SearchTerminalActionsRequest.Builder - Class in com.squareup.square.models
-
- SearchTerminalActionsResponse - Class in com.squareup.square.models
-
This is a model class for SearchTerminalActionsResponse type.
- SearchTerminalActionsResponse(List<Error>, List<TerminalAction>, String) - Constructor for class com.squareup.square.models.SearchTerminalActionsResponse
-
Initialization constructor.
- SearchTerminalActionsResponse.Builder - Class in com.squareup.square.models
-
- searchTerminalCheckouts(SearchTerminalCheckoutsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Returns a filtered list of Terminal checkout requests created by the application making the
request.
- searchTerminalCheckouts(SearchTerminalCheckoutsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Returns a filtered list of Terminal checkout requests created by the application making the
request.
- searchTerminalCheckoutsAsync(SearchTerminalCheckoutsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Returns a filtered list of Terminal checkout requests created by the application making the
request.
- searchTerminalCheckoutsAsync(SearchTerminalCheckoutsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Returns a filtered list of Terminal checkout requests created by the application making the
request.
- SearchTerminalCheckoutsRequest - Class in com.squareup.square.models
-
This is a model class for SearchTerminalCheckoutsRequest type.
- SearchTerminalCheckoutsRequest(TerminalCheckoutQuery, String, Integer) - Constructor for class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
Initialization constructor.
- SearchTerminalCheckoutsRequest.Builder - Class in com.squareup.square.models
-
- SearchTerminalCheckoutsResponse - Class in com.squareup.square.models
-
This is a model class for SearchTerminalCheckoutsResponse type.
- SearchTerminalCheckoutsResponse(List<Error>, List<TerminalCheckout>, String) - Constructor for class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
Initialization constructor.
- SearchTerminalCheckoutsResponse.Builder - Class in com.squareup.square.models
-
- searchTerminalRefunds(SearchTerminalRefundsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a filtered list of Interac Terminal refund requests created by the seller making
the request.
- searchTerminalRefunds(SearchTerminalRefundsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a filtered list of Interac Terminal refund requests created by the seller making
the request.
- searchTerminalRefundsAsync(SearchTerminalRefundsRequest) - Method in class com.squareup.square.api.DefaultTerminalApi
-
Retrieves a filtered list of Interac Terminal refund requests created by the seller making
the request.
- searchTerminalRefundsAsync(SearchTerminalRefundsRequest) - Method in interface com.squareup.square.api.TerminalApi
-
Retrieves a filtered list of Interac Terminal refund requests created by the seller making
the request.
- SearchTerminalRefundsRequest - Class in com.squareup.square.models
-
This is a model class for SearchTerminalRefundsRequest type.
- SearchTerminalRefundsRequest(TerminalRefundQuery, String, Integer) - Constructor for class com.squareup.square.models.SearchTerminalRefundsRequest
-
Initialization constructor.
- SearchTerminalRefundsRequest.Builder - Class in com.squareup.square.models
-
- SearchTerminalRefundsResponse - Class in com.squareup.square.models
-
This is a model class for SearchTerminalRefundsResponse type.
- SearchTerminalRefundsResponse(List<Error>, List<TerminalRefund>, String) - Constructor for class com.squareup.square.models.SearchTerminalRefundsResponse
-
Initialization constructor.
- SearchTerminalRefundsResponse.Builder - Class in com.squareup.square.models
-
- searchVendors(SearchVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Searches for vendors using a filter against supported [Vendor]($m/Vendor) properties and a
supported sorter.
- searchVendors(SearchVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Searches for vendors using a filter against supported [Vendor]($m/Vendor) properties and a
supported sorter.
- searchVendorsAsync(SearchVendorsRequest) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Searches for vendors using a filter against supported [Vendor]($m/Vendor) properties and a
supported sorter.
- searchVendorsAsync(SearchVendorsRequest) - Method in interface com.squareup.square.api.VendorsApi
-
Searches for vendors using a filter against supported [Vendor]($m/Vendor) properties and a
supported sorter.
- SearchVendorsRequest - Class in com.squareup.square.models
-
This is a model class for SearchVendorsRequest type.
- SearchVendorsRequest(SearchVendorsRequestFilter, SearchVendorsRequestSort, String) - Constructor for class com.squareup.square.models.SearchVendorsRequest
-
Initialization constructor.
- SearchVendorsRequest.Builder - Class in com.squareup.square.models
-
- SearchVendorsRequestFilter - Class in com.squareup.square.models
-
This is a model class for SearchVendorsRequestFilter type.
- SearchVendorsRequestFilter(List<String>, List<String>) - Constructor for class com.squareup.square.models.SearchVendorsRequestFilter
-
Initialization constructor.
- SearchVendorsRequestFilter(OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.SearchVendorsRequestFilter
-
Initialization constructor.
- SearchVendorsRequestFilter.Builder - Class in com.squareup.square.models
-
- SearchVendorsRequestSort - Class in com.squareup.square.models
-
This is a model class for SearchVendorsRequestSort type.
- SearchVendorsRequestSort(String, String) - Constructor for class com.squareup.square.models.SearchVendorsRequestSort
-
Initialization constructor.
- SearchVendorsRequestSort.Builder - Class in com.squareup.square.models
-
- SearchVendorsResponse - Class in com.squareup.square.models
-
This is a model class for SearchVendorsResponse type.
- SearchVendorsResponse(List<Error>, List<Vendor>, String) - Constructor for class com.squareup.square.models.SearchVendorsResponse
-
Initialization constructor.
- SearchVendorsResponse.Builder - Class in com.squareup.square.models
-
- secondaryBankIdentificationNumber(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for secondaryBankIdentificationNumber.
- secureConnection(String) - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
Setter for secureConnection.
- segment(CustomerSegment) - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse.Builder
-
Setter for segment.
- SegmentFilter - Class in com.squareup.square.models
-
This is a model class for SegmentFilter type.
- SegmentFilter(String, FilterValue) - Constructor for class com.squareup.square.models.SegmentFilter
-
Initialization constructor.
- SegmentFilter.Builder - Class in com.squareup.square.models
-
- segmentFilters(List<SegmentFilter>) - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Setter for segmentFilters.
- segmentIds(List<String>) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for segmentIds.
- segmentIds(FilterValue) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for segmentIds.
- segments(List<CustomerSegment>) - Method in class com.squareup.square.models.ListCustomerSegmentsResponse.Builder
-
Setter for segments.
- selectedOption(SelectOption) - Method in class com.squareup.square.models.SelectOptions.Builder
-
Setter for selectedOption.
- selection(FilterValue) - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
Setter for selection.
- selectionConfig(CatalogCustomAttributeDefinitionSelectionConfig) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for selectionConfig.
- selectionType(String) - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
Setter for selectionType.
- selectionUidsFilter(List<String>) - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
Setter for selectionUidsFilter.
- selectionUidValues(List<String>) - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
Setter for selectionUidValues.
- SelectOption - Class in com.squareup.square.models
-
This is a model class for SelectOption type.
- SelectOption(String, String) - Constructor for class com.squareup.square.models.SelectOption
-
Initialization constructor.
- SelectOption.Builder - Class in com.squareup.square.models
-
- SelectOptions - Class in com.squareup.square.models
-
This is a model class for SelectOptions type.
- SelectOptions(String, String, List<SelectOption>, SelectOption) - Constructor for class com.squareup.square.models.SelectOptions
-
Initialization constructor.
- selectOptions(SelectOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for selectOptions.
- SelectOptions.Builder - Class in com.squareup.square.models
-
- sellable(Boolean) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for sellable.
- sellerId(String) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for sellerId.
- sellerKeyedIn(Boolean) - Method in class com.squareup.square.models.CustomerDetails.Builder
-
Setter for sellerKeyedIn.
- sellerNote(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for sellerNote.
- sellerVisibility(String) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for sellerVisibility.
- sentAt(String) - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
Setter for sentAt.
- separateTipScreen(Boolean) - Method in class com.squareup.square.models.TipSettings.Builder
-
Setter for separateTipScreen.
- serialNumber(String) - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
Setter for serialNumber.
- Server - Enum in com.squareup.square
-
Server to be used.
- serviceChargeMoney(Money) - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
Setter for serviceChargeMoney.
- serviceCharges(List<OrderServiceCharge>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for serviceCharges.
- serviceChargeUid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge.Builder
-
Setter for serviceChargeUid.
- serviceDuration(Long) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for serviceDuration.
- serviceVariationId(String) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for serviceVariationId.
- serviceVariationId(String) - Method in class com.squareup.square.models.SegmentFilter.Builder
-
Setter for serviceVariationId.
- serviceVariationVersion(Long) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for serviceVariationVersion.
- sessionLocation(String) - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
Setter for sessionLocation.
- setQuery(CatalogQuerySet) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for setQuery.
- settledAt(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for settledAt.
- shift(Shift) - Method in class com.squareup.square.models.CreateShiftRequest.Builder
-
Setter for shift.
- shift(Shift) - Method in class com.squareup.square.models.CreateShiftResponse.Builder
-
Setter for shift.
- shift(Shift) - Method in class com.squareup.square.models.GetShiftResponse.Builder
-
Setter for shift.
- Shift - Class in com.squareup.square.models
-
This is a model class for Shift type.
- Shift(String, String, String, String, String, String, ShiftWage, List<Break>, String, Integer, String, String, String, Money) - Constructor for class com.squareup.square.models.Shift
-
Initialization constructor.
- Shift(String, String, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, ShiftWage, OptionalNullable<List<Break>>, String, Integer, String, String, OptionalNullable<String>, Money) - Constructor for class com.squareup.square.models.Shift
-
Initialization constructor.
- shift(Shift) - Method in class com.squareup.square.models.UpdateShiftRequest.Builder
-
Setter for shift.
- shift(Shift) - Method in class com.squareup.square.models.UpdateShiftResponse.Builder
-
Setter for shift.
- Shift.Builder - Class in com.squareup.square.models
-
Class to build instances of
Shift.
- ShiftFilter - Class in com.squareup.square.models
-
This is a model class for ShiftFilter type.
- ShiftFilter(List<String>, List<String>, String, TimeRange, TimeRange, ShiftWorkday, List<String>) - Constructor for class com.squareup.square.models.ShiftFilter
-
Initialization constructor.
- ShiftFilter(OptionalNullable<List<String>>, OptionalNullable<List<String>>, String, TimeRange, TimeRange, ShiftWorkday, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.ShiftFilter
-
Initialization constructor.
- ShiftFilter.Builder - Class in com.squareup.square.models
-
- ShiftQuery - Class in com.squareup.square.models
-
This is a model class for ShiftQuery type.
- ShiftQuery(ShiftFilter, ShiftSort) - Constructor for class com.squareup.square.models.ShiftQuery
-
Initialization constructor.
- ShiftQuery.Builder - Class in com.squareup.square.models
-
- shifts(List<Shift>) - Method in class com.squareup.square.models.SearchShiftsResponse.Builder
-
Setter for shifts.
- ShiftSort - Class in com.squareup.square.models
-
This is a model class for ShiftSort type.
- ShiftSort(String, String) - Constructor for class com.squareup.square.models.ShiftSort
-
Initialization constructor.
- ShiftSort.Builder - Class in com.squareup.square.models
-
- ShiftWage - Class in com.squareup.square.models
-
This is a model class for ShiftWage type.
- ShiftWage(String, Money, String, Boolean) - Constructor for class com.squareup.square.models.ShiftWage
-
Initialization constructor.
- ShiftWage(OptionalNullable<String>, Money, String, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.ShiftWage
-
Initialization constructor.
- ShiftWage.Builder - Class in com.squareup.square.models
-
- ShiftWorkday - Class in com.squareup.square.models
-
This is a model class for ShiftWorkday type.
- ShiftWorkday(DateRange, String, String) - Constructor for class com.squareup.square.models.ShiftWorkday
-
Initialization constructor.
- ShiftWorkday(DateRange, String, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ShiftWorkday
-
Initialization constructor.
- ShiftWorkday.Builder - Class in com.squareup.square.models
-
- shipmentDetails(FulfillmentShipmentDetails) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for shipmentDetails.
- shipmentDetails(OrderFulfillmentShipmentDetails) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for shipmentDetails.
- shippedAt(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for shippedAt.
- shippedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for shippedAt.
- shippedTrackingNumber(String) - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
Setter for shippedTrackingNumber.
- shippingAddress(Address) - Method in class com.squareup.square.models.ChargeRequest.Builder
-
Setter for shippingAddress.
- shippingAddress(Address) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for shippingAddress.
- shippingAddress(Address) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for shippingAddress.
- shippingAddress(Address) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for shippingAddress.
- shippingAddress(Address) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for shippingAddress.
- shippingFee(ShippingFee) - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
Setter for shippingFee.
- ShippingFee - Class in com.squareup.square.models
-
This is a model class for ShippingFee type.
- ShippingFee(Money, String) - Constructor for class com.squareup.square.models.ShippingFee
-
Initialization constructor.
- ShippingFee(Money, OptionalNullable<String>) - Constructor for class com.squareup.square.models.ShippingFee
-
Initialization constructor.
- ShippingFee.Builder - Class in com.squareup.square.models
-
- shippingNote(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for shippingNote.
- shippingNote(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for shippingNote.
- shippingType(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for shippingType.
- shippingType(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for shippingType.
- shortLived(Boolean) - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
Setter for shortLived.
- shortLived(Boolean) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for shortLived.
- shouldOverrideHttpClientConfigurations() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Allow the SDK to override HTTP client instance's settings used for features like retries,
timeouts etc.
- shouldOverrideHttpClientConfigurations() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
Allow the SDK to override HTTP client instance's settings used for features like retries,
timeouts etc.
- shouldRetryOnTimeout(boolean) - Method in class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
Whether to retry on request timeout.
- shouldRetryOnTimeout() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Whether to retry on request timeout.
- shouldRetryOnTimeout() - Method in interface com.squareup.square.http.client.ReadonlyHttpClientConfiguration
-
Whether to retry on request timeout.
- showColors(Boolean) - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
Setter for showColors.
- showItemizedCart(Boolean) - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Setter for showItemizedCart.
- shutdown() - Static method in class com.squareup.square.SquareClient
-
Shutdown the underlying HttpClient instance.
- signalStrength(DeviceComponentDetailsMeasurement) - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
Setter for signalStrength.
- signature(List<SignatureImage>) - Method in class com.squareup.square.models.SignatureOptions.Builder
-
Setter for signature.
- SignatureImage - Class in com.squareup.square.models
-
This is a model class for SignatureImage type.
- SignatureImage(String, String) - Constructor for class com.squareup.square.models.SignatureImage
-
Initialization constructor.
- SignatureImage.Builder - Class in com.squareup.square.models
-
- signatureKey(String) - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse.Builder
-
Setter for signatureKey.
- signatureKey(String) - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
Setter for signatureKey.
- SignatureOptions - Class in com.squareup.square.models
-
This is a model class for SignatureOptions type.
- SignatureOptions(String, String, List<SignatureImage>) - Constructor for class com.squareup.square.models.SignatureOptions
-
Initialization constructor.
- signatureOptions(SignatureOptions) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for signatureOptions.
- SignatureOptions.Builder - Class in com.squareup.square.models
-
- singleQuantityMoney(V1Money) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for singleQuantityMoney.
- Site - Class in com.squareup.square.models
-
This is a model class for Site type.
- Site(String, String, String, Boolean, String, String) - Constructor for class com.squareup.square.models.Site
-
Initialization constructor.
- Site(String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Boolean>, String, String) - Constructor for class com.squareup.square.models.Site
-
Initialization constructor.
- Site.Builder - Class in com.squareup.square.models
-
Class to build instances of
Site.
- siteId(String) - Method in class com.squareup.square.models.Snippet.Builder
-
Setter for siteId.
- sites(List<Site>) - Method in class com.squareup.square.models.ListSitesResponse.Builder
-
Setter for sites.
- SitesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- siteTitle(String) - Method in class com.squareup.square.models.Site.Builder
-
Setter for siteTitle.
- skipBookingFlowStaffSelection(Boolean) - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
Setter for skipBookingFlowStaffSelection.
- skipModifierScreen(Boolean) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for skipModifierScreen.
- skipReceiptScreen(Boolean) - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Setter for skipReceiptScreen.
- sku(String) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for sku.
- sku(String) - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
Setter for sku.
- smartTipping(Boolean) - Method in class com.squareup.square.models.TipSettings.Builder
-
Setter for smartTipping.
- smartTippingEnabled(Boolean) - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
Setter for smartTippingEnabled.
- smartTips(List<Money>) - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
Setter for smartTips.
- snippet(Snippet) - Method in class com.squareup.square.models.RetrieveSnippetResponse.Builder
-
Setter for snippet.
- Snippet - Class in com.squareup.square.models
-
This is a model class for Snippet type.
- Snippet(String, String, String, String, String) - Constructor for class com.squareup.square.models.Snippet
-
Initialization constructor.
- snippet(Snippet) - Method in class com.squareup.square.models.SnippetResponse.Builder
-
Setter for snippet.
- snippet(Snippet) - Method in class com.squareup.square.models.UpsertSnippetRequest.Builder
-
Setter for snippet.
- snippet(Snippet) - Method in class com.squareup.square.models.UpsertSnippetResponse.Builder
-
Setter for snippet.
- Snippet.Builder - Class in com.squareup.square.models
-
Class to build instances of
Snippet.
- SnippetResponse - Class in com.squareup.square.models
-
This is a model class for SnippetResponse type.
- SnippetResponse(List<Error>, Snippet) - Constructor for class com.squareup.square.models.SnippetResponse
-
Initialization constructor.
- SnippetResponse.Builder - Class in com.squareup.square.models
-
- SnippetsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- soldOut(Boolean) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for soldOut.
- soldOut(Boolean) - Method in class com.squareup.square.models.ModifierLocationOverrides.Builder
-
Setter for soldOut.
- soldOutValidUntil(String) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for soldOutValidUntil.
- sort(CustomerSort) - Method in class com.squareup.square.models.CustomerQuery.Builder
-
Setter for sort.
- sort(InvoiceSort) - Method in class com.squareup.square.models.InvoiceQuery.Builder
-
Setter for sort.
- sort(SearchOrdersSort) - Method in class com.squareup.square.models.SearchOrdersQuery.Builder
-
Setter for sort.
- sort(SearchVendorsRequestSort) - Method in class com.squareup.square.models.SearchVendorsRequest.Builder
-
Setter for sort.
- sort(ShiftSort) - Method in class com.squareup.square.models.ShiftQuery.Builder
-
Setter for sort.
- sort(TerminalActionQuerySort) - Method in class com.squareup.square.models.TerminalActionQuery.Builder
-
Setter for sort.
- sort(TerminalCheckoutQuerySort) - Method in class com.squareup.square.models.TerminalCheckoutQuery.Builder
-
Setter for sort.
- sort(TerminalRefundQuerySort) - Method in class com.squareup.square.models.TerminalRefundQuery.Builder
-
Setter for sort.
- sortedAttributeQuery(CatalogQuerySortedAttribute) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for sortedAttributeQuery.
- sortField(String) - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
Setter for sortField.
- sortField(String) - Method in class com.squareup.square.models.SearchOrdersSort.Builder
-
Setter for sortField.
- sortName(String) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for sortName.
- sortOrder(String) - Method in class com.squareup.square.models.CatalogQuerySortedAttribute.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.SearchOrdersSort.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.TerminalActionQuerySort.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.TerminalCheckoutQuerySort.Builder
-
Setter for sortOrder.
- sortOrder(String) - Method in class com.squareup.square.models.TerminalRefundQuerySort.Builder
-
Setter for sortOrder.
- source(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for source.
- source(SubscriptionSource) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for source.
- source(String) - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
Setter for source.
- source(SourceApplication) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for source.
- source(SourceApplication) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for source.
- source(SourceApplication) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for source.
- source(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for source.
- source(OrderSource) - Method in class com.squareup.square.models.Order.Builder
-
Setter for source.
- source(SubscriptionSource) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for source.
- sourceApplication(SourceApplication) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for sourceApplication.
- SourceApplication - Class in com.squareup.square.models
-
This is a model class for SourceApplication type.
- SourceApplication(String, String, String) - Constructor for class com.squareup.square.models.SourceApplication
-
Initialization constructor.
- SourceApplication(String, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.SourceApplication
-
Initialization constructor.
- SourceApplication.Builder - Class in com.squareup.square.models
-
- sourceDiscountUid(String) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for sourceDiscountUid.
- sourceFeeMoney(Money) - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
Setter for sourceFeeMoney.
- sourceFilter(SearchOrdersSourceFilter) - Method in class com.squareup.square.models.SearchOrdersFilter.Builder
-
Setter for sourceFilter.
- sourceId(String) - Method in class com.squareup.square.models.CreateCardRequest.Builder
-
Setter for sourceId.
- sourceId(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for sourceId.
- sourceId(String) - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
Setter for sourceId.
- sourceLineItemUid(String) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for sourceLineItemUid.
- sourceModifierUid(String) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for sourceModifierUid.
- sourceNames(List<String>) - Method in class com.squareup.square.models.SearchOrdersSourceFilter.Builder
-
Setter for sourceNames.
- sourceNames(List<String>) - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
Setter for sourceNames.
- sourceOrderId(String) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for sourceOrderId.
- sourceServiceChargeUid(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for sourceServiceChargeUid.
- sourceTaxUid(String) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for sourceTaxUid.
- sourceTenderId(String) - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
Setter for sourceTenderId.
- sourceTenderUid(String) - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
Setter for sourceTenderUid.
- sourceType(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for sourceType.
- sourceType(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for sourceType.
- spendData(LoyaltyProgramAccrualRuleSpendData) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
Setter for spendData.
- squareAccountDetails(SquareAccountDetails) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for squareAccountDetails.
- SquareAccountDetails - Class in com.squareup.square.models
-
This is a model class for SquareAccountDetails type.
- SquareAccountDetails(String, List<Error>) - Constructor for class com.squareup.square.models.SquareAccountDetails
-
Initialization constructor.
- SquareAccountDetails(OptionalNullable<String>, OptionalNullable<List<Error>>) - Constructor for class com.squareup.square.models.SquareAccountDetails
-
Initialization constructor.
- squareAccountDetails(TenderSquareAccountDetails) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for squareAccountDetails.
- SquareAccountDetails.Builder - Class in com.squareup.square.models
-
- SquareClient - Class in com.squareup.square
-
Gateway class for the library.
- SquareClient.Builder - Class in com.squareup.square
-
- SquareClientInterface - Interface in com.squareup.square
-
Gateway interface for the library.
- squareDeliveryId(String) - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
Setter for squareDeliveryId.
- squareDeliveryId(String) - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
Setter for squareDeliveryId.
- squareGiftCard(Boolean) - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
Setter for squareGiftCard.
- squareProduct(String) - Method in class com.squareup.square.models.ApplicationDetails.Builder
-
Setter for squareProduct.
- squareVersion(String) - Method in class com.squareup.square.SquareClient.Builder
-
Square Connect API versions.
- ssid(String) - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
Setter for ssid.
- standardName(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
Setter for standardName.
- standardName(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
Setter for standardName.
- StandardUnitDescription - Class in com.squareup.square.models
-
This is a model class for StandardUnitDescription type.
- StandardUnitDescription(MeasurementUnit, String, String) - Constructor for class com.squareup.square.models.StandardUnitDescription
-
Initialization constructor.
- StandardUnitDescription(MeasurementUnit, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.StandardUnitDescription
-
Initialization constructor.
- StandardUnitDescription.Builder - Class in com.squareup.square.models
-
- standardUnitDescriptionGroup(StandardUnitDescriptionGroup) - Method in class com.squareup.square.models.CatalogInfoResponse.Builder
-
Setter for standardUnitDescriptionGroup.
- StandardUnitDescriptionGroup - Class in com.squareup.square.models
-
This is a model class for StandardUnitDescriptionGroup type.
- StandardUnitDescriptionGroup(List<StandardUnitDescription>, String) - Constructor for class com.squareup.square.models.StandardUnitDescriptionGroup
-
Initialization constructor.
- StandardUnitDescriptionGroup(OptionalNullable<List<StandardUnitDescription>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.StandardUnitDescriptionGroup
-
Initialization constructor.
- StandardUnitDescriptionGroup.Builder - Class in com.squareup.square.models
-
- standardUnitDescriptions(List<StandardUnitDescription>) - Method in class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
Setter for standardUnitDescriptions.
- start(TimeRange) - Method in class com.squareup.square.models.ShiftFilter.Builder
-
Setter for start.
- startAt(String) - Method in class com.squareup.square.models.Availability.Builder
-
Setter for startAt.
- startAt(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for startAt.
- startAt(String) - Method in class com.squareup.square.models.Break.Builder
-
Setter for startAt.
- startAt(String) - Method in class com.squareup.square.models.FloatNumberRange.Builder
-
Setter for startAt.
- startAt(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for startAt.
- startAt(String) - Method in class com.squareup.square.models.TimeRange.Builder
-
Setter for startAt.
- startAtMax(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for startAtMax.
- startAtMin(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for startAtMin.
- startAtRange(TimeRange) - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Setter for startAtRange.
- startDate(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for startDate.
- startDate(String) - Method in class com.squareup.square.models.DateRange.Builder
-
Setter for startDate.
- startDate(String) - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData.Builder
-
Setter for startDate.
- startDate(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for startDate.
- startLocalTime(String) - Method in class com.squareup.square.models.BusinessHoursPeriod.Builder
-
Setter for startLocalTime.
- startLocalTime(String) - Method in class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
Setter for startLocalTime.
- startOfDayLocalTime(String) - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
Setter for startOfDayLocalTime.
- startOfWeek(String) - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
Setter for startOfWeek.
- state(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.InventoryCount.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.OrderCreated.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.OrderUpdated.Builder
-
Setter for state.
- state(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for state.
- stateFilter(SearchOrdersStateFilter) - Method in class com.squareup.square.models.SearchOrdersFilter.Builder
-
Setter for stateFilter.
- statementDescription(String) - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
Setter for statementDescription.
- statementDescription(String) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for statementDescription.
- statementDescriptionIdentifier(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for statementDescriptionIdentifier.
- statementDescriptionIdentifier(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for statementDescriptionIdentifier.
- statementDescriptionIdentifier(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for statementDescriptionIdentifier.
- states(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for states.
- states(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for states.
- states(List<String>) - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
Setter for states.
- states(List<String>) - Method in class com.squareup.square.models.SearchOrdersStateFilter.Builder
-
Setter for states.
- status(String) - Method in class com.squareup.square.models.BankAccount.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
Setter for status.
- status(DeviceStatus) - Method in class com.squareup.square.models.Device.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.GiftCardActivityRedeem.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
Setter for status.
- status(List<String>) - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Merchant.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.RegisterDomainResponse.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
Setter for status.
- status(List<String>) - Method in class com.squareup.square.models.SearchVendorsRequestFilter.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.ShiftFilter.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TenderBankAccountDetails.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TenderCardDetails.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TenderSquareAccountDetails.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.V1Settlement.Builder
-
Setter for status.
- status(String) - Method in class com.squareup.square.models.Vendor.Builder
-
Setter for status.
- statusChangedAt(String) - Method in class com.squareup.square.models.DeviceCode.Builder
-
Setter for statusChangedAt.
- statusCode(Integer) - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
Setter for statusCode.
- stockable(Boolean) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for stockable.
- stockableConversion(CatalogStockConversion) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for stockableConversion.
- stockableItemVariationId(String) - Method in class com.squareup.square.models.CatalogStockConversion.Builder
-
Setter for stockableItemVariationId.
- stockableQuantity(String) - Method in class com.squareup.square.models.CatalogStockConversion.Builder
-
Setter for stockableQuantity.
- stockLevels(List<String>) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for stockLevels.
- storePaymentMethodEnabled(Boolean) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for storePaymentMethodEnabled.
- stringConfig(CatalogCustomAttributeDefinitionStringConfig) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for stringConfig.
- stringFilter(String) - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
Setter for stringFilter.
- stringValue(String) - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
Setter for stringValue.
- sublocality(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for sublocality.
- sublocality2(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for sublocality2.
- sublocality3(String) - Method in class com.squareup.square.models.Address.Builder
-
Setter for sublocality3.
- submitEvidence(String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Submits evidence to the cardholder's bank.
- submitEvidence(String) - Method in interface com.squareup.square.api.DisputesApi
-
Submits evidence to the cardholder's bank.
- submitEvidenceAsync(String) - Method in class com.squareup.square.api.DefaultDisputesApi
-
Submits evidence to the cardholder's bank.
- submitEvidenceAsync(String) - Method in interface com.squareup.square.api.DisputesApi
-
Submits evidence to the cardholder's bank.
- SubmitEvidenceResponse - Class in com.squareup.square.models
-
This is a model class for SubmitEvidenceResponse type.
- SubmitEvidenceResponse(List<Error>, Dispute) - Constructor for class com.squareup.square.models.SubmitEvidenceResponse
-
Initialization constructor.
- SubmitEvidenceResponse.Builder - Class in com.squareup.square.models
-
- subscription(Subscription) - Method in class com.squareup.square.models.CancelSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.CreateSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(WebhookSubscription) - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest.Builder
-
Setter for subscription.
- subscription(WebhookSubscription) - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.PauseSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.ResumeSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.RetrieveSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(WebhookSubscription) - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse.Builder
-
Setter for subscription.
- Subscription - Class in com.squareup.square.models
-
This is a model class for Subscription type.
- Subscription(String, String, String, String, String, String, String, String, String, List<String>, Money, Long, String, String, String, SubscriptionSource, List<SubscriptionAction>, Integer, List<Phase>) - Constructor for class com.squareup.square.models.Subscription
-
Initialization constructor.
- Subscription(String, String, String, String, String, OptionalNullable<String>, String, String, OptionalNullable<String>, List<String>, Money, Long, String, OptionalNullable<String>, String, SubscriptionSource, OptionalNullable<List<SubscriptionAction>>, Integer, List<Phase>) - Constructor for class com.squareup.square.models.Subscription
-
Initialization constructor.
- subscription(Subscription) - Method in class com.squareup.square.models.SwapPlanResponse.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.UpdateSubscriptionRequest.Builder
-
Setter for subscription.
- subscription(Subscription) - Method in class com.squareup.square.models.UpdateSubscriptionResponse.Builder
-
Setter for subscription.
- subscription(WebhookSubscription) - Method in class com.squareup.square.models.UpdateWebhookSubscriptionRequest.Builder
-
Setter for subscription.
- subscription(WebhookSubscription) - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse.Builder
-
Setter for subscription.
- Subscription.Builder - Class in com.squareup.square.models
-
- SubscriptionAction - Class in com.squareup.square.models
-
This is a model class for SubscriptionAction type.
- SubscriptionAction(String, String, String, Integer, List<Phase>, String) - Constructor for class com.squareup.square.models.SubscriptionAction
-
Initialization constructor.
- SubscriptionAction(String, String, OptionalNullable<String>, OptionalNullable<Integer>, OptionalNullable<List<Phase>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.SubscriptionAction
-
Initialization constructor.
- SubscriptionAction.Builder - Class in com.squareup.square.models
-
- SubscriptionEvent - Class in com.squareup.square.models
-
This is a model class for SubscriptionEvent type.
- SubscriptionEvent(String, String, String, String, Integer, SubscriptionEventInfo, List<Phase>) - Constructor for class com.squareup.square.models.SubscriptionEvent
-
Initialization constructor.
- SubscriptionEvent(String, String, String, String, Integer, SubscriptionEventInfo, OptionalNullable<List<Phase>>) - Constructor for class com.squareup.square.models.SubscriptionEvent
-
Initialization constructor.
- SubscriptionEvent.Builder - Class in com.squareup.square.models
-
- SubscriptionEventInfo - Class in com.squareup.square.models
-
This is a model class for SubscriptionEventInfo type.
- SubscriptionEventInfo(String, String) - Constructor for class com.squareup.square.models.SubscriptionEventInfo
-
Initialization constructor.
- SubscriptionEventInfo(OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.SubscriptionEventInfo
-
Initialization constructor.
- SubscriptionEventInfo.Builder - Class in com.squareup.square.models
-
- subscriptionEvents(List<SubscriptionEvent>) - Method in class com.squareup.square.models.ListSubscriptionEventsResponse.Builder
-
Setter for subscriptionEvents.
- subscriptionEventType(String) - Method in class com.squareup.square.models.SubscriptionEvent.Builder
-
Setter for subscriptionEventType.
- subscriptionId(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for subscriptionId.
- subscriptionId(String) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for subscriptionId.
- subscriptionId(String) - Method in class com.squareup.square.models.RenewTokenResponse.Builder
-
Setter for subscriptionId.
- SubscriptionPhase - Class in com.squareup.square.models
-
This is a model class for SubscriptionPhase type.
- SubscriptionPhase(String, String, Integer, Money, Long, SubscriptionPricing) - Constructor for class com.squareup.square.models.SubscriptionPhase
-
Initialization constructor.
- SubscriptionPhase(String, OptionalNullable<String>, OptionalNullable<Integer>, Money, OptionalNullable<Long>, SubscriptionPricing) - Constructor for class com.squareup.square.models.SubscriptionPhase
-
Initialization constructor.
- SubscriptionPhase.Builder - Class in com.squareup.square.models
-
- subscriptionPlanData(CatalogSubscriptionPlan) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for subscriptionPlanData.
- subscriptionPlanId(String) - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
Setter for subscriptionPlanId.
- subscriptionPlanId(String) - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
Setter for subscriptionPlanId.
- subscriptionPlans(List<CatalogObject>) - Method in class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
Setter for subscriptionPlans.
- subscriptionPlanVariationData(CatalogSubscriptionPlanVariation) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for subscriptionPlanVariationData.
- subscriptionPlanVariations(List<CatalogObject>) - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
Setter for subscriptionPlanVariations.
- SubscriptionPricing - Class in com.squareup.square.models
-
This is a model class for SubscriptionPricing type.
- SubscriptionPricing(String, List<String>, Money) - Constructor for class com.squareup.square.models.SubscriptionPricing
-
Initialization constructor.
- SubscriptionPricing(String, OptionalNullable<List<String>>, Money) - Constructor for class com.squareup.square.models.SubscriptionPricing
-
Initialization constructor.
- SubscriptionPricing.Builder - Class in com.squareup.square.models
-
- subscriptions(List<WebhookSubscription>) - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse.Builder
-
Setter for subscriptions.
- subscriptions(List<Subscription>) - Method in class com.squareup.square.models.SearchSubscriptionsResponse.Builder
-
Setter for subscriptions.
- SubscriptionsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- SubscriptionSource - Class in com.squareup.square.models
-
This is a model class for SubscriptionSource type.
- SubscriptionSource(String) - Constructor for class com.squareup.square.models.SubscriptionSource
-
Initialization constructor.
- SubscriptionSource(OptionalNullable<String>) - Constructor for class com.squareup.square.models.SubscriptionSource
-
Initialization constructor.
- SubscriptionSource.Builder - Class in com.squareup.square.models
-
- SubscriptionTestResult - Class in com.squareup.square.models
-
This is a model class for SubscriptionTestResult type.
- SubscriptionTestResult(String, Integer, String, String, String) - Constructor for class com.squareup.square.models.SubscriptionTestResult
-
Initialization constructor.
- SubscriptionTestResult(String, OptionalNullable<Integer>, OptionalNullable<String>, String, String) - Constructor for class com.squareup.square.models.SubscriptionTestResult
-
Initialization constructor.
- subscriptionTestResult(SubscriptionTestResult) - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse.Builder
-
Setter for subscriptionTestResult.
- SubscriptionTestResult.Builder - Class in com.squareup.square.models
-
- subtotalMoney(V1Money) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for subtotalMoney.
- success(Boolean) - Method in class com.squareup.square.models.RevokeTokenResponse.Builder
-
Setter for success.
- successorPlanVariationId(String) - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
Setter for successorPlanVariationId.
- supportSellerLevelWrites(Boolean) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for supportSellerLevelWrites.
- surchargeId(String) - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
Setter for surchargeId.
- surchargeMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for surchargeMoney.
- surcharges(List<V1PaymentSurcharge>) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for surcharges.
- swapPlan(String, SwapPlanRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `SWAP_PLAN` action to swap a subscription plan variation in an existing
subscription.
- swapPlan(String, SwapPlanRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `SWAP_PLAN` action to swap a subscription plan variation in an existing
subscription.
- swapPlanAsync(String, SwapPlanRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `SWAP_PLAN` action to swap a subscription plan variation in an existing
subscription.
- swapPlanAsync(String, SwapPlanRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `SWAP_PLAN` action to swap a subscription plan variation in an existing
subscription.
- SwapPlanRequest - Class in com.squareup.square.models
-
This is a model class for SwapPlanRequest type.
- SwapPlanRequest(String, List<PhaseInput>) - Constructor for class com.squareup.square.models.SwapPlanRequest
-
Initialization constructor.
- SwapPlanRequest(OptionalNullable<String>, OptionalNullable<List<PhaseInput>>) - Constructor for class com.squareup.square.models.SwapPlanRequest
-
Initialization constructor.
- SwapPlanRequest.Builder - Class in com.squareup.square.models
-
- SwapPlanResponse - Class in com.squareup.square.models
-
This is a model class for SwapPlanResponse type.
- SwapPlanResponse(List<Error>, Subscription, List<SubscriptionAction>) - Constructor for class com.squareup.square.models.SwapPlanResponse
-
Initialization constructor.
- SwapPlanResponse.Builder - Class in com.squareup.square.models
-
- swedishRoundingMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for swedishRoundingMoney.
- taxable(Boolean) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for taxable.
- taxable(Boolean) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for taxable.
- taxable(Boolean) - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
Setter for taxable.
- taxCatalogObjectId(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
Setter for taxCatalogObjectId.
- taxData(CatalogTax) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for taxData.
- taxes(List<OrderLineItemTax>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for taxes.
- taxes(List<V1PaymentTax>) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for taxes.
- taxes(List<V1PaymentTax>) - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
Setter for taxes.
- taxesToDisable(List<String>) - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
Setter for taxesToDisable.
- taxesToEnable(List<String>) - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
Setter for taxesToEnable.
- taxIds(List<String>) - Method in class com.squareup.square.models.CatalogItem.Builder
-
Setter for taxIds.
- taxIds(List<String>) - Method in class com.squareup.square.models.CatalogQueryItemsForTax.Builder
-
Setter for taxIds.
- taxIds(CustomerTaxIds) - Method in class com.squareup.square.models.CreateCustomerRequest.Builder
-
Setter for taxIds.
- taxIds(CustomerTaxIds) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for taxIds.
- taxIds(InvoiceRecipientTaxIds) - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
Setter for taxIds.
- taxIds(TaxIds) - Method in class com.squareup.square.models.Location.Builder
-
Setter for taxIds.
- TaxIds - Class in com.squareup.square.models
-
This is a model class for TaxIds type.
- TaxIds(String, String, String, String, String) - Constructor for class com.squareup.square.models.TaxIds
-
Initialization constructor.
- taxIds(CustomerTaxIds) - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
Setter for taxIds.
- TaxIds.Builder - Class in com.squareup.square.models
-
Class to build instances of
TaxIds.
- taxMode(String) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData.Builder
-
Setter for taxMode.
- taxMode(String) - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData.Builder
-
Setter for taxMode.
- taxMoney(Money) - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
Setter for taxMoney.
- taxMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for taxMoney.
- taxPercentage(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for taxPercentage.
- taxPercentage(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for taxPercentage.
- taxRateDescription(String) - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail.Builder
-
Setter for taxRateDescription.
- taxUid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedTax.Builder
-
Setter for taxUid.
- taxUid(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
Setter for taxUid.
- TeamApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- teamMember(TeamMember) - Method in class com.squareup.square.models.CreateTeamMemberRequest.Builder
-
Setter for teamMember.
- teamMember(TeamMember) - Method in class com.squareup.square.models.CreateTeamMemberResponse.Builder
-
Setter for teamMember.
- teamMember(TeamMember) - Method in class com.squareup.square.models.RetrieveTeamMemberResponse.Builder
-
Setter for teamMember.
- TeamMember - Class in com.squareup.square.models
-
This is a model class for TeamMember type.
- TeamMember(String, String, Boolean, String, String, String, String, String, String, String, TeamMemberAssignedLocations) - Constructor for class com.squareup.square.models.TeamMember
-
Initialization constructor.
- TeamMember(String, OptionalNullable<String>, Boolean, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, String, String, TeamMemberAssignedLocations) - Constructor for class com.squareup.square.models.TeamMember
-
Initialization constructor.
- teamMember(TeamMember) - Method in class com.squareup.square.models.UpdateTeamMemberRequest.Builder
-
Setter for teamMember.
- teamMember(TeamMember) - Method in class com.squareup.square.models.UpdateTeamMemberResponse.Builder
-
Setter for teamMember.
- TeamMember.Builder - Class in com.squareup.square.models
-
- TeamMemberAssignedLocations - Class in com.squareup.square.models
-
This is a model class for TeamMemberAssignedLocations type.
- TeamMemberAssignedLocations(String, List<String>) - Constructor for class com.squareup.square.models.TeamMemberAssignedLocations
-
Initialization constructor.
- TeamMemberAssignedLocations(String, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.TeamMemberAssignedLocations
-
Initialization constructor.
- TeamMemberAssignedLocations.Builder - Class in com.squareup.square.models
-
- teamMemberBookingProfile(TeamMemberBookingProfile) - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse.Builder
-
Setter for teamMemberBookingProfile.
- TeamMemberBookingProfile - Class in com.squareup.square.models
-
This is a model class for TeamMemberBookingProfile type.
- TeamMemberBookingProfile(String, String, String, Boolean, String) - Constructor for class com.squareup.square.models.TeamMemberBookingProfile
-
Initialization constructor.
- TeamMemberBookingProfile(String, String, String, OptionalNullable<Boolean>, String) - Constructor for class com.squareup.square.models.TeamMemberBookingProfile
-
Initialization constructor.
- TeamMemberBookingProfile.Builder - Class in com.squareup.square.models
-
- teamMemberBookingProfiles(Map<String, RetrieveTeamMemberBookingProfileResponse>) - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse.Builder
-
Setter for teamMemberBookingProfiles.
- teamMemberBookingProfiles(List<TeamMemberBookingProfile>) - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse.Builder
-
Setter for teamMemberBookingProfiles.
- teamMemberId(String) - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.BookingCreatorDetails.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for teamMemberId.
- teamMemberId(String) - Method in class com.squareup.square.models.WageSetting.Builder
-
Setter for teamMemberId.
- teamMemberIdFilter(FilterValue) - Method in class com.squareup.square.models.SegmentFilter.Builder
-
Setter for teamMemberIdFilter.
- teamMemberIds(List<String>) - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest.Builder
-
Setter for teamMemberIds.
- teamMemberIds(List<String>) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for teamMemberIds.
- teamMemberIds(List<String>) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for teamMemberIds.
- teamMemberIds(List<String>) - Method in class com.squareup.square.models.ShiftFilter.Builder
-
Setter for teamMemberIds.
- teamMembers(Map<String, CreateTeamMemberRequest>) - Method in class com.squareup.square.models.BulkCreateTeamMembersRequest.Builder
-
Setter for teamMembers.
- teamMembers(Map<String, CreateTeamMemberResponse>) - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse.Builder
-
Setter for teamMembers.
- teamMembers(Map<String, UpdateTeamMemberRequest>) - Method in class com.squareup.square.models.BulkUpdateTeamMembersRequest.Builder
-
Setter for teamMembers.
- teamMembers(Map<String, UpdateTeamMemberResponse>) - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse.Builder
-
Setter for teamMembers.
- teamMembers(List<TeamMember>) - Method in class com.squareup.square.models.SearchTeamMembersResponse.Builder
-
Setter for teamMembers.
- teamMemberWage(TeamMemberWage) - Method in class com.squareup.square.models.GetTeamMemberWageResponse.Builder
-
Setter for teamMemberWage.
- TeamMemberWage - Class in com.squareup.square.models
-
This is a model class for TeamMemberWage type.
- TeamMemberWage(String, String, String, Money, String, Boolean) - Constructor for class com.squareup.square.models.TeamMemberWage
-
Initialization constructor.
- TeamMemberWage(String, OptionalNullable<String>, OptionalNullable<String>, Money, OptionalNullable<String>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.TeamMemberWage
-
Initialization constructor.
- TeamMemberWage.Builder - Class in com.squareup.square.models
-
- teamMemberWages(List<TeamMemberWage>) - Method in class com.squareup.square.models.ListTeamMemberWagesResponse.Builder
-
Setter for teamMemberWages.
- Tender - Class in com.squareup.square.models
-
This is a model class for Tender type.
- Tender(String, String, String, String, String, String, Money, Money, Money, String, TenderCardDetails, TenderCashDetails, TenderBankAccountDetails, TenderBuyNowPayLaterDetails, TenderSquareAccountDetails, List<AdditionalRecipient>, String) - Constructor for class com.squareup.square.models.Tender
-
Initialization constructor.
- Tender(String, String, OptionalNullable<String>, OptionalNullable<String>, String, OptionalNullable<String>, Money, Money, Money, OptionalNullable<String>, TenderCardDetails, TenderCashDetails, TenderBankAccountDetails, TenderBuyNowPayLaterDetails, TenderSquareAccountDetails, OptionalNullable<List<AdditionalRecipient>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.Tender
-
Initialization constructor.
- tender(V1Tender) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for tender.
- tender(List<V1Tender>) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for tender.
- Tender.Builder - Class in com.squareup.square.models
-
Class to build instances of
Tender.
- TenderBankAccountDetails - Class in com.squareup.square.models
-
This is a model class for TenderBankAccountDetails type.
- TenderBankAccountDetails(String) - Constructor for class com.squareup.square.models.TenderBankAccountDetails
-
Initialization constructor.
- TenderBankAccountDetails.Builder - Class in com.squareup.square.models
-
- TenderBuyNowPayLaterDetails - Class in com.squareup.square.models
-
This is a model class for TenderBuyNowPayLaterDetails type.
- TenderBuyNowPayLaterDetails(String, String) - Constructor for class com.squareup.square.models.TenderBuyNowPayLaterDetails
-
Initialization constructor.
- TenderBuyNowPayLaterDetails.Builder - Class in com.squareup.square.models
-
- TenderCardDetails - Class in com.squareup.square.models
-
This is a model class for TenderCardDetails type.
- TenderCardDetails(String, Card, String) - Constructor for class com.squareup.square.models.TenderCardDetails
-
Initialization constructor.
- TenderCardDetails.Builder - Class in com.squareup.square.models
-
- TenderCashDetails - Class in com.squareup.square.models
-
This is a model class for TenderCashDetails type.
- TenderCashDetails(Money, Money) - Constructor for class com.squareup.square.models.TenderCashDetails
-
Initialization constructor.
- TenderCashDetails.Builder - Class in com.squareup.square.models
-
- tenderedAt(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for tenderedAt.
- tenderedMoney(V1Money) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for tenderedMoney.
- tenderId(String) - Method in class com.squareup.square.models.CreateRefundRequest.Builder
-
Setter for tenderId.
- tenderId(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for tenderId.
- tenders(List<Tender>) - Method in class com.squareup.square.models.Order.Builder
-
Setter for tenders.
- tenders(List<Tender>) - Method in class com.squareup.square.models.Transaction.Builder
-
Setter for tenders.
- TenderSquareAccountDetails - Class in com.squareup.square.models
-
This is a model class for TenderSquareAccountDetails type.
- TenderSquareAccountDetails(String) - Constructor for class com.squareup.square.models.TenderSquareAccountDetails
-
Initialization constructor.
- TenderSquareAccountDetails.Builder - Class in com.squareup.square.models
-
- TerminalAction - Class in com.squareup.square.models
-
This is a model class for TerminalAction type.
- TerminalAction(String, String, String, String, String, String, String, String, String, String, QrCodeOptions, SaveCardOptions, SignatureOptions, ConfirmationOptions, ReceiptOptions, DataCollectionOptions, SelectOptions, DeviceMetadata, Boolean, String) - Constructor for class com.squareup.square.models.TerminalAction
-
Initialization constructor.
- TerminalAction(String, OptionalNullable<String>, OptionalNullable<String>, String, String, String, String, String, String, String, QrCodeOptions, SaveCardOptions, SignatureOptions, ConfirmationOptions, ReceiptOptions, DataCollectionOptions, SelectOptions, DeviceMetadata, OptionalNullable<Boolean>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.TerminalAction
-
Initialization constructor.
- TerminalAction.Builder - Class in com.squareup.square.models
-
- TerminalActionQuery - Class in com.squareup.square.models
-
This is a model class for TerminalActionQuery type.
- TerminalActionQuery(TerminalActionQueryFilter, TerminalActionQuerySort) - Constructor for class com.squareup.square.models.TerminalActionQuery
-
Initialization constructor.
- TerminalActionQuery.Builder - Class in com.squareup.square.models
-
- TerminalActionQueryFilter - Class in com.squareup.square.models
-
This is a model class for TerminalActionQueryFilter type.
- TerminalActionQueryFilter(String, TimeRange, String, String) - Constructor for class com.squareup.square.models.TerminalActionQueryFilter
-
Initialization constructor.
- TerminalActionQueryFilter(OptionalNullable<String>, TimeRange, OptionalNullable<String>, String) - Constructor for class com.squareup.square.models.TerminalActionQueryFilter
-
Initialization constructor.
- TerminalActionQueryFilter.Builder - Class in com.squareup.square.models
-
- TerminalActionQuerySort - Class in com.squareup.square.models
-
This is a model class for TerminalActionQuerySort type.
- TerminalActionQuerySort(String) - Constructor for class com.squareup.square.models.TerminalActionQuerySort
-
Initialization constructor.
- TerminalActionQuerySort.Builder - Class in com.squareup.square.models
-
- TerminalApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- TerminalCheckout - Class in com.squareup.square.models
-
This is a model class for TerminalCheckout type.
- TerminalCheckout(Money, DeviceCheckoutOptions, String, String, String, String, PaymentOptions, String, String, String, List<String>, String, String, String, String, String, String, String, Money, String, Money) - Constructor for class com.squareup.square.models.TerminalCheckout
-
Initialization constructor.
- TerminalCheckout(Money, DeviceCheckoutOptions, String, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, PaymentOptions, OptionalNullable<String>, String, String, List<String>, String, String, String, String, String, OptionalNullable<String>, OptionalNullable<String>, Money, OptionalNullable<String>, Money) - Constructor for class com.squareup.square.models.TerminalCheckout
-
Initialization constructor.
- TerminalCheckout.Builder - Class in com.squareup.square.models
-
- TerminalCheckoutQuery - Class in com.squareup.square.models
-
This is a model class for TerminalCheckoutQuery type.
- TerminalCheckoutQuery(TerminalCheckoutQueryFilter, TerminalCheckoutQuerySort) - Constructor for class com.squareup.square.models.TerminalCheckoutQuery
-
Initialization constructor.
- TerminalCheckoutQuery.Builder - Class in com.squareup.square.models
-
- TerminalCheckoutQueryFilter - Class in com.squareup.square.models
-
This is a model class for TerminalCheckoutQueryFilter type.
- TerminalCheckoutQueryFilter(String, TimeRange, String) - Constructor for class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Initialization constructor.
- TerminalCheckoutQueryFilter(OptionalNullable<String>, TimeRange, OptionalNullable<String>) - Constructor for class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Initialization constructor.
- TerminalCheckoutQueryFilter.Builder - Class in com.squareup.square.models
-
- TerminalCheckoutQuerySort - Class in com.squareup.square.models
-
This is a model class for TerminalCheckoutQuerySort type.
- TerminalCheckoutQuerySort(String) - Constructor for class com.squareup.square.models.TerminalCheckoutQuerySort
-
Initialization constructor.
- TerminalCheckoutQuerySort.Builder - Class in com.squareup.square.models
-
- TerminalRefund - Class in com.squareup.square.models
-
This is a model class for TerminalRefund type.
- TerminalRefund(String, Money, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.TerminalRefund
-
Initialization constructor.
- TerminalRefund(String, Money, String, String, String, String, String, OptionalNullable<String>, String, String, String, String, String, String) - Constructor for class com.squareup.square.models.TerminalRefund
-
Initialization constructor.
- TerminalRefund.Builder - Class in com.squareup.square.models
-
- TerminalRefundQuery - Class in com.squareup.square.models
-
This is a model class for TerminalRefundQuery type.
- TerminalRefundQuery(TerminalRefundQueryFilter, TerminalRefundQuerySort) - Constructor for class com.squareup.square.models.TerminalRefundQuery
-
Initialization constructor.
- TerminalRefundQuery.Builder - Class in com.squareup.square.models
-
- TerminalRefundQueryFilter - Class in com.squareup.square.models
-
This is a model class for TerminalRefundQueryFilter type.
- TerminalRefundQueryFilter(String, TimeRange, String) - Constructor for class com.squareup.square.models.TerminalRefundQueryFilter
-
Initialization constructor.
- TerminalRefundQueryFilter(OptionalNullable<String>, TimeRange, OptionalNullable<String>) - Constructor for class com.squareup.square.models.TerminalRefundQueryFilter
-
Initialization constructor.
- TerminalRefundQueryFilter.Builder - Class in com.squareup.square.models
-
- TerminalRefundQuerySort - Class in com.squareup.square.models
-
This is a model class for TerminalRefundQuerySort type.
- TerminalRefundQuerySort(String) - Constructor for class com.squareup.square.models.TerminalRefundQuerySort
-
Initialization constructor.
- TerminalRefundQuerySort(OptionalNullable<String>) - Constructor for class com.squareup.square.models.TerminalRefundQuerySort
-
Initialization constructor.
- TerminalRefundQuerySort.Builder - Class in com.squareup.square.models
-
- terminology(LoyaltyProgramTerminology) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for terminology.
- testWebhookSubscription(String, TestWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Tests a webhook subscription by sending a test event to the notification URL.
- testWebhookSubscription(String, TestWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Tests a webhook subscription by sending a test event to the notification URL.
- testWebhookSubscriptionAsync(String, TestWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Tests a webhook subscription by sending a test event to the notification URL.
- testWebhookSubscriptionAsync(String, TestWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Tests a webhook subscription by sending a test event to the notification URL.
- TestWebhookSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for TestWebhookSubscriptionRequest type.
- TestWebhookSubscriptionRequest(String) - Constructor for class com.squareup.square.models.TestWebhookSubscriptionRequest
-
Initialization constructor.
- TestWebhookSubscriptionRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.TestWebhookSubscriptionRequest
-
Initialization constructor.
- TestWebhookSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- TestWebhookSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for TestWebhookSubscriptionResponse type.
- TestWebhookSubscriptionResponse(List<Error>, SubscriptionTestResult) - Constructor for class com.squareup.square.models.TestWebhookSubscriptionResponse
-
Initialization constructor.
- TestWebhookSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- text(CustomerTextFilter) - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
Setter for text.
- textFilter(String) - Method in class com.squareup.square.models.SearchCatalogItemsRequest.Builder
-
Setter for textFilter.
- textQuery(CatalogQueryText) - Method in class com.squareup.square.models.CatalogQuery.Builder
-
Setter for textQuery.
- ticketName(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for ticketName.
- timeout() - Method in interface com.squareup.square.Configuration
-
The timeout to use for making HTTP requests.
- timeout(long) - Method in class com.squareup.square.http.client.HttpClientConfiguration.Builder
-
The timeout in seconds to use for making HTTP requests.
- timeout(long) - Method in class com.squareup.square.SquareClient.Builder
-
- timeout() - Method in class com.squareup.square.SquareClient
-
- timePeriodData(CatalogTimePeriod) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for timePeriodData.
- timePeriodIds(List<String>) - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
Setter for timePeriodIds.
- timePeriods(List<String>) - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData.Builder
-
Setter for timePeriods.
- TimeRange - Class in com.squareup.square.models
-
This is a model class for TimeRange type.
- TimeRange(String, String) - Constructor for class com.squareup.square.models.TimeRange
-
Initialization constructor.
- TimeRange(OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.TimeRange
-
Initialization constructor.
- TimeRange.Builder - Class in com.squareup.square.models
-
- times(int) - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit.Builder
-
Setter for times.
- timeUnit(String) - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
Setter for timeUnit.
- timezone(String) - Method in class com.squareup.square.models.CreateSubscriptionRequest.Builder
-
Setter for timezone.
- timezone(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for timezone.
- timezone(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for timezone.
- timezone(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for timezone.
- timezone(String) - Method in class com.squareup.square.models.Subscription.Builder
-
Setter for timezone.
- tipEligible(Boolean) - Method in class com.squareup.square.models.ShiftWage.Builder
-
Setter for tipEligible.
- tipEligible(Boolean) - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
Setter for tipEligible.
- tipMoney(Money) - Method in class com.squareup.square.models.CreatePaymentRequest.Builder
-
Setter for tipMoney.
- tipMoney(Money) - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
Setter for tipMoney.
- tipMoney(Money) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for tipMoney.
- tipMoney(Money) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for tipMoney.
- tipMoney(Money) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for tipMoney.
- tipMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for tipMoney.
- tipPercentages(List<Integer>) - Method in class com.squareup.square.models.TipSettings.Builder
-
Setter for tipPercentages.
- tipping(CheckoutLocationSettingsTipping) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for tipping.
- tippingEnabled(Boolean) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for tippingEnabled.
- tipSettings(TipSettings) - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
Setter for tipSettings.
- TipSettings - Class in com.squareup.square.models
-
This is a model class for TipSettings type.
- TipSettings(Boolean, Boolean, Boolean, List<Integer>, Boolean) - Constructor for class com.squareup.square.models.TipSettings
-
Initialization constructor.
- TipSettings(OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<Boolean>, OptionalNullable<List<Integer>>, OptionalNullable<Boolean>) - Constructor for class com.squareup.square.models.TipSettings
-
Initialization constructor.
- TipSettings.Builder - Class in com.squareup.square.models
-
- title(String) - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.CustomField.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.DataCollectionOptions.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.EmployeeWage.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.QrCodeOptions.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.SelectOption.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.SelectOptions.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.ShiftWage.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.SignatureOptions.Builder
-
Setter for title.
- title(String) - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
Setter for title.
- toBuilder() - Method in class com.squareup.square.models.AcceptDisputeResponse
-
- toBuilder() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
- toBuilder() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest
-
- toBuilder() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ACHDetails
-
- toBuilder() - Method in class com.squareup.square.models.AddGroupToCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.AdditionalRecipient
-
- toBuilder() - Method in class com.squareup.square.models.Address
-
- toBuilder() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
- toBuilder() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse
-
- toBuilder() - Method in class com.squareup.square.models.AfterpayDetails
-
- toBuilder() - Method in class com.squareup.square.models.ApplicationDetails
-
- toBuilder() - Method in class com.squareup.square.models.AppointmentSegment
-
- toBuilder() - Method in class com.squareup.square.models.Availability
-
- toBuilder() - Method in class com.squareup.square.models.BankAccount
-
- toBuilder() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
- toBuilder() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse
-
- toBuilder() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
- toBuilder() - Method in class com.squareup.square.models.Booking
-
- toBuilder() - Method in class com.squareup.square.models.BookingCreatorDetails
-
- toBuilder() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest
-
- toBuilder() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse
-
- toBuilder() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
- toBuilder() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
- toBuilder() - Method in class com.squareup.square.models.Break
-
- toBuilder() - Method in class com.squareup.square.models.BreakType
-
- toBuilder() - Method in class com.squareup.square.models.BulkCreateTeamMembersRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkCreateVendorsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
-
- toBuilder() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveBookingsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkSwapPlanRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkSwapPlanResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpdateTeamMembersRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpdateVendorsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
- toBuilder() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
- toBuilder() - Method in class com.squareup.square.models.BusinessBookingProfile
-
- toBuilder() - Method in class com.squareup.square.models.BusinessHours
-
- toBuilder() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
- toBuilder() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
- toBuilder() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
- toBuilder() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
- toBuilder() - Method in class com.squareup.square.models.CalculateOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.CalculateOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelBookingRequest
-
- toBuilder() - Method in class com.squareup.square.models.CancelBookingResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.CancelInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest
-
- toBuilder() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelPaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelTerminalActionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.CancelTerminalRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.CaptureTransactionResponse
-
- toBuilder() - Method in class com.squareup.square.models.Card
-
- toBuilder() - Method in class com.squareup.square.models.CardPaymentDetails
-
- toBuilder() - Method in class com.squareup.square.models.CardPaymentTimeline
-
- toBuilder() - Method in class com.squareup.square.models.CashAppDetails
-
- toBuilder() - Method in class com.squareup.square.models.CashDrawerDevice
-
- toBuilder() - Method in class com.squareup.square.models.CashDrawerShift
-
- toBuilder() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
- toBuilder() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
- toBuilder() - Method in class com.squareup.square.models.CashPaymentDetails
-
- toBuilder() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCategory
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
- toBuilder() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
- toBuilder() - Method in class com.squareup.square.models.CatalogDiscount
-
- toBuilder() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
- toBuilder() - Method in class com.squareup.square.models.CatalogIdMapping
-
- toBuilder() - Method in class com.squareup.square.models.CatalogImage
-
- toBuilder() - Method in class com.squareup.square.models.CatalogInfoResponse
-
- toBuilder() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItem
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemOption
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemOptionForItem
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
- toBuilder() - Method in class com.squareup.square.models.CatalogItemVariation
-
- toBuilder() - Method in class com.squareup.square.models.CatalogMeasurementUnit
-
- toBuilder() - Method in class com.squareup.square.models.CatalogModifier
-
- toBuilder() - Method in class com.squareup.square.models.CatalogModifierList
-
- toBuilder() - Method in class com.squareup.square.models.CatalogModifierOverride
-
- toBuilder() - Method in class com.squareup.square.models.CatalogObject
-
- toBuilder() - Method in class com.squareup.square.models.CatalogObjectBatch
-
- toBuilder() - Method in class com.squareup.square.models.CatalogObjectCategory
-
- toBuilder() - Method in class com.squareup.square.models.CatalogObjectReference
-
- toBuilder() - Method in class com.squareup.square.models.CatalogPricingRule
-
- toBuilder() - Method in class com.squareup.square.models.CatalogProductSet
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQuery
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryExact
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryItemsForModifierList
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryItemsForTax
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryPrefix
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryRange
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQuerySet
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQueryText
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQuickAmount
-
- toBuilder() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
- toBuilder() - Method in class com.squareup.square.models.CatalogStockConversion
-
- toBuilder() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
- toBuilder() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
- toBuilder() - Method in class com.squareup.square.models.CatalogTax
-
- toBuilder() - Method in class com.squareup.square.models.CatalogTimePeriod
-
- toBuilder() - Method in class com.squareup.square.models.CatalogV1Id
-
- toBuilder() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
- toBuilder() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
- toBuilder() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
- toBuilder() - Method in class com.squareup.square.models.ChargeRequest
-
- toBuilder() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
- toBuilder() - Method in class com.squareup.square.models.ChargeResponse
-
- toBuilder() - Method in class com.squareup.square.models.Checkout
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutMerchantSettings
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
- toBuilder() - Method in class com.squareup.square.models.CheckoutOptions
-
- toBuilder() - Method in class com.squareup.square.models.ClearpayDetails
-
- toBuilder() - Method in class com.squareup.square.models.CloneOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.CloneOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.CollectedData
-
- toBuilder() - Method in class com.squareup.square.models.CompletePaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.CompletePaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.Component
-
- toBuilder() - Method in class com.squareup.square.models.ConfirmationDecision
-
- toBuilder() - Method in class com.squareup.square.models.ConfirmationOptions
-
- toBuilder() - Method in class com.squareup.square.models.Coordinates
-
- toBuilder() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateBookingRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateBookingResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateBreakTypeRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateBreakTypeResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCardRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCatalogImageResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCheckoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerGroupRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerGroupResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateDeviceCodeRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateDeviceCodeResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateGiftCardActivityRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateGiftCardRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateGiftCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateLocationRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateLocationResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreatePaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreatePaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateRefundRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateShiftRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateShiftResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateTeamMemberRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateTeamMemberResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalActionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalActionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalRefundRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateTerminalRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateVendorRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateVendorResponse
-
- toBuilder() - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.CustomAttribute
-
- toBuilder() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
- toBuilder() - Method in class com.squareup.square.models.CustomAttributeFilter
-
- toBuilder() - Method in class com.squareup.square.models.Customer
-
- toBuilder() - Method in class com.squareup.square.models.CustomerAddressFilter
-
- toBuilder() - Method in class com.squareup.square.models.CustomerCreationSourceFilter
-
- toBuilder() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter
-
- toBuilder() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters
-
- toBuilder() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
- toBuilder() - Method in class com.squareup.square.models.CustomerDetails
-
- toBuilder() - Method in class com.squareup.square.models.CustomerFilter
-
- toBuilder() - Method in class com.squareup.square.models.CustomerGroup
-
- toBuilder() - Method in class com.squareup.square.models.CustomerPreferences
-
- toBuilder() - Method in class com.squareup.square.models.CustomerQuery
-
- toBuilder() - Method in class com.squareup.square.models.CustomerSegment
-
- toBuilder() - Method in class com.squareup.square.models.CustomerSort
-
- toBuilder() - Method in class com.squareup.square.models.CustomerTaxIds
-
- toBuilder() - Method in class com.squareup.square.models.CustomerTextFilter
-
- toBuilder() - Method in class com.squareup.square.models.CustomField
-
- toBuilder() - Method in class com.squareup.square.models.DataCollectionOptions
-
- toBuilder() - Method in class com.squareup.square.models.DateRange
-
- toBuilder() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteBreakTypeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerGroupResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerRequest
-
- toBuilder() - Method in class com.squareup.square.models.DeleteCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteDisputeEvidenceResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteInvoiceAttachmentResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.DeleteInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteShiftResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteSnippetResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteWebhookSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
- toBuilder() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
- toBuilder() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse
-
- toBuilder() - Method in class com.squareup.square.models.Destination
-
- toBuilder() - Method in class com.squareup.square.models.DestinationDetails
-
- toBuilder() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
- toBuilder() - Method in class com.squareup.square.models.Device
-
- toBuilder() - Method in class com.squareup.square.models.DeviceAttributes
-
- toBuilder() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
- toBuilder() - Method in class com.squareup.square.models.DeviceCode
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceMetadata
-
- toBuilder() - Method in class com.squareup.square.models.DeviceStatus
-
- toBuilder() - Method in class com.squareup.square.models.DigitalWalletDetails
-
- toBuilder() - Method in class com.squareup.square.models.DisableCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.DismissTerminalActionResponse
-
- toBuilder() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.DismissTerminalRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.Dispute
-
- toBuilder() - Method in class com.squareup.square.models.DisputedPayment
-
- toBuilder() - Method in class com.squareup.square.models.DisputeEvidence
-
- toBuilder() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
- toBuilder() - Method in class com.squareup.square.models.Employee
-
- toBuilder() - Method in class com.squareup.square.models.EmployeeWage
-
- toBuilder() - Method in class com.squareup.square.models.Error
-
- toBuilder() - Method in class com.squareup.square.models.Event
-
- toBuilder() - Method in class com.squareup.square.models.EventData
-
- toBuilder() - Method in class com.squareup.square.models.EventTypeMetadata
-
- toBuilder() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
- toBuilder() - Method in class com.squareup.square.models.FilterValue
-
- toBuilder() - Method in class com.squareup.square.models.FloatNumberRange
-
- toBuilder() - Method in class com.squareup.square.models.Fulfillment
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentRecipient
-
- toBuilder() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
- toBuilder() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetBankAccountResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetBreakTypeResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetDeviceCodeResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetDeviceResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetEmployeeWageResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetPaymentRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetPaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetPayoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetShiftResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetTeamMemberWageResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetTerminalActionResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse
-
- toBuilder() - Method in class com.squareup.square.models.GetTerminalRefundResponse
-
- toBuilder() - Method in class com.squareup.square.models.GiftCard
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivity
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityBlock
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityClearBalance
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityDeactivate
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityImport
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityImportReversal
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityUnblock
-
- toBuilder() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
- toBuilder() - Method in class com.squareup.square.models.InventoryAdjustment
-
- toBuilder() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
- toBuilder() - Method in class com.squareup.square.models.InventoryChange
-
- toBuilder() - Method in class com.squareup.square.models.InventoryCount
-
- toBuilder() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
- toBuilder() - Method in class com.squareup.square.models.InventoryTransfer
-
- toBuilder() - Method in class com.squareup.square.models.Invoice
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceAttachment
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceCustomField
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceFilter
-
- toBuilder() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
- toBuilder() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceQuery
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceRecipient
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceRecipientTaxIds
-
- toBuilder() - Method in class com.squareup.square.models.InvoiceSort
-
- toBuilder() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
- toBuilder() - Method in class com.squareup.square.models.JobAssignment
-
- toBuilder() - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest
-
- toBuilder() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListBookingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCardsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCardsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCatalogRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCatalogResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomersRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListCustomersResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListDevicesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListDevicesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListDisputesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListDisputesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListEmployeesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListEmployeesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListInvoicesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListInvoicesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLocationsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListPaymentsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListPayoutsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListPayoutsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListRefundsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListRefundsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListSitesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListTransactionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListTransactionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
- toBuilder() - Method in class com.squareup.square.models.Location
-
- toBuilder() - Method in class com.squareup.square.models.LocationBookingProfile
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyAccount
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEvent
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventCreateReward
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventDateTimeFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventExpirePoints
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventLocationFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventOrderFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventOther
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventQuery
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyEventTypeFilter
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgram
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramExpirationPolicy
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyProgramTerminology
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotion
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit
-
- toBuilder() - Method in class com.squareup.square.models.LoyaltyReward
-
- toBuilder() - Method in class com.squareup.square.models.MeasurementUnit
-
- toBuilder() - Method in class com.squareup.square.models.MeasurementUnitCustom
-
- toBuilder() - Method in class com.squareup.square.models.Merchant
-
- toBuilder() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
- toBuilder() - Method in class com.squareup.square.models.Money
-
- toBuilder() - Method in class com.squareup.square.models.ObtainTokenRequest
-
- toBuilder() - Method in class com.squareup.square.models.ObtainTokenResponse
-
- toBuilder() - Method in class com.squareup.square.models.Order
-
- toBuilder() - Method in class com.squareup.square.models.OrderCreated
-
- toBuilder() - Method in class com.squareup.square.models.OrderCreatedObject
-
- toBuilder() - Method in class com.squareup.square.models.OrderEntry
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillment
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedObject
-
- toBuilder() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItem
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemModifier
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
- toBuilder() - Method in class com.squareup.square.models.OrderLineItemTax
-
- toBuilder() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
- toBuilder() - Method in class com.squareup.square.models.OrderPricingOptions
-
- toBuilder() - Method in class com.squareup.square.models.OrderQuantityUnit
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturn
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnDiscount
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnLineItem
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnTax
-
- toBuilder() - Method in class com.squareup.square.models.OrderReturnTip
-
- toBuilder() - Method in class com.squareup.square.models.OrderReward
-
- toBuilder() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
- toBuilder() - Method in class com.squareup.square.models.OrderServiceCharge
-
- toBuilder() - Method in class com.squareup.square.models.OrderSource
-
- toBuilder() - Method in class com.squareup.square.models.OrderUpdated
-
- toBuilder() - Method in class com.squareup.square.models.OrderUpdatedObject
-
- toBuilder() - Method in class com.squareup.square.models.PaginationCursor
-
- toBuilder() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.Payment
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
- toBuilder() - Method in class com.squareup.square.models.PaymentLink
-
- toBuilder() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
- toBuilder() - Method in class com.squareup.square.models.PaymentOptions
-
- toBuilder() - Method in class com.squareup.square.models.PaymentRefund
-
- toBuilder() - Method in class com.squareup.square.models.PayOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.PayOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.Payout
-
- toBuilder() - Method in class com.squareup.square.models.PayoutEntry
-
- toBuilder() - Method in class com.squareup.square.models.PayoutFee
-
- toBuilder() - Method in class com.squareup.square.models.Phase
-
- toBuilder() - Method in class com.squareup.square.models.PhaseInput
-
- toBuilder() - Method in class com.squareup.square.models.PrePopulatedData
-
- toBuilder() - Method in class com.squareup.square.models.ProcessingFee
-
- toBuilder() - Method in class com.squareup.square.models.PublishInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.PublishInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.QrCodeOptions
-
- toBuilder() - Method in class com.squareup.square.models.QuantityRatio
-
- toBuilder() - Method in class com.squareup.square.models.QuickPay
-
- toBuilder() - Method in class com.squareup.square.models.Range
-
- toBuilder() - Method in class com.squareup.square.models.ReceiptOptions
-
- toBuilder() - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest
-
- toBuilder() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
- toBuilder() - Method in class com.squareup.square.models.Refund
-
- toBuilder() - Method in class com.squareup.square.models.RefundPaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.RefundPaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.RegisterDomainRequest
-
- toBuilder() - Method in class com.squareup.square.models.RegisterDomainResponse
-
- toBuilder() - Method in class com.squareup.square.models.RemoveGroupFromCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.RenewTokenRequest
-
- toBuilder() - Method in class com.squareup.square.models.RenewTokenResponse
-
- toBuilder() - Method in class com.squareup.square.models.ResumeSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBookingResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveDisputeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveEmployeeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveGiftCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveSnippetResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveTransactionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveVendorResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveWageSettingResponse
-
- toBuilder() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.RevokeTokenRequest
-
- toBuilder() - Method in class com.squareup.square.models.RevokeTokenResponse
-
- toBuilder() - Method in class com.squareup.square.models.RiskEvaluation
-
- toBuilder() - Method in class com.squareup.square.models.SaveCardOptions
-
- toBuilder() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchAvailabilityQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchAvailabilityRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchAvailabilityResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchCustomersRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchCustomersResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchInvoicesRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersSort
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersSourceFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchOrdersStateFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchShiftsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchShiftsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchSubscriptionsQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchTeamMembersQuery
-
- toBuilder() - Method in class com.squareup.square.models.SearchTeamMembersRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalActionsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SearchVendorsRequest
-
- toBuilder() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
- toBuilder() - Method in class com.squareup.square.models.SearchVendorsRequestSort
-
- toBuilder() - Method in class com.squareup.square.models.SearchVendorsResponse
-
- toBuilder() - Method in class com.squareup.square.models.SegmentFilter
-
- toBuilder() - Method in class com.squareup.square.models.SelectOption
-
- toBuilder() - Method in class com.squareup.square.models.SelectOptions
-
- toBuilder() - Method in class com.squareup.square.models.Shift
-
- toBuilder() - Method in class com.squareup.square.models.ShiftFilter
-
- toBuilder() - Method in class com.squareup.square.models.ShiftQuery
-
- toBuilder() - Method in class com.squareup.square.models.ShiftSort
-
- toBuilder() - Method in class com.squareup.square.models.ShiftWage
-
- toBuilder() - Method in class com.squareup.square.models.ShiftWorkday
-
- toBuilder() - Method in class com.squareup.square.models.ShippingFee
-
- toBuilder() - Method in class com.squareup.square.models.SignatureImage
-
- toBuilder() - Method in class com.squareup.square.models.SignatureOptions
-
- toBuilder() - Method in class com.squareup.square.models.Site
-
- toBuilder() - Method in class com.squareup.square.models.Snippet
-
- toBuilder() - Method in class com.squareup.square.models.SnippetResponse
-
- toBuilder() - Method in class com.squareup.square.models.SourceApplication
-
- toBuilder() - Method in class com.squareup.square.models.SquareAccountDetails
-
- toBuilder() - Method in class com.squareup.square.models.StandardUnitDescription
-
- toBuilder() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
- toBuilder() - Method in class com.squareup.square.models.SubmitEvidenceResponse
-
- toBuilder() - Method in class com.squareup.square.models.Subscription
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionAction
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionEvent
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionEventInfo
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionPhase
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionPricing
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionSource
-
- toBuilder() - Method in class com.squareup.square.models.SubscriptionTestResult
-
- toBuilder() - Method in class com.squareup.square.models.SwapPlanRequest
-
- toBuilder() - Method in class com.squareup.square.models.SwapPlanResponse
-
- toBuilder() - Method in class com.squareup.square.models.TaxIds
-
- toBuilder() - Method in class com.squareup.square.models.TeamMember
-
- toBuilder() - Method in class com.squareup.square.models.TeamMemberAssignedLocations
-
- toBuilder() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
- toBuilder() - Method in class com.squareup.square.models.TeamMemberWage
-
- toBuilder() - Method in class com.squareup.square.models.Tender
-
- toBuilder() - Method in class com.squareup.square.models.TenderBankAccountDetails
-
- toBuilder() - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails
-
- toBuilder() - Method in class com.squareup.square.models.TenderCardDetails
-
- toBuilder() - Method in class com.squareup.square.models.TenderCashDetails
-
- toBuilder() - Method in class com.squareup.square.models.TenderSquareAccountDetails
-
- toBuilder() - Method in class com.squareup.square.models.TerminalAction
-
- toBuilder() - Method in class com.squareup.square.models.TerminalActionQuery
-
- toBuilder() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
- toBuilder() - Method in class com.squareup.square.models.TerminalActionQuerySort
-
- toBuilder() - Method in class com.squareup.square.models.TerminalCheckout
-
- toBuilder() - Method in class com.squareup.square.models.TerminalCheckoutQuery
-
- toBuilder() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
- toBuilder() - Method in class com.squareup.square.models.TerminalCheckoutQuerySort
-
- toBuilder() - Method in class com.squareup.square.models.TerminalRefund
-
- toBuilder() - Method in class com.squareup.square.models.TerminalRefundQuery
-
- toBuilder() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
- toBuilder() - Method in class com.squareup.square.models.TerminalRefundQuerySort
-
- toBuilder() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.TimeRange
-
- toBuilder() - Method in class com.squareup.square.models.TipSettings
-
- toBuilder() - Method in class com.squareup.square.models.Transaction
-
- toBuilder() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest
-
- toBuilder() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBookingRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBookingResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBreakTypeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateBreakTypeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCatalogImageRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCatalogImageResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerGroupRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateCustomerResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateItemTaxesResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationSettingsRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateMerchantSettingsRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateOrderResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdatePaymentLinkRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdatePaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdatePaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateShiftRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateShiftResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateTeamMemberRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateTeamMemberResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateVendorRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateVendorResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWageSettingRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWageSettingResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWorkweekConfigRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertCatalogObjectRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
- toBuilder() - Method in class com.squareup.square.models.UpsertSnippetRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpsertSnippetResponse
-
- toBuilder() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
- toBuilder() - Method in class com.squareup.square.models.V1Device
-
- toBuilder() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
- toBuilder() - Method in class com.squareup.square.models.V1ListOrdersResponse
-
- toBuilder() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
- toBuilder() - Method in class com.squareup.square.models.V1ListPaymentsResponse
-
- toBuilder() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
- toBuilder() - Method in class com.squareup.square.models.V1ListRefundsResponse
-
- toBuilder() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
- toBuilder() - Method in class com.squareup.square.models.V1ListSettlementsResponse
-
- toBuilder() - Method in class com.squareup.square.models.V1Money
-
- toBuilder() - Method in class com.squareup.square.models.V1Order
-
- toBuilder() - Method in class com.squareup.square.models.V1OrderHistoryEntry
-
- toBuilder() - Method in class com.squareup.square.models.V1Payment
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentDiscount
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentItemization
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentModifier
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
- toBuilder() - Method in class com.squareup.square.models.V1PaymentTax
-
- toBuilder() - Method in class com.squareup.square.models.V1PhoneNumber
-
- toBuilder() - Method in class com.squareup.square.models.V1Refund
-
- toBuilder() - Method in class com.squareup.square.models.V1Settlement
-
- toBuilder() - Method in class com.squareup.square.models.V1SettlementEntry
-
- toBuilder() - Method in class com.squareup.square.models.V1Tender
-
- toBuilder() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
- toBuilder() - Method in class com.squareup.square.models.Vendor
-
- toBuilder() - Method in class com.squareup.square.models.VendorContact
-
- toBuilder() - Method in class com.squareup.square.models.VoidTransactionResponse
-
- toBuilder() - Method in class com.squareup.square.models.WageSetting
-
- toBuilder() - Method in class com.squareup.square.models.WebhookSubscription
-
- toBuilder() - Method in class com.squareup.square.models.WorkweekConfig
-
- tokenType(String) - Method in class com.squareup.square.models.ObtainTokenResponse.Builder
-
Setter for tokenType.
- tokenType(String) - Method in class com.squareup.square.models.RenewTokenResponse.Builder
-
Setter for tokenType.
- toLocationId(String) - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
Setter for toLocationId.
- toState(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for toState.
- toState(String) - Method in class com.squareup.square.models.InventoryAdjustmentGroup.Builder
-
Setter for toState.
- toString() - Method in class com.squareup.square.BearerAuthManager
-
Converts this BearerAuthManager into string format.
- toString() - Method in enum com.squareup.square.Environment
-
Get string representation of this enum.
- toString() - Method in class com.squareup.square.http.client.HttpClientConfiguration
-
Converts this HttpClientConfiguration into string format.
- toString() - Method in class com.squareup.square.http.client.HttpContext
-
Converts this HttpContext into string format.
- toString() - Method in class com.squareup.square.http.Headers
-
Converts this Headers into string format.
- toString() - Method in class com.squareup.square.http.request.HttpBodyRequest
-
Converts this HttpBodyRequest into string format.
- toString() - Method in class com.squareup.square.http.request.HttpRequest
-
Converts this HttpRequest into string format.
- toString() - Method in class com.squareup.square.http.response.HttpResponse
-
Converts this HttpResponse into string format.
- toString() - Method in class com.squareup.square.http.response.HttpStringResponse
-
Converts this HttpStringResponse into string format.
- toString() - Method in class com.squareup.square.models.AcceptDisputeResponse
-
Converts this AcceptDisputeResponse into string format.
- toString() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Converts this AcceptedPaymentMethods into string format.
- toString() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsRequest
-
Converts this AccumulateLoyaltyPointsRequest into string format.
- toString() - Method in class com.squareup.square.models.AccumulateLoyaltyPointsResponse
-
Converts this AccumulateLoyaltyPointsResponse into string format.
- toString() - Method in class com.squareup.square.models.ACHDetails
-
Converts this ACHDetails into string format.
- toString() - Method in class com.squareup.square.models.AddGroupToCustomerResponse
-
Converts this AddGroupToCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.AdditionalRecipient
-
Converts this AdditionalRecipient into string format.
- toString() - Method in class com.squareup.square.models.Address
-
Converts this Address into string format.
- toString() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest
-
Converts this AdjustLoyaltyPointsRequest into string format.
- toString() - Method in class com.squareup.square.models.AdjustLoyaltyPointsResponse
-
Converts this AdjustLoyaltyPointsResponse into string format.
- toString() - Method in class com.squareup.square.models.AfterpayDetails
-
Converts this AfterpayDetails into string format.
- toString() - Method in class com.squareup.square.models.ApplicationDetails
-
Converts this ApplicationDetails into string format.
- toString() - Method in class com.squareup.square.models.AppointmentSegment
-
Converts this AppointmentSegment into string format.
- toString() - Method in class com.squareup.square.models.Availability
-
Converts this Availability into string format.
- toString() - Method in class com.squareup.square.models.BankAccount
-
Converts this BankAccount into string format.
- toString() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Converts this BankAccountPaymentDetails into string format.
- toString() - Method in class com.squareup.square.models.BatchChangeInventoryRequest
-
Converts this BatchChangeInventoryRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchChangeInventoryResponse
-
Converts this BatchChangeInventoryResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest
-
Converts this BatchDeleteCatalogObjectsRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsResponse
-
Converts this BatchDeleteCatalogObjectsResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest
-
Converts this BatchRetrieveCatalogObjectsRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsResponse
-
Converts this BatchRetrieveCatalogObjectsResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest
-
Converts this BatchRetrieveInventoryChangesRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesResponse
-
Converts this BatchRetrieveInventoryChangesResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest
-
Converts this BatchRetrieveInventoryCountsRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsResponse
-
Converts this BatchRetrieveInventoryCountsResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest
-
Converts this BatchRetrieveOrdersRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchRetrieveOrdersResponse
-
Converts this BatchRetrieveOrdersResponse into string format.
- toString() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsRequest
-
Converts this BatchUpsertCatalogObjectsRequest into string format.
- toString() - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse
-
Converts this BatchUpsertCatalogObjectsResponse into string format.
- toString() - Method in class com.squareup.square.models.Booking
-
Converts this Booking into string format.
- toString() - Method in class com.squareup.square.models.BookingCreatorDetails
-
Converts this BookingCreatorDetails into string format.
- toString() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteRequest
-
Converts this BookingCustomAttributeDeleteRequest into string format.
- toString() - Method in class com.squareup.square.models.BookingCustomAttributeDeleteResponse
-
Converts this BookingCustomAttributeDeleteResponse into string format.
- toString() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest
-
Converts this BookingCustomAttributeUpsertRequest into string format.
- toString() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertResponse
-
Converts this BookingCustomAttributeUpsertResponse into string format.
- toString() - Method in class com.squareup.square.models.Break
-
Converts this Break into string format.
- toString() - Method in class com.squareup.square.models.BreakType
-
Converts this BreakType into string format.
- toString() - Method in class com.squareup.square.models.BulkCreateTeamMembersRequest
-
Converts this BulkCreateTeamMembersRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkCreateTeamMembersResponse
-
Converts this BulkCreateTeamMembersResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkCreateVendorsRequest
-
Converts this BulkCreateVendorsRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
Converts this BulkCreateVendorsResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesRequest
-
Converts this BulkDeleteBookingCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteBookingCustomAttributesResponse
-
Converts this BulkDeleteBookingCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequest
-
Converts this BulkDeleteLocationCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest
-
Converts this BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponse
-
Converts this BulkDeleteLocationCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
-
Converts this BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequest
-
Converts this BulkDeleteMerchantCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest
-
Converts this BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponse
-
Converts this BulkDeleteMerchantCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse
-
Converts this BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequest
-
Converts this BulkDeleteOrderCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
-
Converts this BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute into string format.
- toString() - Method in class com.squareup.square.models.BulkDeleteOrderCustomAttributesResponse
-
Converts this BulkDeleteOrderCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveBookingsRequest
-
Converts this BulkRetrieveBookingsRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveBookingsResponse
-
Converts this BulkRetrieveBookingsResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesRequest
-
Converts this BulkRetrieveTeamMemberBookingProfilesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveTeamMemberBookingProfilesResponse
-
Converts this BulkRetrieveTeamMemberBookingProfilesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest
-
Converts this BulkRetrieveVendorsRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
Converts this BulkRetrieveVendorsResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkSwapPlanRequest
-
Converts this BulkSwapPlanRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkSwapPlanResponse
-
Converts this BulkSwapPlanResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpdateTeamMembersRequest
-
Converts this BulkUpdateTeamMembersRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpdateTeamMembersResponse
-
Converts this BulkUpdateTeamMembersResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpdateVendorsRequest
-
Converts this BulkUpdateVendorsRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpdateVendorsResponse
-
Converts this BulkUpdateVendorsResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesRequest
-
Converts this BulkUpsertBookingCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertBookingCustomAttributesResponse
-
Converts this BulkUpsertBookingCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequest
-
Converts this BulkUpsertCustomerCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Converts this BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponse
-
Converts this BulkUpsertCustomerCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Converts this BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequest
-
Converts this BulkUpsertLocationCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
-
Converts this BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponse
-
Converts this BulkUpsertLocationCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
-
Converts this BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequest
-
Converts this BulkUpsertMerchantCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
-
Converts this BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponse
-
Converts this BulkUpsertMerchantCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
-
Converts this BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequest
-
Converts this BulkUpsertOrderCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
-
Converts this BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute into string format.
- toString() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesResponse
-
Converts this BulkUpsertOrderCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Converts this BusinessAppointmentSettings into string format.
- toString() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Converts this BusinessBookingProfile into string format.
- toString() - Method in class com.squareup.square.models.BusinessHours
-
Converts this BusinessHours into string format.
- toString() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
Converts this BusinessHoursPeriod into string format.
- toString() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Converts this BuyNowPayLaterDetails into string format.
- toString() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest
-
Converts this CalculateLoyaltyPointsRequest into string format.
- toString() - Method in class com.squareup.square.models.CalculateLoyaltyPointsResponse
-
Converts this CalculateLoyaltyPointsResponse into string format.
- toString() - Method in class com.squareup.square.models.CalculateOrderRequest
-
Converts this CalculateOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.CalculateOrderResponse
-
Converts this CalculateOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelBookingRequest
-
Converts this CancelBookingRequest into string format.
- toString() - Method in class com.squareup.square.models.CancelBookingResponse
-
Converts this CancelBookingResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelInvoiceRequest
-
Converts this CancelInvoiceRequest into string format.
- toString() - Method in class com.squareup.square.models.CancelInvoiceResponse
-
Converts this CancelInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelLoyaltyPromotionResponse
-
Converts this CancelLoyaltyPromotionResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyRequest
-
Converts this CancelPaymentByIdempotencyKeyRequest into string format.
- toString() - Method in class com.squareup.square.models.CancelPaymentByIdempotencyKeyResponse
-
Converts this CancelPaymentByIdempotencyKeyResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelPaymentResponse
-
Converts this CancelPaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelSubscriptionResponse
-
Converts this CancelSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelTerminalActionResponse
-
Converts this CancelTerminalActionResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelTerminalCheckoutResponse
-
Converts this CancelTerminalCheckoutResponse into string format.
- toString() - Method in class com.squareup.square.models.CancelTerminalRefundResponse
-
Converts this CancelTerminalRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.CaptureTransactionResponse
-
Converts this CaptureTransactionResponse into string format.
- toString() - Method in class com.squareup.square.models.Card
-
Converts this Card into string format.
- toString() - Method in class com.squareup.square.models.CardPaymentDetails
-
Converts this CardPaymentDetails into string format.
- toString() - Method in class com.squareup.square.models.CardPaymentTimeline
-
Converts this CardPaymentTimeline into string format.
- toString() - Method in class com.squareup.square.models.CashAppDetails
-
Converts this CashAppDetails into string format.
- toString() - Method in class com.squareup.square.models.CashDrawerDevice
-
Converts this CashDrawerDevice into string format.
- toString() - Method in class com.squareup.square.models.CashDrawerShift
-
Converts this CashDrawerShift into string format.
- toString() - Method in class com.squareup.square.models.CashDrawerShiftEvent
-
Converts this CashDrawerShiftEvent into string format.
- toString() - Method in class com.squareup.square.models.CashDrawerShiftSummary
-
Converts this CashDrawerShiftSummary into string format.
- toString() - Method in class com.squareup.square.models.CashPaymentDetails
-
Converts this CashPaymentDetails into string format.
- toString() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod
-
Converts this CatalogAvailabilityPeriod into string format.
- toString() - Method in class com.squareup.square.models.CatalogCategory
-
Converts this CatalogCategory into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Converts this CatalogCustomAttributeDefinition into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig
-
Converts this CatalogCustomAttributeDefinitionNumberConfig into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig
-
Converts this CatalogCustomAttributeDefinitionSelectionConfig into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
-
Converts this CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig
-
Converts this CatalogCustomAttributeDefinitionStringConfig into string format.
- toString() - Method in class com.squareup.square.models.CatalogCustomAttributeValue
-
Converts this CatalogCustomAttributeValue into string format.
- toString() - Method in class com.squareup.square.models.CatalogDiscount
-
Converts this CatalogDiscount into string format.
- toString() - Method in class com.squareup.square.models.CatalogEcomSeoData
-
Converts this CatalogEcomSeoData into string format.
- toString() - Method in class com.squareup.square.models.CatalogIdMapping
-
Converts this CatalogIdMapping into string format.
- toString() - Method in class com.squareup.square.models.CatalogImage
-
Converts this CatalogImage into string format.
- toString() - Method in class com.squareup.square.models.CatalogInfoResponse
-
Converts this CatalogInfoResponse into string format.
- toString() - Method in class com.squareup.square.models.CatalogInfoResponseLimits
-
Converts this CatalogInfoResponseLimits into string format.
- toString() - Method in class com.squareup.square.models.CatalogItem
-
Converts this CatalogItem into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails
-
Converts this CatalogItemFoodAndBeverageDetails into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference
-
Converts this CatalogItemFoodAndBeverageDetailsDietaryPreference into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient
-
Converts this CatalogItemFoodAndBeverageDetailsIngredient into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemModifierListInfo
-
Converts this CatalogItemModifierListInfo into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemOption
-
Converts this CatalogItemOption into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemOptionForItem
-
Converts this CatalogItemOptionForItem into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemOptionValue
-
Converts this CatalogItemOptionValue into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation
-
Converts this CatalogItemOptionValueForItemVariation into string format.
- toString() - Method in class com.squareup.square.models.CatalogItemVariation
-
Converts this CatalogItemVariation into string format.
- toString() - Method in class com.squareup.square.models.CatalogMeasurementUnit
-
Converts this CatalogMeasurementUnit into string format.
- toString() - Method in class com.squareup.square.models.CatalogModifier
-
Converts this CatalogModifier into string format.
- toString() - Method in class com.squareup.square.models.CatalogModifierList
-
Converts this CatalogModifierList into string format.
- toString() - Method in class com.squareup.square.models.CatalogModifierOverride
-
Converts this CatalogModifierOverride into string format.
- toString() - Method in class com.squareup.square.models.CatalogObject
-
Converts this CatalogObject into string format.
- toString() - Method in class com.squareup.square.models.CatalogObjectBatch
-
Converts this CatalogObjectBatch into string format.
- toString() - Method in class com.squareup.square.models.CatalogObjectCategory
-
Converts this CatalogObjectCategory into string format.
- toString() - Method in class com.squareup.square.models.CatalogObjectReference
-
Converts this CatalogObjectReference into string format.
- toString() - Method in class com.squareup.square.models.CatalogPricingRule
-
Converts this CatalogPricingRule into string format.
- toString() - Method in class com.squareup.square.models.CatalogProductSet
-
Converts this CatalogProductSet into string format.
- toString() - Method in class com.squareup.square.models.CatalogQuery
-
Converts this CatalogQuery into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryExact
-
Converts this CatalogQueryExact into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions
-
Converts this CatalogQueryItemsForItemOptions into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryItemsForModifierList
-
Converts this CatalogQueryItemsForModifierList into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryItemsForTax
-
Converts this CatalogQueryItemsForTax into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues
-
Converts this CatalogQueryItemVariationsForItemOptionValues into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryPrefix
-
Converts this CatalogQueryPrefix into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryRange
-
Converts this CatalogQueryRange into string format.
- toString() - Method in class com.squareup.square.models.CatalogQuerySet
-
Converts this CatalogQuerySet into string format.
- toString() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute
-
Converts this CatalogQuerySortedAttribute into string format.
- toString() - Method in class com.squareup.square.models.CatalogQueryText
-
Converts this CatalogQueryText into string format.
- toString() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Converts this CatalogQuickAmount into string format.
- toString() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Converts this CatalogQuickAmountsSettings into string format.
- toString() - Method in class com.squareup.square.models.CatalogStockConversion
-
Converts this CatalogStockConversion into string format.
- toString() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
Converts this CatalogSubscriptionPlan into string format.
- toString() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation
-
Converts this CatalogSubscriptionPlanVariation into string format.
- toString() - Method in class com.squareup.square.models.CatalogTax
-
Converts this CatalogTax into string format.
- toString() - Method in class com.squareup.square.models.CatalogTimePeriod
-
Converts this CatalogTimePeriod into string format.
- toString() - Method in class com.squareup.square.models.CatalogV1Id
-
Converts this CatalogV1Id into string format.
- toString() - Method in class com.squareup.square.models.CategoryPathToRootNode
-
Converts this CategoryPathToRootNode into string format.
- toString() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest
-
Converts this ChangeBillingAnchorDateRequest into string format.
- toString() - Method in class com.squareup.square.models.ChangeBillingAnchorDateResponse
-
Converts this ChangeBillingAnchorDateResponse into string format.
- toString() - Method in class com.squareup.square.models.ChargeRequest
-
Converts this ChargeRequest into string format.
- toString() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
Converts this ChargeRequestAdditionalRecipient into string format.
- toString() - Method in class com.squareup.square.models.ChargeResponse
-
Converts this ChargeResponse into string format.
- toString() - Method in class com.squareup.square.models.Checkout
-
Converts this Checkout into string format.
- toString() - Method in class com.squareup.square.models.CheckoutLocationSettings
-
Converts this CheckoutLocationSettings into string format.
- toString() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding
-
Converts this CheckoutLocationSettingsBranding into string format.
- toString() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons
-
Converts this CheckoutLocationSettingsCoupons into string format.
- toString() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy
-
Converts this CheckoutLocationSettingsPolicy into string format.
- toString() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping
-
Converts this CheckoutLocationSettingsTipping into string format.
- toString() - Method in class com.squareup.square.models.CheckoutMerchantSettings
-
Converts this CheckoutMerchantSettings into string format.
- toString() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethods
-
Converts this CheckoutMerchantSettingsPaymentMethods into string format.
- toString() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
-
Converts this CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay into string format.
- toString() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
-
Converts this CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange into string format.
- toString() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod
-
Converts this CheckoutMerchantSettingsPaymentMethodsPaymentMethod into string format.
- toString() - Method in class com.squareup.square.models.CheckoutOptions
-
Converts this CheckoutOptions into string format.
- toString() - Method in class com.squareup.square.models.ClearpayDetails
-
Converts this ClearpayDetails into string format.
- toString() - Method in class com.squareup.square.models.CloneOrderRequest
-
Converts this CloneOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.CloneOrderResponse
-
Converts this CloneOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.CollectedData
-
Converts this CollectedData into string format.
- toString() - Method in class com.squareup.square.models.CompletePaymentRequest
-
Converts this CompletePaymentRequest into string format.
- toString() - Method in class com.squareup.square.models.CompletePaymentResponse
-
Converts this CompletePaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.Component
-
Converts this Component into string format.
- toString() - Method in class com.squareup.square.models.ConfirmationDecision
-
Converts this ConfirmationDecision into string format.
- toString() - Method in class com.squareup.square.models.ConfirmationOptions
-
Converts this ConfirmationOptions into string format.
- toString() - Method in class com.squareup.square.models.Coordinates
-
Converts this Coordinates into string format.
- toString() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionRequest
-
Converts this CreateBookingCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateBookingCustomAttributeDefinitionResponse
-
Converts this CreateBookingCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateBookingRequest
-
Converts this CreateBookingRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateBookingResponse
-
Converts this CreateBookingResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateBreakTypeRequest
-
Converts this CreateBreakTypeRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateBreakTypeResponse
-
Converts this CreateBreakTypeResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCardRequest
-
Converts this CreateCardRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCardResponse
-
Converts this CreateCardResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCatalogImageRequest
-
Converts this CreateCatalogImageRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCatalogImageResponse
-
Converts this CreateCatalogImageResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCheckoutRequest
-
Converts this CreateCheckoutRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCheckoutResponse
-
Converts this CreateCheckoutResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerCardRequest
-
Converts this CreateCustomerCardRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerCardResponse
-
Converts this CreateCustomerCardResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionRequest
-
Converts this CreateCustomerCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerCustomAttributeDefinitionResponse
-
Converts this CreateCustomerCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerGroupRequest
-
Converts this CreateCustomerGroupRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerGroupResponse
-
Converts this CreateCustomerGroupResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerRequest
-
Converts this CreateCustomerRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateCustomerResponse
-
Converts this CreateCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateDeviceCodeRequest
-
Converts this CreateDeviceCodeRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateDeviceCodeResponse
-
Converts this CreateDeviceCodeResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileRequest
-
Converts this CreateDisputeEvidenceFileRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateDisputeEvidenceFileResponse
-
Converts this CreateDisputeEvidenceFileResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextRequest
-
Converts this CreateDisputeEvidenceTextRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateDisputeEvidenceTextResponse
-
Converts this CreateDisputeEvidenceTextResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateGiftCardActivityRequest
-
Converts this CreateGiftCardActivityRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateGiftCardActivityResponse
-
Converts this CreateGiftCardActivityResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateGiftCardRequest
-
Converts this CreateGiftCardRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateGiftCardResponse
-
Converts this CreateGiftCardResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateInvoiceAttachmentRequest
-
Converts this CreateInvoiceAttachmentRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateInvoiceAttachmentResponse
-
Converts this CreateInvoiceAttachmentResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateInvoiceRequest
-
Converts this CreateInvoiceRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
Converts this CreateInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionRequest
-
Converts this CreateLocationCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateLocationCustomAttributeDefinitionResponse
-
Converts this CreateLocationCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateLocationRequest
-
Converts this CreateLocationRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateLocationResponse
-
Converts this CreateLocationResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyAccountRequest
-
Converts this CreateLoyaltyAccountRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyAccountResponse
-
Converts this CreateLoyaltyAccountResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyPromotionRequest
-
Converts this CreateLoyaltyPromotionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyPromotionResponse
-
Converts this CreateLoyaltyPromotionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyRewardRequest
-
Converts this CreateLoyaltyRewardRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateLoyaltyRewardResponse
-
Converts this CreateLoyaltyRewardResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionRequest
-
Converts this CreateMerchantCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateMerchantCustomAttributeDefinitionResponse
-
Converts this CreateMerchantCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeRequest
-
Converts this CreateMobileAuthorizationCodeRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Converts this CreateMobileAuthorizationCodeResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionRequest
-
Converts this CreateOrderCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateOrderCustomAttributeDefinitionResponse
-
Converts this CreateOrderCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateOrderRequest
-
Converts this CreateOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateOrderResponse
-
Converts this CreateOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.CreatePaymentLinkRequest
-
Converts this CreatePaymentLinkRequest into string format.
- toString() - Method in class com.squareup.square.models.CreatePaymentLinkResponse
-
Converts this CreatePaymentLinkResponse into string format.
- toString() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Converts this CreatePaymentRequest into string format.
- toString() - Method in class com.squareup.square.models.CreatePaymentResponse
-
Converts this CreatePaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateRefundRequest
-
Converts this CreateRefundRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateRefundResponse
-
Converts this CreateRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateShiftRequest
-
Converts this CreateShiftRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateShiftResponse
-
Converts this CreateShiftResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateSubscriptionRequest
-
Converts this CreateSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateSubscriptionResponse
-
Converts this CreateSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateTeamMemberRequest
-
Converts this CreateTeamMemberRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateTeamMemberResponse
-
Converts this CreateTeamMemberResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalActionRequest
-
Converts this CreateTerminalActionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalActionResponse
-
Converts this CreateTerminalActionResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalCheckoutRequest
-
Converts this CreateTerminalCheckoutRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalCheckoutResponse
-
Converts this CreateTerminalCheckoutResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalRefundRequest
-
Converts this CreateTerminalRefundRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateTerminalRefundResponse
-
Converts this CreateTerminalRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateVendorRequest
-
Converts this CreateVendorRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateVendorResponse
-
Converts this CreateVendorResponse into string format.
- toString() - Method in class com.squareup.square.models.CreateWebhookSubscriptionRequest
-
Converts this CreateWebhookSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.CreateWebhookSubscriptionResponse
-
Converts this CreateWebhookSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.CustomAttribute
-
Converts this CustomAttribute into string format.
- toString() - Method in class com.squareup.square.models.CustomAttributeDefinition
-
Converts this CustomAttributeDefinition into string format.
- toString() - Method in class com.squareup.square.models.CustomAttributeFilter
-
Converts this CustomAttributeFilter into string format.
- toString() - Method in class com.squareup.square.models.Customer
-
Converts this Customer into string format.
- toString() - Method in class com.squareup.square.models.CustomerAddressFilter
-
Converts this CustomerAddressFilter into string format.
- toString() - Method in class com.squareup.square.models.CustomerCreationSourceFilter
-
Converts this CustomerCreationSourceFilter into string format.
- toString() - Method in class com.squareup.square.models.CustomerCustomAttributeFilter
-
Converts this CustomerCustomAttributeFilter into string format.
- toString() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters
-
Converts this CustomerCustomAttributeFilters into string format.
- toString() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue
-
Converts this CustomerCustomAttributeFilterValue into string format.
- toString() - Method in class com.squareup.square.models.CustomerDetails
-
Converts this CustomerDetails into string format.
- toString() - Method in class com.squareup.square.models.CustomerFilter
-
Converts this CustomerFilter into string format.
- toString() - Method in class com.squareup.square.models.CustomerGroup
-
Converts this CustomerGroup into string format.
- toString() - Method in class com.squareup.square.models.CustomerPreferences
-
Converts this CustomerPreferences into string format.
- toString() - Method in class com.squareup.square.models.CustomerQuery
-
Converts this CustomerQuery into string format.
- toString() - Method in class com.squareup.square.models.CustomerSegment
-
Converts this CustomerSegment into string format.
- toString() - Method in class com.squareup.square.models.CustomerSort
-
Converts this CustomerSort into string format.
- toString() - Method in class com.squareup.square.models.CustomerTaxIds
-
Converts this CustomerTaxIds into string format.
- toString() - Method in class com.squareup.square.models.CustomerTextFilter
-
Converts this CustomerTextFilter into string format.
- toString() - Method in class com.squareup.square.models.CustomField
-
Converts this CustomField into string format.
- toString() - Method in class com.squareup.square.models.DataCollectionOptions
-
Converts this DataCollectionOptions into string format.
- toString() - Method in class com.squareup.square.models.DateRange
-
Converts this DateRange into string format.
- toString() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeDefinitionResponse
-
Converts this DeleteBookingCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteBookingCustomAttributeResponse
-
Converts this DeleteBookingCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteBreakTypeResponse
-
Converts this DeleteBreakTypeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCatalogObjectResponse
-
Converts this DeleteCatalogObjectResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerCardResponse
-
Converts this DeleteCustomerCardResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeDefinitionResponse
-
Converts this DeleteCustomerCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerCustomAttributeResponse
-
Converts this DeleteCustomerCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerGroupResponse
-
Converts this DeleteCustomerGroupResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerRequest
-
Converts this DeleteCustomerRequest into string format.
- toString() - Method in class com.squareup.square.models.DeleteCustomerResponse
-
Converts this DeleteCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteDisputeEvidenceResponse
-
Converts this DeleteDisputeEvidenceResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteInvoiceAttachmentResponse
-
Converts this DeleteInvoiceAttachmentResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteInvoiceRequest
-
Converts this DeleteInvoiceRequest into string format.
- toString() - Method in class com.squareup.square.models.DeleteInvoiceResponse
-
Converts this DeleteInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeDefinitionResponse
-
Converts this DeleteLocationCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteLocationCustomAttributeResponse
-
Converts this DeleteLocationCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
Converts this DeleteLoyaltyRewardResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeDefinitionResponse
-
Converts this DeleteMerchantCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteMerchantCustomAttributeResponse
-
Converts this DeleteMerchantCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeDefinitionResponse
-
Converts this DeleteOrderCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteOrderCustomAttributeResponse
-
Converts this DeleteOrderCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.DeletePaymentLinkResponse
-
Converts this DeletePaymentLinkResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteShiftResponse
-
Converts this DeleteShiftResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteSnippetResponse
-
Converts this DeleteSnippetResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteSubscriptionActionResponse
-
Converts this DeleteSubscriptionActionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeleteWebhookSubscriptionResponse
-
Converts this DeleteWebhookSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest
-
Converts this DeprecatedCreateDisputeEvidenceFileRequest into string format.
- toString() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileResponse
-
Converts this DeprecatedCreateDisputeEvidenceFileResponse into string format.
- toString() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextRequest
-
Converts this DeprecatedCreateDisputeEvidenceTextRequest into string format.
- toString() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceTextResponse
-
Converts this DeprecatedCreateDisputeEvidenceTextResponse into string format.
- toString() - Method in class com.squareup.square.models.Destination
-
Converts this Destination into string format.
- toString() - Method in class com.squareup.square.models.DestinationDetails
-
Converts this DestinationDetails into string format.
- toString() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails
-
Converts this DestinationDetailsCardRefundDetails into string format.
- toString() - Method in class com.squareup.square.models.Device
-
Converts this Device into string format.
- toString() - Method in class com.squareup.square.models.DeviceAttributes
-
Converts this DeviceAttributes into string format.
- toString() - Method in class com.squareup.square.models.DeviceCheckoutOptions
-
Converts this DeviceCheckoutOptions into string format.
- toString() - Method in class com.squareup.square.models.DeviceCode
-
Converts this DeviceCode into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails
-
Converts this DeviceComponentDetailsApplicationDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails
-
Converts this DeviceComponentDetailsBatteryDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsCardReaderDetails
-
Converts this DeviceComponentDetailsCardReaderDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails
-
Converts this DeviceComponentDetailsEthernetDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement
-
Converts this DeviceComponentDetailsMeasurement into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails
-
Converts this DeviceComponentDetailsNetworkInterfaceDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails
-
Converts this DeviceComponentDetailsWiFiDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceDetails
-
Converts this DeviceDetails into string format.
- toString() - Method in class com.squareup.square.models.DeviceMetadata
-
Converts this DeviceMetadata into string format.
- toString() - Method in class com.squareup.square.models.DeviceStatus
-
Converts this DeviceStatus into string format.
- toString() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Converts this DigitalWalletDetails into string format.
- toString() - Method in class com.squareup.square.models.DisableCardResponse
-
Converts this DisableCardResponse into string format.
- toString() - Method in class com.squareup.square.models.DismissTerminalActionResponse
-
Converts this DismissTerminalActionResponse into string format.
- toString() - Method in class com.squareup.square.models.DismissTerminalCheckoutResponse
-
Converts this DismissTerminalCheckoutResponse into string format.
- toString() - Method in class com.squareup.square.models.DismissTerminalRefundResponse
-
Converts this DismissTerminalRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.Dispute
-
Converts this Dispute into string format.
- toString() - Method in class com.squareup.square.models.DisputedPayment
-
Converts this DisputedPayment into string format.
- toString() - Method in class com.squareup.square.models.DisputeEvidence
-
Converts this DisputeEvidence into string format.
- toString() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Converts this DisputeEvidenceFile into string format.
- toString() - Method in class com.squareup.square.models.Employee
-
Converts this Employee into string format.
- toString() - Method in class com.squareup.square.models.EmployeeWage
-
Converts this EmployeeWage into string format.
- toString() - Method in class com.squareup.square.models.Error
-
Converts this Error into string format.
- toString() - Method in class com.squareup.square.models.Event
-
Converts this Event into string format.
- toString() - Method in class com.squareup.square.models.EventData
-
Converts this EventData into string format.
- toString() - Method in class com.squareup.square.models.EventTypeMetadata
-
Converts this EventTypeMetadata into string format.
- toString() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
Converts this ExternalPaymentDetails into string format.
- toString() - Method in class com.squareup.square.models.FilterValue
-
Converts this FilterValue into string format.
- toString() - Method in class com.squareup.square.models.FloatNumberRange
-
Converts this FloatNumberRange into string format.
- toString() - Method in class com.squareup.square.models.Fulfillment
-
Converts this Fulfillment into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails
-
Converts this FulfillmentDeliveryDetails into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry
-
Converts this FulfillmentFulfillmentEntry into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentPickupDetails
-
Converts this FulfillmentPickupDetails into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails
-
Converts this FulfillmentPickupDetailsCurbsidePickupDetails into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentRecipient
-
Converts this FulfillmentRecipient into string format.
- toString() - Method in class com.squareup.square.models.FulfillmentShipmentDetails
-
Converts this FulfillmentShipmentDetails into string format.
- toString() - Method in class com.squareup.square.models.GetBankAccountByV1IdResponse
-
Converts this GetBankAccountByV1IdResponse into string format.
- toString() - Method in class com.squareup.square.models.GetBankAccountResponse
-
Converts this GetBankAccountResponse into string format.
- toString() - Method in class com.squareup.square.models.GetBreakTypeResponse
-
Converts this GetBreakTypeResponse into string format.
- toString() - Method in class com.squareup.square.models.GetDeviceCodeResponse
-
Converts this GetDeviceCodeResponse into string format.
- toString() - Method in class com.squareup.square.models.GetDeviceResponse
-
Converts this GetDeviceResponse into string format.
- toString() - Method in class com.squareup.square.models.GetEmployeeWageResponse
-
Converts this GetEmployeeWageResponse into string format.
- toString() - Method in class com.squareup.square.models.GetInvoiceResponse
-
Converts this GetInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.GetPaymentRefundResponse
-
Converts this GetPaymentRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.GetPaymentResponse
-
Converts this GetPaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.GetPayoutResponse
-
Converts this GetPayoutResponse into string format.
- toString() - Method in class com.squareup.square.models.GetShiftResponse
-
Converts this GetShiftResponse into string format.
- toString() - Method in class com.squareup.square.models.GetTeamMemberWageResponse
-
Converts this GetTeamMemberWageResponse into string format.
- toString() - Method in class com.squareup.square.models.GetTerminalActionResponse
-
Converts this GetTerminalActionResponse into string format.
- toString() - Method in class com.squareup.square.models.GetTerminalCheckoutResponse
-
Converts this GetTerminalCheckoutResponse into string format.
- toString() - Method in class com.squareup.square.models.GetTerminalRefundResponse
-
Converts this GetTerminalRefundResponse into string format.
- toString() - Method in class com.squareup.square.models.GiftCard
-
Converts this GiftCard into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivity
-
Converts this GiftCardActivity into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityActivate
-
Converts this GiftCardActivityActivate into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityAdjustDecrement
-
Converts this GiftCardActivityAdjustDecrement into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityAdjustIncrement
-
Converts this GiftCardActivityAdjustIncrement into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityBlock
-
Converts this GiftCardActivityBlock into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityClearBalance
-
Converts this GiftCardActivityClearBalance into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityDeactivate
-
Converts this GiftCardActivityDeactivate into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityImport
-
Converts this GiftCardActivityImport into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityImportReversal
-
Converts this GiftCardActivityImportReversal into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityLoad
-
Converts this GiftCardActivityLoad into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityRedeem
-
Converts this GiftCardActivityRedeem into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityRefund
-
Converts this GiftCardActivityRefund into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom
-
Converts this GiftCardActivityTransferBalanceFrom into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo
-
Converts this GiftCardActivityTransferBalanceTo into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityUnblock
-
Converts this GiftCardActivityUnblock into string format.
- toString() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund
-
Converts this GiftCardActivityUnlinkedActivityRefund into string format.
- toString() - Method in class com.squareup.square.models.InventoryAdjustment
-
Converts this InventoryAdjustment into string format.
- toString() - Method in class com.squareup.square.models.InventoryAdjustmentGroup
-
Converts this InventoryAdjustmentGroup into string format.
- toString() - Method in class com.squareup.square.models.InventoryChange
-
Converts this InventoryChange into string format.
- toString() - Method in class com.squareup.square.models.InventoryCount
-
Converts this InventoryCount into string format.
- toString() - Method in class com.squareup.square.models.InventoryPhysicalCount
-
Converts this InventoryPhysicalCount into string format.
- toString() - Method in class com.squareup.square.models.InventoryTransfer
-
Converts this InventoryTransfer into string format.
- toString() - Method in class com.squareup.square.models.Invoice
-
Converts this Invoice into string format.
- toString() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods
-
Converts this InvoiceAcceptedPaymentMethods into string format.
- toString() - Method in class com.squareup.square.models.InvoiceAttachment
-
Converts this InvoiceAttachment into string format.
- toString() - Method in class com.squareup.square.models.InvoiceCustomField
-
Converts this InvoiceCustomField into string format.
- toString() - Method in class com.squareup.square.models.InvoiceFilter
-
Converts this InvoiceFilter into string format.
- toString() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Converts this InvoicePaymentReminder into string format.
- toString() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Converts this InvoicePaymentRequest into string format.
- toString() - Method in class com.squareup.square.models.InvoiceQuery
-
Converts this InvoiceQuery into string format.
- toString() - Method in class com.squareup.square.models.InvoiceRecipient
-
Converts this InvoiceRecipient into string format.
- toString() - Method in class com.squareup.square.models.InvoiceRecipientTaxIds
-
Converts this InvoiceRecipientTaxIds into string format.
- toString() - Method in class com.squareup.square.models.InvoiceSort
-
Converts this InvoiceSort into string format.
- toString() - Method in class com.squareup.square.models.ItemVariationLocationOverrides
-
Converts this ItemVariationLocationOverrides into string format.
- toString() - Method in class com.squareup.square.models.JobAssignment
-
Converts this JobAssignment into string format.
- toString() - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest
-
Converts this LinkCustomerToGiftCardRequest into string format.
- toString() - Method in class com.squareup.square.models.LinkCustomerToGiftCardResponse
-
Converts this LinkCustomerToGiftCardResponse into string format.
- toString() - Method in class com.squareup.square.models.ListBankAccountsRequest
-
Converts this ListBankAccountsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListBankAccountsResponse
-
Converts this ListBankAccountsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest
-
Converts this ListBookingCustomAttributeDefinitionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsResponse
-
Converts this ListBookingCustomAttributeDefinitionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest
-
Converts this ListBookingCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListBookingCustomAttributesResponse
-
Converts this ListBookingCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListBookingsRequest
-
Converts this ListBookingsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListBookingsResponse
-
Converts this ListBookingsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListBreakTypesRequest
-
Converts this ListBreakTypesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListBreakTypesResponse
-
Converts this ListBreakTypesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCardsRequest
-
Converts this ListCardsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCardsResponse
-
Converts this ListCardsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest
-
Converts this ListCashDrawerShiftEventsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsResponse
-
Converts this ListCashDrawerShiftEventsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest
-
Converts this ListCashDrawerShiftsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCashDrawerShiftsResponse
-
Converts this ListCashDrawerShiftsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCatalogRequest
-
Converts this ListCatalogRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCatalogResponse
-
Converts this ListCatalogResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest
-
Converts this ListCustomerCustomAttributeDefinitionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsResponse
-
Converts this ListCustomerCustomAttributeDefinitionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
Converts this ListCustomerCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
Converts this ListCustomerCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerGroupsRequest
-
Converts this ListCustomerGroupsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerGroupsResponse
-
Converts this ListCustomerGroupsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest
-
Converts this ListCustomerSegmentsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
Converts this ListCustomerSegmentsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListCustomersRequest
-
Converts this ListCustomersRequest into string format.
- toString() - Method in class com.squareup.square.models.ListCustomersResponse
-
Converts this ListCustomersResponse into string format.
- toString() - Method in class com.squareup.square.models.ListDeviceCodesRequest
-
Converts this ListDeviceCodesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListDeviceCodesResponse
-
Converts this ListDeviceCodesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListDevicesRequest
-
Converts this ListDevicesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListDevicesResponse
-
Converts this ListDevicesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest
-
Converts this ListDisputeEvidenceRequest into string format.
- toString() - Method in class com.squareup.square.models.ListDisputeEvidenceResponse
-
Converts this ListDisputeEvidenceResponse into string format.
- toString() - Method in class com.squareup.square.models.ListDisputesRequest
-
Converts this ListDisputesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListDisputesResponse
-
Converts this ListDisputesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListEmployeesRequest
-
Converts this ListEmployeesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListEmployeesResponse
-
Converts this ListEmployeesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListEmployeeWagesRequest
-
Converts this ListEmployeeWagesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListEmployeeWagesResponse
-
Converts this ListEmployeeWagesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest
-
Converts this ListGiftCardActivitiesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListGiftCardActivitiesResponse
-
Converts this ListGiftCardActivitiesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListGiftCardsRequest
-
Converts this ListGiftCardsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListGiftCardsResponse
-
Converts this ListGiftCardsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListInvoicesRequest
-
Converts this ListInvoicesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListInvoicesResponse
-
Converts this ListInvoicesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest
-
Converts this ListLocationBookingProfilesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListLocationBookingProfilesResponse
-
Converts this ListLocationBookingProfilesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest
-
Converts this ListLocationCustomAttributeDefinitionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsResponse
-
Converts this ListLocationCustomAttributeDefinitionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest
-
Converts this ListLocationCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListLocationCustomAttributesResponse
-
Converts this ListLocationCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLocationsResponse
-
Converts this ListLocationsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLoyaltyProgramsResponse
-
Converts this ListLoyaltyProgramsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest
-
Converts this ListLoyaltyPromotionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
Converts this ListLoyaltyPromotionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest
-
Converts this ListMerchantCustomAttributeDefinitionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsResponse
-
Converts this ListMerchantCustomAttributeDefinitionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest
-
Converts this ListMerchantCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantCustomAttributesResponse
-
Converts this ListMerchantCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantsRequest
-
Converts this ListMerchantsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListMerchantsResponse
-
Converts this ListMerchantsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest
-
Converts this ListOrderCustomAttributeDefinitionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsResponse
-
Converts this ListOrderCustomAttributeDefinitionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest
-
Converts this ListOrderCustomAttributesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListOrderCustomAttributesResponse
-
Converts this ListOrderCustomAttributesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentLinksRequest
-
Converts this ListPaymentLinksRequest into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentLinksResponse
-
Converts this ListPaymentLinksResponse into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentRefundsRequest
-
Converts this ListPaymentRefundsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentRefundsResponse
-
Converts this ListPaymentRefundsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentsRequest
-
Converts this ListPaymentsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListPaymentsResponse
-
Converts this ListPaymentsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListPayoutEntriesRequest
-
Converts this ListPayoutEntriesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListPayoutEntriesResponse
-
Converts this ListPayoutEntriesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListPayoutsRequest
-
Converts this ListPayoutsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListPayoutsResponse
-
Converts this ListPayoutsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListRefundsRequest
-
Converts this ListRefundsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListRefundsResponse
-
Converts this ListRefundsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListSitesResponse
-
Converts this ListSitesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest
-
Converts this ListSubscriptionEventsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListSubscriptionEventsResponse
-
Converts this ListSubscriptionEventsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest
-
Converts this ListTeamMemberBookingProfilesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesResponse
-
Converts this ListTeamMemberBookingProfilesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest
-
Converts this ListTeamMemberWagesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListTeamMemberWagesResponse
-
Converts this ListTeamMemberWagesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListTransactionsRequest
-
Converts this ListTransactionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListTransactionsResponse
-
Converts this ListTransactionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest
-
Converts this ListWebhookEventTypesRequest into string format.
- toString() - Method in class com.squareup.square.models.ListWebhookEventTypesResponse
-
Converts this ListWebhookEventTypesResponse into string format.
- toString() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest
-
Converts this ListWebhookSubscriptionsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListWebhookSubscriptionsResponse
-
Converts this ListWebhookSubscriptionsResponse into string format.
- toString() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest
-
Converts this ListWorkweekConfigsRequest into string format.
- toString() - Method in class com.squareup.square.models.ListWorkweekConfigsResponse
-
Converts this ListWorkweekConfigsResponse into string format.
- toString() - Method in class com.squareup.square.models.Location
-
Converts this Location into string format.
- toString() - Method in class com.squareup.square.models.LocationBookingProfile
-
Converts this LocationBookingProfile into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyAccount
-
Converts this LoyaltyAccount into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyAccountExpiringPointDeadline
-
Converts this LoyaltyAccountExpiringPointDeadline into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyAccountMapping
-
Converts this LoyaltyAccountMapping into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEvent
-
Converts this LoyaltyEvent into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints
-
Converts this LoyaltyEventAccumulatePoints into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePromotionPoints
-
Converts this LoyaltyEventAccumulatePromotionPoints into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints
-
Converts this LoyaltyEventAdjustPoints into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventCreateReward
-
Converts this LoyaltyEventCreateReward into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventDateTimeFilter
-
Converts this LoyaltyEventDateTimeFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventDeleteReward
-
Converts this LoyaltyEventDeleteReward into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventExpirePoints
-
Converts this LoyaltyEventExpirePoints into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventFilter
-
Converts this LoyaltyEventFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventLocationFilter
-
Converts this LoyaltyEventLocationFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventLoyaltyAccountFilter
-
Converts this LoyaltyEventLoyaltyAccountFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventOrderFilter
-
Converts this LoyaltyEventOrderFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventOther
-
Converts this LoyaltyEventOther into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventQuery
-
Converts this LoyaltyEventQuery into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventRedeemReward
-
Converts this LoyaltyEventRedeemReward into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyEventTypeFilter
-
Converts this LoyaltyEventTypeFilter into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgram
-
Converts this LoyaltyProgram into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule
-
Converts this LoyaltyProgramAccrualRule into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleCategoryData
-
Converts this LoyaltyProgramAccrualRuleCategoryData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleItemVariationData
-
Converts this LoyaltyProgramAccrualRuleItemVariationData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData
-
Converts this LoyaltyProgramAccrualRuleSpendData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleVisitData
-
Converts this LoyaltyProgramAccrualRuleVisitData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramExpirationPolicy
-
Converts this LoyaltyProgramExpirationPolicy into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramRewardDefinition
-
Converts this LoyaltyProgramRewardDefinition into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramRewardTier
-
Converts this LoyaltyProgramRewardTier into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyProgramTerminology
-
Converts this LoyaltyProgramTerminology into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotion
-
Converts this LoyaltyPromotion into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotionAvailableTimeData
-
Converts this LoyaltyPromotionAvailableTimeData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotionIncentive
-
Converts this LoyaltyPromotionIncentive into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsAdditionData
-
Converts this LoyaltyPromotionIncentivePointsAdditionData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData
-
Converts this LoyaltyPromotionIncentivePointsMultiplierData into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyPromotionTriggerLimit
-
Converts this LoyaltyPromotionTriggerLimit into string format.
- toString() - Method in class com.squareup.square.models.LoyaltyReward
-
Converts this LoyaltyReward into string format.
- toString() - Method in class com.squareup.square.models.MeasurementUnit
-
Converts this MeasurementUnit into string format.
- toString() - Method in class com.squareup.square.models.MeasurementUnitCustom
-
Converts this MeasurementUnitCustom into string format.
- toString() - Method in class com.squareup.square.models.Merchant
-
Converts this Merchant into string format.
- toString() - Method in class com.squareup.square.models.ModifierLocationOverrides
-
Converts this ModifierLocationOverrides into string format.
- toString() - Method in class com.squareup.square.models.Money
-
Converts this Money into string format.
- toString() - Method in class com.squareup.square.models.ObtainTokenRequest
-
Converts this ObtainTokenRequest into string format.
- toString() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Converts this ObtainTokenResponse into string format.
- toString() - Method in class com.squareup.square.models.Order
-
Converts this Order into string format.
- toString() - Method in class com.squareup.square.models.OrderCreated
-
Converts this OrderCreated into string format.
- toString() - Method in class com.squareup.square.models.OrderCreatedObject
-
Converts this OrderCreatedObject into string format.
- toString() - Method in class com.squareup.square.models.OrderEntry
-
Converts this OrderEntry into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillment
-
Converts this OrderFulfillment into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails
-
Converts this OrderFulfillmentDeliveryDetails into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry
-
Converts this OrderFulfillmentFulfillmentEntry into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Converts this OrderFulfillmentPickupDetails into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Converts this OrderFulfillmentPickupDetailsCurbsidePickupDetails into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentRecipient
-
Converts this OrderFulfillmentRecipient into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Converts this OrderFulfillmentShipmentDetails into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentUpdated
-
Converts this OrderFulfillmentUpdated into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedObject
-
Converts this OrderFulfillmentUpdatedObject into string format.
- toString() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate
-
Converts this OrderFulfillmentUpdatedUpdate into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItem
-
Converts this OrderLineItem into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount
-
Converts this OrderLineItemAppliedDiscount into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge
-
Converts this OrderLineItemAppliedServiceCharge into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemAppliedTax
-
Converts this OrderLineItemAppliedTax into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemDiscount
-
Converts this OrderLineItemDiscount into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemModifier
-
Converts this OrderLineItemModifier into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists
-
Converts this OrderLineItemPricingBlocklists into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount
-
Converts this OrderLineItemPricingBlocklistsBlockedDiscount into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax
-
Converts this OrderLineItemPricingBlocklistsBlockedTax into string format.
- toString() - Method in class com.squareup.square.models.OrderLineItemTax
-
Converts this OrderLineItemTax into string format.
- toString() - Method in class com.squareup.square.models.OrderMoneyAmounts
-
Converts this OrderMoneyAmounts into string format.
- toString() - Method in class com.squareup.square.models.OrderPricingOptions
-
Converts this OrderPricingOptions into string format.
- toString() - Method in class com.squareup.square.models.OrderQuantityUnit
-
Converts this OrderQuantityUnit into string format.
- toString() - Method in class com.squareup.square.models.OrderReturn
-
Converts this OrderReturn into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnDiscount
-
Converts this OrderReturnDiscount into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnLineItem
-
Converts this OrderReturnLineItem into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnLineItemModifier
-
Converts this OrderReturnLineItemModifier into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnServiceCharge
-
Converts this OrderReturnServiceCharge into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnTax
-
Converts this OrderReturnTax into string format.
- toString() - Method in class com.squareup.square.models.OrderReturnTip
-
Converts this OrderReturnTip into string format.
- toString() - Method in class com.squareup.square.models.OrderReward
-
Converts this OrderReward into string format.
- toString() - Method in class com.squareup.square.models.OrderRoundingAdjustment
-
Converts this OrderRoundingAdjustment into string format.
- toString() - Method in class com.squareup.square.models.OrderServiceCharge
-
Converts this OrderServiceCharge into string format.
- toString() - Method in class com.squareup.square.models.OrderSource
-
Converts this OrderSource into string format.
- toString() - Method in class com.squareup.square.models.OrderUpdated
-
Converts this OrderUpdated into string format.
- toString() - Method in class com.squareup.square.models.OrderUpdatedObject
-
Converts this OrderUpdatedObject into string format.
- toString() - Method in class com.squareup.square.models.PaginationCursor
-
Converts this PaginationCursor into string format.
- toString() - Method in class com.squareup.square.models.PauseSubscriptionRequest
-
Converts this PauseSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.PauseSubscriptionResponse
-
Converts this PauseSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.Payment
-
Converts this Payment into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail
-
Converts this PaymentBalanceActivityAppFeeRefundDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail
-
Converts this PaymentBalanceActivityAppFeeRevenueDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail
-
Converts this PaymentBalanceActivityAutomaticSavingsDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail
-
Converts this PaymentBalanceActivityAutomaticSavingsReversedDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail
-
Converts this PaymentBalanceActivityChargeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail
-
Converts this PaymentBalanceActivityDepositFeeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail
-
Converts this PaymentBalanceActivityDisputeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail
-
Converts this PaymentBalanceActivityFeeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail
-
Converts this PaymentBalanceActivityFreeProcessingDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail
-
Converts this PaymentBalanceActivityHoldAdjustmentDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail
-
Converts this PaymentBalanceActivityOpenDisputeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail
-
Converts this PaymentBalanceActivityOtherAdjustmentDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail
-
Converts this PaymentBalanceActivityOtherDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail
-
Converts this PaymentBalanceActivityRefundDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail
-
Converts this PaymentBalanceActivityReleaseAdjustmentDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail
-
Converts this PaymentBalanceActivityReserveHoldDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail
-
Converts this PaymentBalanceActivityReserveReleaseDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail
-
Converts this PaymentBalanceActivitySquareCapitalPaymentDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail
-
Converts this PaymentBalanceActivitySquareCapitalReversedPaymentDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail
-
Converts this PaymentBalanceActivityTaxOnFeeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail
-
Converts this PaymentBalanceActivityThirdPartyFeeDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail
-
Converts this PaymentBalanceActivityThirdPartyFeeRefundDetail into string format.
- toString() - Method in class com.squareup.square.models.PaymentLink
-
Converts this PaymentLink into string format.
- toString() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Converts this PaymentLinkRelatedResources into string format.
- toString() - Method in class com.squareup.square.models.PaymentOptions
-
Converts this PaymentOptions into string format.
- toString() - Method in class com.squareup.square.models.PaymentRefund
-
Converts this PaymentRefund into string format.
- toString() - Method in class com.squareup.square.models.PayOrderRequest
-
Converts this PayOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.PayOrderResponse
-
Converts this PayOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.Payout
-
Converts this Payout into string format.
- toString() - Method in class com.squareup.square.models.PayoutEntry
-
Converts this PayoutEntry into string format.
- toString() - Method in class com.squareup.square.models.PayoutFee
-
Converts this PayoutFee into string format.
- toString() - Method in class com.squareup.square.models.Phase
-
Converts this Phase into string format.
- toString() - Method in class com.squareup.square.models.PhaseInput
-
Converts this PhaseInput into string format.
- toString() - Method in class com.squareup.square.models.PrePopulatedData
-
Converts this PrePopulatedData into string format.
- toString() - Method in class com.squareup.square.models.ProcessingFee
-
Converts this ProcessingFee into string format.
- toString() - Method in class com.squareup.square.models.PublishInvoiceRequest
-
Converts this PublishInvoiceRequest into string format.
- toString() - Method in class com.squareup.square.models.PublishInvoiceResponse
-
Converts this PublishInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.QrCodeOptions
-
Converts this QrCodeOptions into string format.
- toString() - Method in class com.squareup.square.models.QuantityRatio
-
Converts this QuantityRatio into string format.
- toString() - Method in class com.squareup.square.models.QuickPay
-
Converts this QuickPay into string format.
- toString() - Method in class com.squareup.square.models.Range
-
Converts this Range into string format.
- toString() - Method in class com.squareup.square.models.ReceiptOptions
-
Converts this ReceiptOptions into string format.
- toString() - Method in class com.squareup.square.models.RedeemLoyaltyRewardRequest
-
Converts this RedeemLoyaltyRewardRequest into string format.
- toString() - Method in class com.squareup.square.models.RedeemLoyaltyRewardResponse
-
Converts this RedeemLoyaltyRewardResponse into string format.
- toString() - Method in class com.squareup.square.models.Refund
-
Converts this Refund into string format.
- toString() - Method in class com.squareup.square.models.RefundPaymentRequest
-
Converts this RefundPaymentRequest into string format.
- toString() - Method in class com.squareup.square.models.RefundPaymentResponse
-
Converts this RefundPaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.RegisterDomainRequest
-
Converts this RegisterDomainRequest into string format.
- toString() - Method in class com.squareup.square.models.RegisterDomainResponse
-
Converts this RegisterDomainResponse into string format.
- toString() - Method in class com.squareup.square.models.RemoveGroupFromCustomerResponse
-
Converts this RemoveGroupFromCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.RenewTokenRequest
-
Converts this RenewTokenRequest into string format.
- toString() - Method in class com.squareup.square.models.RenewTokenResponse
-
Converts this RenewTokenResponse into string format.
- toString() - Method in class com.squareup.square.models.ResumeSubscriptionRequest
-
Converts this ResumeSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.ResumeSubscriptionResponse
-
Converts this ResumeSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionRequest
-
Converts this RetrieveBookingCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeDefinitionResponse
-
Converts this RetrieveBookingCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest
-
Converts this RetrieveBookingCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeResponse
-
Converts this RetrieveBookingCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBookingResponse
-
Converts this RetrieveBookingResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveBusinessBookingProfileResponse
-
Converts this RetrieveBusinessBookingProfileResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCardResponse
-
Converts this RetrieveCardResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftRequest
-
Converts this RetrieveCashDrawerShiftRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCashDrawerShiftResponse
-
Converts this RetrieveCashDrawerShiftResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest
-
Converts this RetrieveCatalogObjectRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCatalogObjectResponse
-
Converts this RetrieveCatalogObjectResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionRequest
-
Converts this RetrieveCustomerCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse
-
Converts this RetrieveCustomerCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
Converts this RetrieveCustomerCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
Converts this RetrieveCustomerCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerGroupResponse
-
Converts this RetrieveCustomerGroupResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerResponse
-
Converts this RetrieveCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveCustomerSegmentResponse
-
Converts this RetrieveCustomerSegmentResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveDisputeEvidenceResponse
-
Converts this RetrieveDisputeEvidenceResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveDisputeResponse
-
Converts this RetrieveDisputeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveEmployeeResponse
-
Converts this RetrieveEmployeeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANRequest
-
Converts this RetrieveGiftCardFromGANRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveGiftCardFromGANResponse
-
Converts this RetrieveGiftCardFromGANResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceRequest
-
Converts this RetrieveGiftCardFromNonceRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveGiftCardFromNonceResponse
-
Converts this RetrieveGiftCardFromNonceResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveGiftCardResponse
-
Converts this RetrieveGiftCardResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryAdjustmentResponse
-
Converts this RetrieveInventoryAdjustmentResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest
-
Converts this RetrieveInventoryChangesRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryChangesResponse
-
Converts this RetrieveInventoryChangesResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest
-
Converts this RetrieveInventoryCountRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryCountResponse
-
Converts this RetrieveInventoryCountResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse
-
Converts this RetrieveInventoryPhysicalCountResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse
-
Converts this RetrieveInventoryTransferResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationBookingProfileResponse
-
Converts this RetrieveLocationBookingProfileResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionRequest
-
Converts this RetrieveLocationCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeDefinitionResponse
-
Converts this RetrieveLocationCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest
-
Converts this RetrieveLocationCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeResponse
-
Converts this RetrieveLocationCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationResponse
-
Converts this RetrieveLocationResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLocationSettingsResponse
-
Converts this RetrieveLocationSettingsResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLoyaltyAccountResponse
-
Converts this RetrieveLoyaltyAccountResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLoyaltyProgramResponse
-
Converts this RetrieveLoyaltyProgramResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLoyaltyPromotionResponse
-
Converts this RetrieveLoyaltyPromotionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveLoyaltyRewardResponse
-
Converts this RetrieveLoyaltyRewardResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionRequest
-
Converts this RetrieveMerchantCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeDefinitionResponse
-
Converts this RetrieveMerchantCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest
-
Converts this RetrieveMerchantCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeResponse
-
Converts this RetrieveMerchantCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantResponse
-
Converts this RetrieveMerchantResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveMerchantSettingsResponse
-
Converts this RetrieveMerchantSettingsResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionRequest
-
Converts this RetrieveOrderCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeDefinitionResponse
-
Converts this RetrieveOrderCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest
-
Converts this RetrieveOrderCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeResponse
-
Converts this RetrieveOrderCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveOrderResponse
-
Converts this RetrieveOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrievePaymentLinkResponse
-
Converts this RetrievePaymentLinkResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveSnippetResponse
-
Converts this RetrieveSnippetResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest
-
Converts this RetrieveSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.RetrieveSubscriptionResponse
-
Converts this RetrieveSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveTeamMemberBookingProfileResponse
-
Converts this RetrieveTeamMemberBookingProfileResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveTeamMemberResponse
-
Converts this RetrieveTeamMemberResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveTokenStatusResponse
-
Converts this RetrieveTokenStatusResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveTransactionResponse
-
Converts this RetrieveTransactionResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveVendorResponse
-
Converts this RetrieveVendorResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveWageSettingResponse
-
Converts this RetrieveWageSettingResponse into string format.
- toString() - Method in class com.squareup.square.models.RetrieveWebhookSubscriptionResponse
-
Converts this RetrieveWebhookSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.RevokeTokenRequest
-
Converts this RevokeTokenRequest into string format.
- toString() - Method in class com.squareup.square.models.RevokeTokenResponse
-
Converts this RevokeTokenResponse into string format.
- toString() - Method in class com.squareup.square.models.RiskEvaluation
-
Converts this RiskEvaluation into string format.
- toString() - Method in class com.squareup.square.models.SaveCardOptions
-
Converts this SaveCardOptions into string format.
- toString() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Converts this SearchAvailabilityFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchAvailabilityQuery
-
Converts this SearchAvailabilityQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchAvailabilityRequest
-
Converts this SearchAvailabilityRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchAvailabilityResponse
-
Converts this SearchAvailabilityResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Converts this SearchCatalogItemsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchCatalogItemsResponse
-
Converts this SearchCatalogItemsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchCatalogObjectsRequest
-
Converts this SearchCatalogObjectsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchCatalogObjectsResponse
-
Converts this SearchCatalogObjectsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchCustomersRequest
-
Converts this SearchCustomersRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchCustomersResponse
-
Converts this SearchCustomersResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchInvoicesRequest
-
Converts this SearchInvoicesRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchInvoicesResponse
-
Converts this SearchInvoicesResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequest
-
Converts this SearchLoyaltyAccountsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery
-
Converts this SearchLoyaltyAccountsRequestLoyaltyAccountQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyAccountsResponse
-
Converts this SearchLoyaltyAccountsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyEventsRequest
-
Converts this SearchLoyaltyEventsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyEventsResponse
-
Converts this SearchLoyaltyEventsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequest
-
Converts this SearchLoyaltyRewardsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyRewardsRequestLoyaltyRewardQuery
-
Converts this SearchLoyaltyRewardsRequestLoyaltyRewardQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchLoyaltyRewardsResponse
-
Converts this SearchLoyaltyRewardsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter
-
Converts this SearchOrdersCustomerFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter
-
Converts this SearchOrdersDateTimeFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersFilter
-
Converts this SearchOrdersFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter
-
Converts this SearchOrdersFulfillmentFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersQuery
-
Converts this SearchOrdersQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersRequest
-
Converts this SearchOrdersRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersResponse
-
Converts this SearchOrdersResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersSort
-
Converts this SearchOrdersSort into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersSourceFilter
-
Converts this SearchOrdersSourceFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchOrdersStateFilter
-
Converts this SearchOrdersStateFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchShiftsRequest
-
Converts this SearchShiftsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchShiftsResponse
-
Converts this SearchShiftsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchSubscriptionsFilter
-
Converts this SearchSubscriptionsFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchSubscriptionsQuery
-
Converts this SearchSubscriptionsQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchSubscriptionsRequest
-
Converts this SearchSubscriptionsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchSubscriptionsResponse
-
Converts this SearchSubscriptionsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchTeamMembersFilter
-
Converts this SearchTeamMembersFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchTeamMembersQuery
-
Converts this SearchTeamMembersQuery into string format.
- toString() - Method in class com.squareup.square.models.SearchTeamMembersRequest
-
Converts this SearchTeamMembersRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchTeamMembersResponse
-
Converts this SearchTeamMembersResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalActionsRequest
-
Converts this SearchTerminalActionsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalActionsResponse
-
Converts this SearchTerminalActionsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalCheckoutsRequest
-
Converts this SearchTerminalCheckoutsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalCheckoutsResponse
-
Converts this SearchTerminalCheckoutsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalRefundsRequest
-
Converts this SearchTerminalRefundsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchTerminalRefundsResponse
-
Converts this SearchTerminalRefundsResponse into string format.
- toString() - Method in class com.squareup.square.models.SearchVendorsRequest
-
Converts this SearchVendorsRequest into string format.
- toString() - Method in class com.squareup.square.models.SearchVendorsRequestFilter
-
Converts this SearchVendorsRequestFilter into string format.
- toString() - Method in class com.squareup.square.models.SearchVendorsRequestSort
-
Converts this SearchVendorsRequestSort into string format.
- toString() - Method in class com.squareup.square.models.SearchVendorsResponse
-
Converts this SearchVendorsResponse into string format.
- toString() - Method in class com.squareup.square.models.SegmentFilter
-
Converts this SegmentFilter into string format.
- toString() - Method in class com.squareup.square.models.SelectOption
-
Converts this SelectOption into string format.
- toString() - Method in class com.squareup.square.models.SelectOptions
-
Converts this SelectOptions into string format.
- toString() - Method in class com.squareup.square.models.Shift
-
Converts this Shift into string format.
- toString() - Method in class com.squareup.square.models.ShiftFilter
-
Converts this ShiftFilter into string format.
- toString() - Method in class com.squareup.square.models.ShiftQuery
-
Converts this ShiftQuery into string format.
- toString() - Method in class com.squareup.square.models.ShiftSort
-
Converts this ShiftSort into string format.
- toString() - Method in class com.squareup.square.models.ShiftWage
-
Converts this ShiftWage into string format.
- toString() - Method in class com.squareup.square.models.ShiftWorkday
-
Converts this ShiftWorkday into string format.
- toString() - Method in class com.squareup.square.models.ShippingFee
-
Converts this ShippingFee into string format.
- toString() - Method in class com.squareup.square.models.SignatureImage
-
Converts this SignatureImage into string format.
- toString() - Method in class com.squareup.square.models.SignatureOptions
-
Converts this SignatureOptions into string format.
- toString() - Method in class com.squareup.square.models.Site
-
Converts this Site into string format.
- toString() - Method in class com.squareup.square.models.Snippet
-
Converts this Snippet into string format.
- toString() - Method in class com.squareup.square.models.SnippetResponse
-
Converts this SnippetResponse into string format.
- toString() - Method in class com.squareup.square.models.SourceApplication
-
Converts this SourceApplication into string format.
- toString() - Method in class com.squareup.square.models.SquareAccountDetails
-
Converts this SquareAccountDetails into string format.
- toString() - Method in class com.squareup.square.models.StandardUnitDescription
-
Converts this StandardUnitDescription into string format.
- toString() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup
-
Converts this StandardUnitDescriptionGroup into string format.
- toString() - Method in class com.squareup.square.models.SubmitEvidenceResponse
-
Converts this SubmitEvidenceResponse into string format.
- toString() - Method in class com.squareup.square.models.Subscription
-
Converts this Subscription into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionAction
-
Converts this SubscriptionAction into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionEvent
-
Converts this SubscriptionEvent into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionEventInfo
-
Converts this SubscriptionEventInfo into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionPhase
-
Converts this SubscriptionPhase into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionPricing
-
Converts this SubscriptionPricing into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionSource
-
Converts this SubscriptionSource into string format.
- toString() - Method in class com.squareup.square.models.SubscriptionTestResult
-
Converts this SubscriptionTestResult into string format.
- toString() - Method in class com.squareup.square.models.SwapPlanRequest
-
Converts this SwapPlanRequest into string format.
- toString() - Method in class com.squareup.square.models.SwapPlanResponse
-
Converts this SwapPlanResponse into string format.
- toString() - Method in class com.squareup.square.models.TaxIds
-
Converts this TaxIds into string format.
- toString() - Method in class com.squareup.square.models.TeamMember
-
Converts this TeamMember into string format.
- toString() - Method in class com.squareup.square.models.TeamMemberAssignedLocations
-
Converts this TeamMemberAssignedLocations into string format.
- toString() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Converts this TeamMemberBookingProfile into string format.
- toString() - Method in class com.squareup.square.models.TeamMemberWage
-
Converts this TeamMemberWage into string format.
- toString() - Method in class com.squareup.square.models.Tender
-
Converts this Tender into string format.
- toString() - Method in class com.squareup.square.models.TenderBankAccountDetails
-
Converts this TenderBankAccountDetails into string format.
- toString() - Method in class com.squareup.square.models.TenderBuyNowPayLaterDetails
-
Converts this TenderBuyNowPayLaterDetails into string format.
- toString() - Method in class com.squareup.square.models.TenderCardDetails
-
Converts this TenderCardDetails into string format.
- toString() - Method in class com.squareup.square.models.TenderCashDetails
-
Converts this TenderCashDetails into string format.
- toString() - Method in class com.squareup.square.models.TenderSquareAccountDetails
-
Converts this TenderSquareAccountDetails into string format.
- toString() - Method in class com.squareup.square.models.TerminalAction
-
Converts this TerminalAction into string format.
- toString() - Method in class com.squareup.square.models.TerminalActionQuery
-
Converts this TerminalActionQuery into string format.
- toString() - Method in class com.squareup.square.models.TerminalActionQueryFilter
-
Converts this TerminalActionQueryFilter into string format.
- toString() - Method in class com.squareup.square.models.TerminalActionQuerySort
-
Converts this TerminalActionQuerySort into string format.
- toString() - Method in class com.squareup.square.models.TerminalCheckout
-
Converts this TerminalCheckout into string format.
- toString() - Method in class com.squareup.square.models.TerminalCheckoutQuery
-
Converts this TerminalCheckoutQuery into string format.
- toString() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter
-
Converts this TerminalCheckoutQueryFilter into string format.
- toString() - Method in class com.squareup.square.models.TerminalCheckoutQuerySort
-
Converts this TerminalCheckoutQuerySort into string format.
- toString() - Method in class com.squareup.square.models.TerminalRefund
-
Converts this TerminalRefund into string format.
- toString() - Method in class com.squareup.square.models.TerminalRefundQuery
-
Converts this TerminalRefundQuery into string format.
- toString() - Method in class com.squareup.square.models.TerminalRefundQueryFilter
-
Converts this TerminalRefundQueryFilter into string format.
- toString() - Method in class com.squareup.square.models.TerminalRefundQuerySort
-
Converts this TerminalRefundQuerySort into string format.
- toString() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest
-
Converts this TestWebhookSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.TestWebhookSubscriptionResponse
-
Converts this TestWebhookSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.TimeRange
-
Converts this TimeRange into string format.
- toString() - Method in class com.squareup.square.models.TipSettings
-
Converts this TipSettings into string format.
- toString() - Method in class com.squareup.square.models.Transaction
-
Converts this Transaction into string format.
- toString() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest
-
Converts this UnlinkCustomerFromGiftCardRequest into string format.
- toString() - Method in class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
Converts this UnlinkCustomerFromGiftCardResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Converts this UpdateBookingCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
Converts this UpdateBookingCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateBookingRequest
-
Converts this UpdateBookingRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateBookingResponse
-
Converts this UpdateBookingResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateBreakTypeRequest
-
Converts this UpdateBreakTypeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateBreakTypeResponse
-
Converts this UpdateBreakTypeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateCatalogImageRequest
-
Converts this UpdateCatalogImageRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateCatalogImageResponse
-
Converts this UpdateCatalogImageResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Converts this UpdateCustomerCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
Converts this UpdateCustomerCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerGroupRequest
-
Converts this UpdateCustomerGroupRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerGroupResponse
-
Converts this UpdateCustomerGroupResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerRequest
-
Converts this UpdateCustomerRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateCustomerResponse
-
Converts this UpdateCustomerResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateInvoiceRequest
-
Converts this UpdateInvoiceRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateInvoiceResponse
-
Converts this UpdateInvoiceResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest
-
Converts this UpdateItemModifierListsRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateItemModifierListsResponse
-
Converts this UpdateItemModifierListsResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateItemTaxesRequest
-
Converts this UpdateItemTaxesRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateItemTaxesResponse
-
Converts this UpdateItemTaxesResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Converts this UpdateLocationCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
Converts this UpdateLocationCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationRequest
-
Converts this UpdateLocationRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationResponse
-
Converts this UpdateLocationResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationSettingsRequest
-
Converts this UpdateLocationSettingsRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateLocationSettingsResponse
-
Converts this UpdateLocationSettingsResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Converts this UpdateMerchantCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
Converts this UpdateMerchantCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateMerchantSettingsRequest
-
Converts this UpdateMerchantSettingsRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateMerchantSettingsResponse
-
Converts this UpdateMerchantSettingsResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Converts this UpdateOrderCustomAttributeDefinitionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
Converts this UpdateOrderCustomAttributeDefinitionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateOrderRequest
-
Converts this UpdateOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateOrderResponse
-
Converts this UpdateOrderResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdatePaymentLinkRequest
-
Converts this UpdatePaymentLinkRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdatePaymentLinkResponse
-
Converts this UpdatePaymentLinkResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdatePaymentRequest
-
Converts this UpdatePaymentRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdatePaymentResponse
-
Converts this UpdatePaymentResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateShiftRequest
-
Converts this UpdateShiftRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateShiftResponse
-
Converts this UpdateShiftResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateSubscriptionRequest
-
Converts this UpdateSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateSubscriptionResponse
-
Converts this UpdateSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateTeamMemberRequest
-
Converts this UpdateTeamMemberRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateTeamMemberResponse
-
Converts this UpdateTeamMemberResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateVendorRequest
-
Converts this UpdateVendorRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateVendorResponse
-
Converts this UpdateVendorResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateWageSettingRequest
-
Converts this UpdateWageSettingRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateWageSettingResponse
-
Converts this UpdateWageSettingResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionRequest
-
Converts this UpdateWebhookSubscriptionRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
Converts this UpdateWebhookSubscriptionResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
Converts this UpdateWebhookSubscriptionSignatureKeyRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
Converts this UpdateWebhookSubscriptionSignatureKeyResponse into string format.
- toString() - Method in class com.squareup.square.models.UpdateWorkweekConfigRequest
-
Converts this UpdateWorkweekConfigRequest into string format.
- toString() - Method in class com.squareup.square.models.UpdateWorkweekConfigResponse
-
Converts this UpdateWorkweekConfigResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Converts this UpsertBookingCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
Converts this UpsertBookingCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertCatalogObjectRequest
-
Converts this UpsertCatalogObjectRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertCatalogObjectResponse
-
Converts this UpsertCatalogObjectResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Converts this UpsertCustomerCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
Converts this UpsertCustomerCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Converts this UpsertLocationCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
Converts this UpsertLocationCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Converts this UpsertMerchantCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
Converts this UpsertMerchantCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Converts this UpsertOrderCustomAttributeRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
Converts this UpsertOrderCustomAttributeResponse into string format.
- toString() - Method in class com.squareup.square.models.UpsertSnippetRequest
-
Converts this UpsertSnippetRequest into string format.
- toString() - Method in class com.squareup.square.models.UpsertSnippetResponse
-
Converts this UpsertSnippetResponse into string format.
- toString() - Method in class com.squareup.square.models.V1CreateRefundRequest
-
Converts this V1CreateRefundRequest into string format.
- toString() - Method in class com.squareup.square.models.V1Device
-
Converts this V1Device into string format.
- toString() - Method in class com.squareup.square.models.V1ListOrdersRequest
-
Converts this V1ListOrdersRequest into string format.
- toString() - Method in class com.squareup.square.models.V1ListOrdersResponse
-
Converts this V1ListOrdersResponse into string format.
- toString() - Method in class com.squareup.square.models.V1ListPaymentsRequest
-
Converts this V1ListPaymentsRequest into string format.
- toString() - Method in class com.squareup.square.models.V1ListPaymentsResponse
-
Converts this V1ListPaymentsResponse into string format.
- toString() - Method in class com.squareup.square.models.V1ListRefundsRequest
-
Converts this V1ListRefundsRequest into string format.
- toString() - Method in class com.squareup.square.models.V1ListRefundsResponse
-
Converts this V1ListRefundsResponse into string format.
- toString() - Method in class com.squareup.square.models.V1ListSettlementsRequest
-
Converts this V1ListSettlementsRequest into string format.
- toString() - Method in class com.squareup.square.models.V1ListSettlementsResponse
-
Converts this V1ListSettlementsResponse into string format.
- toString() - Method in class com.squareup.square.models.V1Money
-
Converts this V1Money into string format.
- toString() - Method in class com.squareup.square.models.V1Order
-
Converts this V1Order into string format.
- toString() - Method in class com.squareup.square.models.V1OrderHistoryEntry
-
Converts this V1OrderHistoryEntry into string format.
- toString() - Method in class com.squareup.square.models.V1Payment
-
Converts this V1Payment into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentDiscount
-
Converts this V1PaymentDiscount into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Converts this V1PaymentItemDetail into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentItemization
-
Converts this V1PaymentItemization into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentModifier
-
Converts this V1PaymentModifier into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentSurcharge
-
Converts this V1PaymentSurcharge into string format.
- toString() - Method in class com.squareup.square.models.V1PaymentTax
-
Converts this V1PaymentTax into string format.
- toString() - Method in class com.squareup.square.models.V1PhoneNumber
-
Converts this V1PhoneNumber into string format.
- toString() - Method in class com.squareup.square.models.V1Refund
-
Converts this V1Refund into string format.
- toString() - Method in class com.squareup.square.models.V1Settlement
-
Converts this V1Settlement into string format.
- toString() - Method in class com.squareup.square.models.V1SettlementEntry
-
Converts this V1SettlementEntry into string format.
- toString() - Method in class com.squareup.square.models.V1Tender
-
Converts this V1Tender into string format.
- toString() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Converts this V1UpdateOrderRequest into string format.
- toString() - Method in class com.squareup.square.models.Vendor
-
Converts this Vendor into string format.
- toString() - Method in class com.squareup.square.models.VendorContact
-
Converts this VendorContact into string format.
- toString() - Method in class com.squareup.square.models.VoidTransactionResponse
-
Converts this VoidTransactionResponse into string format.
- toString() - Method in class com.squareup.square.models.WageSetting
-
Converts this WageSetting into string format.
- toString() - Method in class com.squareup.square.models.WebhookSubscription
-
Converts this WebhookSubscription into string format.
- toString() - Method in class com.squareup.square.models.WorkweekConfig
-
Converts this WorkweekConfig into string format.
- toString() - Method in enum com.squareup.square.Server
-
Get string representation of this enum.
- toString() - Method in class com.squareup.square.SquareClient
-
Converts this SquareClient into string format.
- toString() - Method in class com.squareup.square.utilities.JsonObject
-
Converts the JSON into string.
- toString() - Method in class com.squareup.square.utilities.JsonValue
-
Converts the JSON into string.
- total(Long) - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
Setter for total.
- totalCollectedMoney(V1Money) - Method in class com.squareup.square.models.V1Payment.Builder
-
Setter for totalCollectedMoney.
- totalCompletedAmountMoney(Money) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for totalCompletedAmountMoney.
- totalDiscountMoney(Money) - Method in class com.squareup.square.models.Order.Builder
-
Setter for totalDiscountMoney.
- totalDiscountMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for totalDiscountMoney.
- totalDiscountMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for totalDiscountMoney.
- totalDiscountMoney(V1Money) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for totalDiscountMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.Order.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.OrderMoneyAmounts.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for totalMoney.
- totalMoney(Money) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for totalMoney.
- totalMoney(V1Money) - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
Setter for totalMoney.
- totalMoney(V1Money) - Method in class com.squareup.square.models.V1Settlement.Builder
-
Setter for totalMoney.
- totalMoney(V1Money) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for totalMoney.
- totalPriceMoney(Money) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for totalPriceMoney.
- totalPriceMoney(Money) - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
Setter for totalPriceMoney.
- totalPriceMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for totalPriceMoney.
- totalPriceMoney(V1Money) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for totalPriceMoney.
- totalServiceChargeMoney(Money) - Method in class com.squareup.square.models.Order.Builder
-
Setter for totalServiceChargeMoney.
- totalServiceChargeMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for totalServiceChargeMoney.
- totalServiceChargeMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for totalServiceChargeMoney.
- totalServiceChargeMoney(Money) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for totalServiceChargeMoney.
- totalServiceChargeMoney(Money) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for totalServiceChargeMoney.
- totalShippingMoney(V1Money) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for totalShippingMoney.
- totalTaxMoney(Money) - Method in class com.squareup.square.models.Order.Builder
-
Setter for totalTaxMoney.
- totalTaxMoney(Money) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for totalTaxMoney.
- totalTaxMoney(Money) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for totalTaxMoney.
- totalTaxMoney(Money) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for totalTaxMoney.
- totalTaxMoney(Money) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for totalTaxMoney.
- totalTaxMoney(V1Money) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for totalTaxMoney.
- totalTipMoney(Money) - Method in class com.squareup.square.models.Order.Builder
-
Setter for totalTipMoney.
- toValue(List<Environment>) - Static method in enum com.squareup.square.Environment
-
Convert list of Environment values to list of string values.
- toValue(List<Server>) - Static method in enum com.squareup.square.Server
-
Convert list of Server values to list of string values.
- trackingNumber(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for trackingNumber.
- trackingNumber(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for trackingNumber.
- trackingUrl(String) - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
Setter for trackingUrl.
- trackingUrl(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for trackingUrl.
- trackInventory(Boolean) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for trackInventory.
- trackInventory(Boolean) - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
Setter for trackInventory.
- transaction(Transaction) - Method in class com.squareup.square.models.ChargeResponse.Builder
-
Setter for transaction.
- transaction(Transaction) - Method in class com.squareup.square.models.RetrieveTransactionResponse.Builder
-
Setter for transaction.
- Transaction - Class in com.squareup.square.models
-
This is a model class for Transaction type.
- Transaction(String, String, String, List<Tender>, List<Refund>, String, String, String, Address, String) - Constructor for class com.squareup.square.models.Transaction
-
Initialization constructor.
- Transaction(String, OptionalNullable<String>, String, OptionalNullable<List<Tender>>, OptionalNullable<List<Refund>>, OptionalNullable<String>, String, OptionalNullable<String>, Address, OptionalNullable<String>) - Constructor for class com.squareup.square.models.Transaction
-
Initialization constructor.
- Transaction.Builder - Class in com.squareup.square.models
-
- transactionAmountMoney(Money) - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
Setter for transactionAmountMoney.
- transactionId(String) - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
Setter for transactionId.
- transactionId(String) - Method in class com.squareup.square.models.Refund.Builder
-
Setter for transactionId.
- transactionId(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for transactionId.
- transactions(List<Transaction>) - Method in class com.squareup.square.models.ListTransactionsResponse.Builder
-
Setter for transactions.
- TransactionsApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- transfer(InventoryTransfer) - Method in class com.squareup.square.models.InventoryChange.Builder
-
Setter for transfer.
- transfer(InventoryTransfer) - Method in class com.squareup.square.models.RetrieveInventoryTransferResponse.Builder
-
Setter for transfer.
- transferBalanceFromActivityDetails(GiftCardActivityTransferBalanceFrom) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for transferBalanceFromActivityDetails.
- transferBalanceToActivityDetails(GiftCardActivityTransferBalanceTo) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for transferBalanceToActivityDetails.
- transferFromGiftCardId(String) - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceTo.Builder
-
Setter for transferFromGiftCardId.
- transferToGiftCardId(String) - Method in class com.squareup.square.models.GiftCardActivityTransferBalanceFrom.Builder
-
Setter for transferToGiftCardId.
- transferType(String) - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
Setter for transferType.
- transitionTimeMinutes(Integer) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for transitionTimeMinutes.
- treatmentType(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for treatmentType.
- treatmentType(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for treatmentType.
- triggerLimit(LoyaltyPromotionTriggerLimit) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for triggerLimit.
- twitterUsername(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for twitterUsername.
- type(String) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.CatalogQuickAmount.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Component.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Destination.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Event.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.EventData.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.GiftCard.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.InventoryChange.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Location.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.LoyaltyEvent.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.LoyaltyPromotionIncentive.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.MeasurementUnit.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.PayoutFee.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.ProcessingFee.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.SubscriptionPricing.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.Tender.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.V1Refund.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.V1SettlementEntry.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.V1Tender.Builder
-
Setter for type.
- typeAppFeeRefundDetails(PaymentBalanceActivityAppFeeRefundDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeAppFeeRefundDetails.
- typeAppFeeRevenueDetails(PaymentBalanceActivityAppFeeRevenueDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeAppFeeRevenueDetails.
- typeAutomaticSavingsDetails(PaymentBalanceActivityAutomaticSavingsDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeAutomaticSavingsDetails.
- typeAutomaticSavingsReversedDetails(PaymentBalanceActivityAutomaticSavingsReversedDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeAutomaticSavingsReversedDetails.
- typeChargeDetails(PaymentBalanceActivityChargeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeChargeDetails.
- typeDepositFeeDetails(PaymentBalanceActivityDepositFeeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeDepositFeeDetails.
- typeDisputeDetails(PaymentBalanceActivityDisputeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeDisputeDetails.
- typeFeeDetails(PaymentBalanceActivityFeeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeFeeDetails.
- typeFilter(LoyaltyEventTypeFilter) - Method in class com.squareup.square.models.LoyaltyEventFilter.Builder
-
Setter for typeFilter.
- typeFreeProcessingDetails(PaymentBalanceActivityFreeProcessingDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeFreeProcessingDetails.
- typeHoldAdjustmentDetails(PaymentBalanceActivityHoldAdjustmentDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeHoldAdjustmentDetails.
- typeOpenDisputeDetails(PaymentBalanceActivityOpenDisputeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeOpenDisputeDetails.
- typeOtherAdjustmentDetails(PaymentBalanceActivityOtherAdjustmentDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeOtherAdjustmentDetails.
- typeOtherDetails(PaymentBalanceActivityOtherDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeOtherDetails.
- typeRefundDetails(PaymentBalanceActivityRefundDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeRefundDetails.
- typeReleaseAdjustmentDetails(PaymentBalanceActivityReleaseAdjustmentDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeReleaseAdjustmentDetails.
- typeReserveHoldDetails(PaymentBalanceActivityReserveHoldDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeReserveHoldDetails.
- typeReserveReleaseDetails(PaymentBalanceActivityReserveReleaseDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeReserveReleaseDetails.
- types(List<String>) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for types.
- types(String) - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
Setter for types.
- types(List<String>) - Method in class com.squareup.square.models.LoyaltyEventTypeFilter.Builder
-
Setter for types.
- typeSquareCapitalPaymentDetails(PaymentBalanceActivitySquareCapitalPaymentDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeSquareCapitalPaymentDetails.
- typeSquareCapitalReversedPaymentDetails(PaymentBalanceActivitySquareCapitalReversedPaymentDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeSquareCapitalReversedPaymentDetails.
- typeTaxOnFeeDetails(PaymentBalanceActivityTaxOnFeeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeTaxOnFeeDetails.
- typeThirdPartyFeeDetails(PaymentBalanceActivityThirdPartyFeeDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeThirdPartyFeeDetails.
- typeThirdPartyFeeRefundDetails(PaymentBalanceActivityThirdPartyFeeRefundDetail) - Method in class com.squareup.square.models.PayoutEntry.Builder
-
Setter for typeThirdPartyFeeRefundDetails.
- uid(String) - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.Fulfillment.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItem.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemAppliedTax.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturn.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderRoundingAdjustment.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.Phase.Builder
-
Setter for uid.
- uid(String) - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
Setter for uid.
- unblockActivityDetails(GiftCardActivityUnblock) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for unblockActivityDetails.
- unit(MeasurementUnit) - Method in class com.squareup.square.models.StandardUnitDescription.Builder
-
Setter for unit.
- unlinkCustomerFromGiftCard(String, UnlinkCustomerFromGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Unlinks a customer from a gift card, which is also referred to as removing a card on file.
- unlinkCustomerFromGiftCard(String, UnlinkCustomerFromGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Unlinks a customer from a gift card, which is also referred to as removing a card on file.
- unlinkCustomerFromGiftCardAsync(String, UnlinkCustomerFromGiftCardRequest) - Method in class com.squareup.square.api.DefaultGiftCardsApi
-
Unlinks a customer from a gift card, which is also referred to as removing a card on file.
- unlinkCustomerFromGiftCardAsync(String, UnlinkCustomerFromGiftCardRequest) - Method in interface com.squareup.square.api.GiftCardsApi
-
Unlinks a customer from a gift card, which is also referred to as removing a card on file.
- UnlinkCustomerFromGiftCardRequest - Class in com.squareup.square.models
-
This is a model class for UnlinkCustomerFromGiftCardRequest type.
- UnlinkCustomerFromGiftCardRequest(String) - Constructor for class com.squareup.square.models.UnlinkCustomerFromGiftCardRequest
-
Initialization constructor.
- UnlinkCustomerFromGiftCardRequest.Builder - Class in com.squareup.square.models
-
- UnlinkCustomerFromGiftCardResponse - Class in com.squareup.square.models
-
This is a model class for UnlinkCustomerFromGiftCardResponse type.
- UnlinkCustomerFromGiftCardResponse(List<Error>, GiftCard) - Constructor for class com.squareup.square.models.UnlinkCustomerFromGiftCardResponse
-
Initialization constructor.
- UnlinkCustomerFromGiftCardResponse.Builder - Class in com.squareup.square.models
-
- unlinked(Boolean) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for unlinked.
- unlinked(Boolean) - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
Setter for unlinked.
- unlinkedActivityRefundActivityDetails(GiftCardActivityUnlinkedActivityRefund) - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
Setter for unlinkedActivityRefundActivityDetails.
- unsetAbbreviation() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for abbreviation.
- unsetAbbreviation() - Method in class com.squareup.square.models.StandardUnitDescription.Builder
-
UnSetter for abbreviation.
- unsetAbsentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for absentAtLocationIds.
- unsetAcceptPartialAuthorization() - Method in class com.squareup.square.models.PaymentOptions.Builder
-
UnSetter for acceptPartialAuthorization.
- unsetAccessToken() - Method in class com.squareup.square.models.RenewTokenRequest.Builder
-
UnSetter for accessToken.
- unsetAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
UnSetter for accessToken.
- unsetAccountNumber() - Method in class com.squareup.square.models.Vendor.Builder
-
UnSetter for accountNumber.
- unsetAccountNumberSuffix() - Method in class com.squareup.square.models.ACHDetails.Builder
-
UnSetter for accountNumberSuffix.
- unsetAccountOwnershipType() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for accountOwnershipType.
- unsetAccountType() - Method in class com.squareup.square.models.ACHDetails.Builder
-
UnSetter for accountType.
- unsetAccrualRules() - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
UnSetter for accrualRules.
- unsetActions() - Method in class com.squareup.square.models.Subscription.Builder
-
UnSetter for actions.
- unsetActive() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails.Builder
-
UnSetter for active.
- unsetActive() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
UnSetter for active.
- unsetAdditionalRecipients() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for additionalRecipients.
- unsetAdditionalRecipients() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for additionalRecipients.
- unsetAdditionalRecipients() - Method in class com.squareup.square.models.Refund.Builder
-
UnSetter for additionalRecipients.
- unsetAdditionalRecipients() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for additionalRecipients.
- unsetAdditiveTax() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for additiveTax.
- unsetAddressLine1() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for addressLine1.
- unsetAddressLine2() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for addressLine2.
- unsetAddressLine3() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for addressLine3.
- unsetAdministrativeDistrictLevel1() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for administrativeDistrictLevel1.
- unsetAdministrativeDistrictLevel2() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for administrativeDistrictLevel2.
- unsetAdministrativeDistrictLevel3() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for administrativeDistrictLevel3.
- unsetAfterpayClearpay() - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
UnSetter for afterpayClearpay.
- unsetAll() - Method in class com.squareup.square.models.FilterValue.Builder
-
UnSetter for all.
- unsetAllItems() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
UnSetter for allItems.
- unsetAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig.Builder
-
UnSetter for allowedSelections.
- unsetAllowNegativeBalance() - Method in class com.squareup.square.models.AdjustLoyaltyPointsRequest.Builder
-
UnSetter for allowNegativeBalance.
- unsetAllowTipping() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for allowTipping.
- unsetAllowTipping() - Method in class com.squareup.square.models.TipSettings.Builder
-
UnSetter for allowTipping.
- unsetAllowUserCancel() - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
UnSetter for allowUserCancel.
- unsetAllProducts() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for allProducts.
- unsetAmount() - Method in class com.squareup.square.models.Money.Builder
-
UnSetter for amount.
- unsetAmount() - Method in class com.squareup.square.models.V1Money.Builder
-
UnSetter for amount.
- unsetAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings.Builder
-
UnSetter for amounts.
- unsetAny() - Method in class com.squareup.square.models.FilterValue.Builder
-
UnSetter for any.
- unsetAnyTeamMemberBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for anyTeamMemberBookingEnabled.
- unsetApiVersion() - Method in class com.squareup.square.models.ListWebhookEventTypesRequest.Builder
-
UnSetter for apiVersion.
- unsetApiVersion() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
UnSetter for apiVersion.
- unsetApplePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
UnSetter for applePay.
- unsetApplicationCryptogram() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for applicationCryptogram.
- unsetApplicationId() - Method in class com.squareup.square.models.ApplicationDetails.Builder
-
UnSetter for applicationId.
- unsetApplicationId() - Method in class com.squareup.square.models.SourceApplication.Builder
-
UnSetter for applicationId.
- unsetApplicationIdentifier() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for applicationIdentifier.
- unsetApplicationName() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for applicationName.
- unsetAppliedDiscounts() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for appliedDiscounts.
- unsetAppliedDiscounts() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for appliedDiscounts.
- unsetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for appliedServiceCharges.
- unsetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for appliedServiceCharges.
- unsetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for appliedServiceCharges.
- unsetAppliedServiceCharges() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for appliedServiceCharges.
- unsetAppliedTaxes() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for appliedTaxes.
- unsetAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for appliedTaxes.
- unsetAppliedTaxes() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for appliedTaxes.
- unsetAppliedTaxes() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for appliedTaxes.
- unsetAppliesToCustomAmounts() - Method in class com.squareup.square.models.CatalogTax.Builder
-
UnSetter for appliesToCustomAmounts.
- unsetAppliesToProductSetId() - Method in class com.squareup.square.models.CatalogTax.Builder
-
UnSetter for appliesToProductSetId.
- unsetApplyProductsId() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for applyProductsId.
- unsetAppointmentSegments() - Method in class com.squareup.square.models.Availability.Builder
-
UnSetter for appointmentSegments.
- unsetAppointmentSegments() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for appointmentSegments.
- unsetAppVersion() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for appVersion.
- unsetArrivalDate() - Method in class com.squareup.square.models.Payout.Builder
-
UnSetter for arrivalDate.
- unsetAskForShippingAddress() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for askForShippingAddress.
- unsetAskForShippingAddress() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for askForShippingAddress.
- unsetAttributeMaxValue() - Method in class com.squareup.square.models.CatalogQueryRange.Builder
-
UnSetter for attributeMaxValue.
- unsetAttributeMinValue() - Method in class com.squareup.square.models.CatalogQueryRange.Builder
-
UnSetter for attributeMinValue.
- unsetAuthorizedAt() - Method in class com.squareup.square.models.CardPaymentTimeline.Builder
-
UnSetter for authorizedAt.
- unsetAuthResultCode() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for authResultCode.
- unsetAutoApplyDiscounts() - Method in class com.squareup.square.models.OrderPricingOptions.Builder
-
UnSetter for autoApplyDiscounts.
- unsetAutoApplyTaxes() - Method in class com.squareup.square.models.OrderPricingOptions.Builder
-
UnSetter for autoApplyTaxes.
- unsetAutocomplete() - Method in class com.squareup.square.models.PaymentOptions.Builder
-
UnSetter for autocomplete.
- unsetAutoCompleteDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for autoCompleteDuration.
- unsetAutoCompleteDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for autoCompleteDuration.
- unsetAvailabilityPeriodIds() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for availabilityPeriodIds.
- unsetAvailableElectronically() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for availableElectronically.
- unsetAvailableForBooking() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for availableForBooking.
- unsetAvailableForPickup() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for availableForPickup.
- unsetAvailableOnline() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for availableOnline.
- unsetAvsStatus() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for avsStatus.
- unsetAwaitNextAction() - Method in class com.squareup.square.models.TerminalAction.Builder
-
UnSetter for awaitNextAction.
- unsetAwaitNextActionDuration() - Method in class com.squareup.square.models.TerminalAction.Builder
-
UnSetter for awaitNextActionDuration.
- unsetBankAccount() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
UnSetter for bankAccount.
- unsetBankAccountId() - Method in class com.squareup.square.models.V1Settlement.Builder
-
UnSetter for bankAccountId.
- unsetBankName() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for bankName.
- unsetBankName() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for bankName.
- unsetBatchDeleteMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for batchDeleteMaxObjectIds.
- unsetBatchRetrieveMaxObjectIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for batchRetrieveMaxObjectIds.
- unsetBatchToken() - Method in class com.squareup.square.models.V1ListOrdersRequest.Builder
-
UnSetter for batchToken.
- unsetBatchToken() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
UnSetter for batchToken.
- unsetBatchToken() - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
UnSetter for batchToken.
- unsetBatchToken() - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
UnSetter for batchToken.
- unsetBatchUpsertMaxObjectsPerBatch() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for batchUpsertMaxObjectsPerBatch.
- unsetBatchUpsertMaxTotalObjects() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for batchUpsertMaxTotalObjects.
- unsetBatteryPercentage() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for batteryPercentage.
- unsetBeginTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
UnSetter for beginTime.
- unsetBeginTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
UnSetter for beginTime.
- unsetBirthday() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for birthday.
- unsetBirthday() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for birthday.
- unsetBlockedDiscounts() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
UnSetter for blockedDiscounts.
- unsetBlockedTaxes() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklists.Builder
-
UnSetter for blockedTaxes.
- unsetBookableOnly() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
UnSetter for bookableOnly.
- unsetBookingEnabled() - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
UnSetter for bookingEnabled.
- unsetBookingId() - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
UnSetter for bookingId.
- unsetBookingSiteUrl() - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
UnSetter for bookingSiteUrl.
- unsetBookingVersion() - Method in class com.squareup.square.models.CancelBookingRequest.Builder
-
UnSetter for bookingVersion.
- unsetBooleanValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
UnSetter for booleanValue.
- unsetBoolFilter() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
UnSetter for boolFilter.
- unsetBrand() - Method in class com.squareup.square.models.BuyNowPayLaterDetails.Builder
-
UnSetter for brand.
- unsetBrand() - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
UnSetter for brand.
- unsetBrandDisputeId() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for brandDisputeId.
- unsetBreaks() - Method in class com.squareup.square.models.Shift.Builder
-
UnSetter for breaks.
- unsetBtcPriceSatoshi() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for btcPriceSatoshi.
- unsetBtcReceiveAddress() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for btcReceiveAddress.
- unsetBusinessEmail() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for businessEmail.
- unsetBusinessName() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for businessName.
- unsetBusinessName() - Method in class com.squareup.square.models.Merchant.Builder
-
UnSetter for businessName.
- unsetButtonColor() - Method in class com.squareup.square.models.CheckoutLocationSettingsBranding.Builder
-
UnSetter for buttonColor.
- unsetBuyerArrivedAt() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
UnSetter for buyerArrivedAt.
- unsetBuyerArrivedAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
UnSetter for buyerArrivedAt.
- unsetBuyerCountryCode() - Method in class com.squareup.square.models.CashAppDetails.Builder
-
UnSetter for buyerCountryCode.
- unsetBuyerEmail() - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
UnSetter for buyerEmail.
- unsetBuyerEmail() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for buyerEmail.
- unsetBuyerEmailAddress() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for buyerEmailAddress.
- unsetBuyerFullName() - Method in class com.squareup.square.models.CashAppDetails.Builder
-
UnSetter for buyerFullName.
- unsetBuyerNote() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for buyerNote.
- unsetBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
UnSetter for buyerPaymentInstrumentIds.
- unsetBuyerPaymentInstrumentIds() - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
UnSetter for buyerPaymentInstrumentIds.
- unsetBuyerPhoneNumber() - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
UnSetter for buyerPhoneNumber.
- unsetBuyNowPayLater() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
UnSetter for buyNowPayLater.
- unsetCalorieCount() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
UnSetter for calorieCount.
- unsetCanceledAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for canceledAt.
- unsetCanceledAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for canceledAt.
- unsetCanceledDate() - Method in class com.squareup.square.models.Subscription.Builder
-
UnSetter for canceledDate.
- unsetCanceledNote() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for canceledNote.
- unsetCanceledNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
UnSetter for canceledNote.
- unsetCancellationPolicyText() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for cancellationPolicyText.
- unsetCancellationWindowSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for cancellationWindowSeconds.
- unsetCancelReason() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for cancelReason.
- unsetCancelReason() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for cancelReason.
- unsetCancelReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for cancelReason.
- unsetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for cancelReason.
- unsetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for cancelReason.
- unsetCancelReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for cancelReason.
- unsetCanProrate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
UnSetter for canProrate.
- unsetCaption() - Method in class com.squareup.square.models.CatalogImage.Builder
-
UnSetter for caption.
- unsetCapturedAt() - Method in class com.squareup.square.models.CardPaymentTimeline.Builder
-
UnSetter for capturedAt.
- unsetCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
UnSetter for card.
- unsetCardBrand() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for cardBrand.
- unsetCardholderName() - Method in class com.squareup.square.models.Card.Builder
-
UnSetter for cardholderName.
- unsetCardId() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for cardId.
- unsetCardId() - Method in class com.squareup.square.models.Subscription.Builder
-
UnSetter for cardId.
- unsetCardNonce() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for cardNonce.
- unsetCards() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for cards.
- unsetCarrier() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for carrier.
- unsetCarrier() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for carrier.
- unsetCashAppPay() - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
UnSetter for cashAppPay.
- unsetCashAppPay() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
UnSetter for cashAppPay.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.InventoryCount.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectId() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for catalogObjectId.
- unsetCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for catalogObjectIds.
- unsetCatalogObjectIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for catalogObjectIds.
- unsetCatalogObjectType() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for catalogObjectType.
- unsetCatalogObjectType() - Method in class com.squareup.square.models.InventoryCount.Builder
-
UnSetter for catalogObjectType.
- unsetCatalogObjectType() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for catalogObjectType.
- unsetCatalogObjectType() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for catalogObjectType.
- unsetCatalogV1Id() - Method in class com.squareup.square.models.CatalogV1Id.Builder
-
UnSetter for catalogV1Id.
- unsetCatalogV1Ids() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for catalogV1Ids.
- unsetCatalogVersion() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.CatalogObjectReference.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for catalogVersion.
- unsetCatalogVersion() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
UnSetter for catalogVersion.
- unsetCategories() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for categories.
- unsetCategoryId() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for categoryId.
- unsetCategoryId() - Method in class com.squareup.square.models.CategoryPathToRootNode.Builder
-
UnSetter for categoryId.
- unsetCategoryName() - Method in class com.squareup.square.models.CategoryPathToRootNode.Builder
-
UnSetter for categoryName.
- unsetCategoryName() - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
UnSetter for categoryName.
- unsetChanges() - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
UnSetter for changes.
- unsetChannels() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for channels.
- unsetChannels() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for channels.
- unsetChargingState() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for chargingState.
- unsetCheckoutPageUrl() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for checkoutPageUrl.
- unsetClientId() - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
UnSetter for clientId.
- unsetClientId() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for clientId.
- unsetClientObjectId() - Method in class com.squareup.square.models.CatalogIdMapping.Builder
-
UnSetter for clientObjectId.
- unsetClientSecret() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for clientSecret.
- unsetClosedAt() - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
UnSetter for closedAt.
- unsetClosedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
UnSetter for closedAt.
- unsetCode() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for code.
- unsetCodeVerifier() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for codeVerifier.
- unsetCollectSignature() - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
UnSetter for collectSignature.
- unsetColor() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
UnSetter for color.
- unsetCompanyName() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for companyName.
- unsetCompanyName() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for companyName.
- unsetCompletedAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for completedAt.
- unsetCompletedAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for completedAt.
- unsetCompletedNote() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for completedNote.
- unsetCompletedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
UnSetter for completedNote.
- unsetComponents() - Method in class com.squareup.square.models.Device.Builder
-
UnSetter for components.
- unsetContacts() - Method in class com.squareup.square.models.Vendor.Builder
-
UnSetter for contacts.
- unsetContentType() - Method in class com.squareup.square.models.DeprecatedCreateDisputeEvidenceFileRequest.Builder
-
UnSetter for contentType.
- unsetCount() - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
UnSetter for count.
- unsetCountry() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for country.
- unsetCourierPickupAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for courierPickupAt.
- unsetCourierPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for courierPickupAt.
- unsetCourierPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for courierPickupWindowDuration.
- unsetCourierPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for courierPickupWindowDuration.
- unsetCourierProviderName() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for courierProviderName.
- unsetCourierProviderName() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for courierProviderName.
- unsetCourierSupportPhoneNumber() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for courierSupportPhoneNumber.
- unsetCourierSupportPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for courierSupportPhoneNumber.
- unsetCreatorId() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for creatorId.
- unsetCurbsideDetails() - Method in class com.squareup.square.models.FulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
UnSetter for curbsideDetails.
- unsetCurbsideDetails() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
UnSetter for curbsideDetails.
- unsetCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListDisputeEvidenceRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListMerchantsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
UnSetter for cursor.
- unsetCursor() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
UnSetter for cursor.
- unsetCustomAttributeDefinitionId() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
UnSetter for customAttributeDefinitionId.
- unsetCustomAttributeValues() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for customAttributeValues.
- unsetCustomerCardId() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for customerCardId.
- unsetCustomerGroupIdsAny() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for customerGroupIdsAny.
- unsetCustomerId() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.Card.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.InvoiceRecipient.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for customerId.
- unsetCustomerId() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for customerId.
- unsetCustomerIds() - Method in class com.squareup.square.models.InvoiceFilter.Builder
-
UnSetter for customerIds.
- unsetCustomerIds() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
-
UnSetter for customerIds.
- unsetCustomerIds() - Method in class com.squareup.square.models.SearchOrdersCustomerFilter.Builder
-
UnSetter for customerIds.
- unsetCustomerIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
UnSetter for customerIds.
- unsetCustomerInitiated() - Method in class com.squareup.square.models.CustomerDetails.Builder
-
UnSetter for customerInitiated.
- unsetCustomerNote() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for customerNote.
- unsetCustomerNotesEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
UnSetter for customerNotesEnabled.
- unsetCustomFields() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for customFields.
- unsetCustomFields() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for customFields.
- unsetCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsDietaryPreference.Builder
-
UnSetter for customName.
- unsetCustomName() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetailsIngredient.Builder
-
UnSetter for customName.
- unsetCustomTipField() - Method in class com.squareup.square.models.TipSettings.Builder
-
UnSetter for customTipField.
- unsetCvvStatus() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for cvvStatus.
- unsetDeadlineDuration() - Method in class com.squareup.square.models.TerminalAction.Builder
-
UnSetter for deadlineDuration.
- unsetDeadlineDuration() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for deadlineDuration.
- unsetDeadlineDuration() - Method in class com.squareup.square.models.TerminalRefund.Builder
-
UnSetter for deadlineDuration.
- unsetDebitMandateReferenceId() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for debitMandateReferenceId.
- unsetDefaultPercent() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
UnSetter for defaultPercent.
- unsetDefaultTimezone() - Method in class com.squareup.square.models.ShiftWorkday.Builder
-
UnSetter for defaultTimezone.
- unsetDelayAction() - Method in class com.squareup.square.models.Payment.Builder
-
UnSetter for delayAction.
- unsetDelayCapture() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for delayCapture.
- unsetDelayDuration() - Method in class com.squareup.square.models.PaymentOptions.Builder
-
UnSetter for delayDuration.
- unsetDeleted() - Method in class com.squareup.square.models.EventData.Builder
-
UnSetter for deleted.
- unsetDeliverAt() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for deliverAt.
- unsetDeliverAt() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for deliverAt.
- unsetDeliveryWindowDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for deliveryWindowDuration.
- unsetDeliveryWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for deliveryWindowDuration.
- unsetDescription() - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CashDrawerShiftEvent.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for description.
- unsetDescription() - Method in class com.squareup.square.models.PaymentLink.Builder
-
UnSetter for description.
- unsetDescriptionHtml() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for descriptionHtml.
- unsetDestinationId() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for destinationId.
- unsetDestinationType() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for destinationType.
- unsetDetail() - Method in class com.squareup.square.models.SubscriptionEventInfo.Builder
-
UnSetter for detail.
- unsetDeviceCodeId() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
UnSetter for deviceCodeId.
- unsetDeviceId() - Method in class com.squareup.square.models.DeviceDetails.Builder
-
UnSetter for deviceId.
- unsetDeviceId() - Method in class com.squareup.square.models.TerminalAction.Builder
-
UnSetter for deviceId.
- unsetDeviceId() - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
UnSetter for deviceId.
- unsetDeviceId() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
UnSetter for deviceId.
- unsetDeviceId() - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
UnSetter for deviceId.
- unsetDeviceInstallationId() - Method in class com.squareup.square.models.DeviceDetails.Builder
-
UnSetter for deviceInstallationId.
- unsetDeviceName() - Method in class com.squareup.square.models.DeviceDetails.Builder
-
UnSetter for deviceName.
- unsetDietaryPreferences() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
UnSetter for dietaryPreferences.
- unsetDisagreeButtonText() - Method in class com.squareup.square.models.ConfirmationOptions.Builder
-
UnSetter for disagreeButtonText.
- unsetDiscountCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
UnSetter for discountCatalogObjectId.
- unsetDiscountId() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for discountId.
- unsetDiscountId() - Method in class com.squareup.square.models.V1PaymentDiscount.Builder
-
UnSetter for discountId.
- unsetDiscountIds() - Method in class com.squareup.square.models.SubscriptionPricing.Builder
-
UnSetter for discountIds.
- unsetDiscounts() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for discounts.
- unsetDiscounts() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for discounts.
- unsetDiscountUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
UnSetter for discountUid.
- unsetDisplayName() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
UnSetter for displayName.
- unsetDisplayName() - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
UnSetter for displayName.
- unsetDisplayName() - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
UnSetter for displayName.
- unsetDisputeId() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for disputeId.
- unsetDisputeId() - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
UnSetter for disputeId.
- unsetDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail.Builder
-
UnSetter for disputeId.
- unsetDisputeId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail.Builder
-
UnSetter for disputeId.
- unsetDomain() - Method in class com.squareup.square.models.Site.Builder
-
UnSetter for domain.
- unsetDropoffNotes() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for dropoffNotes.
- unsetDropoffNotes() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for dropoffNotes.
- unsetDueAt() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for dueAt.
- unsetDueDate() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for dueDate.
- unsetDurationMinutes() - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
UnSetter for durationMinutes.
- unsetEffectiveAt() - Method in class com.squareup.square.models.PayoutEntry.Builder
-
UnSetter for effectiveAt.
- unsetEffectiveAt() - Method in class com.squareup.square.models.PayoutFee.Builder
-
UnSetter for effectiveAt.
- unsetEffectiveAt() - Method in class com.squareup.square.models.ProcessingFee.Builder
-
UnSetter for effectiveAt.
- unsetEffectiveDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest.Builder
-
UnSetter for effectiveDate.
- unsetEffectiveDate() - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
UnSetter for effectiveDate.
- unsetEligibleCategoryIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
UnSetter for eligibleCategoryIds.
- unsetEligibleForAutoAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings.Builder
-
UnSetter for eligibleForAutoAmounts.
- unsetEligibleItemIds() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
UnSetter for eligibleItemIds.
- unsetEmail() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for email.
- unsetEmailAddress() - Method in class com.squareup.square.models.AfterpayDetails.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.ClearpayDetails.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.TeamMember.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for emailAddress.
- unsetEmailAddress() - Method in class com.squareup.square.models.VendorContact.Builder
-
UnSetter for emailAddress.
- unsetEmailUnsubscribed() - Method in class com.squareup.square.models.CustomerPreferences.Builder
-
UnSetter for emailUnsubscribed.
- unsetEmployeeId() - Method in class com.squareup.square.models.EmployeeWage.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.Shift.Builder
-
UnSetter for employeeId.
- unsetEmployeeId() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for employeeId.
- unsetEmployeeIds() - Method in class com.squareup.square.models.ShiftFilter.Builder
-
UnSetter for employeeIds.
- unsetEnableCoupon() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for enableCoupon.
- unsetEnabled() - Method in class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
UnSetter for enabled.
- unsetEnabled() - Method in class com.squareup.square.models.CatalogTax.Builder
-
UnSetter for enabled.
- unsetEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsCoupons.Builder
-
UnSetter for enabled.
- unsetEnabled() - Method in class com.squareup.square.models.CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder
-
UnSetter for enabled.
- unsetEnabled() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
UnSetter for enabled.
- unsetEnableLoyalty() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for enableLoyalty.
- unsetEndAt() - Method in class com.squareup.square.models.Break.Builder
-
UnSetter for endAt.
- unsetEndAt() - Method in class com.squareup.square.models.FloatNumberRange.Builder
-
UnSetter for endAt.
- unsetEndAt() - Method in class com.squareup.square.models.Shift.Builder
-
UnSetter for endAt.
- unsetEndAt() - Method in class com.squareup.square.models.TimeRange.Builder
-
UnSetter for endAt.
- unsetEndDate() - Method in class com.squareup.square.models.DateRange.Builder
-
UnSetter for endDate.
- unsetEndedAt() - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
UnSetter for endedAt.
- unsetEndedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
UnSetter for endedAt.
- unsetEndLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod.Builder
-
UnSetter for endLocalTime.
- unsetEndLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
UnSetter for endLocalTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListRefundsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.ListTransactionsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
UnSetter for endTime.
- unsetEndTime() - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
UnSetter for endTime.
- unsetEndToEndId() - Method in class com.squareup.square.models.Payout.Builder
-
UnSetter for endToEndId.
- unsetEnforceUniqueness() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionStringConfig.Builder
-
UnSetter for enforceUniqueness.
- unsetEnrolledAt() - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
UnSetter for enrolledAt.
- unsetEntries() - Method in class com.squareup.square.models.V1Settlement.Builder
-
UnSetter for entries.
- unsetEntryMethod() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for entryMethod.
- unsetEntryMethod() - Method in class com.squareup.square.models.DestinationDetailsCardRefundDetails.Builder
-
UnSetter for entryMethod.
- unsetErrors() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for errors.
- unsetErrors() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for errors.
- unsetErrors() - Method in class com.squareup.square.models.SquareAccountDetails.Builder
-
UnSetter for errors.
- unsetErrors() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for errors.
- unsetErrors() - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
UnSetter for errors.
- unsetEuVat() - Method in class com.squareup.square.models.CustomerTaxIds.Builder
-
UnSetter for euVat.
- unsetEvent() - Method in class com.squareup.square.models.CatalogTimePeriod.Builder
-
UnSetter for event.
- unsetEventId() - Method in class com.squareup.square.models.Event.Builder
-
UnSetter for eventId.
- unsetEventType() - Method in class com.squareup.square.models.TestWebhookSubscriptionRequest.Builder
-
UnSetter for eventType.
- unsetEventTypes() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
UnSetter for eventTypes.
- unsetEvidenceId() - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
UnSetter for evidenceId.
- unsetEvidenceIds() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for evidenceIds.
- unsetEvidenceText() - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
UnSetter for evidenceText.
- unsetExact() - Method in class com.squareup.square.models.CustomerTextFilter.Builder
-
UnSetter for exact.
- unsetExcludedCategoryIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData.Builder
-
UnSetter for excludedCategoryIds.
- unsetExcludedItemVariationIds() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRuleSpendData.Builder
-
UnSetter for excludedItemVariationIds.
- unsetExcludeProductsId() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for excludeProductsId.
- unsetExpectedShippedAt() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for expectedShippedAt.
- unsetExpectedShippedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for expectedShippedAt.
- unsetExpiresAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for expiresAt.
- unsetExpiresAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for expiresAt.
- unsetExpiresAt() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for expiresAt.
- unsetExpiringPointDeadlines() - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
UnSetter for expiringPointDeadlines.
- unsetExpMonth() - Method in class com.squareup.square.models.Card.Builder
-
UnSetter for expMonth.
- unsetExpYear() - Method in class com.squareup.square.models.Card.Builder
-
UnSetter for expYear.
- unsetExternalDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for externalDeliveryId.
- unsetExternalDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for externalDeliveryId.
- unsetFacebookUrl() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for facebookUrl.
- unsetFailureReason() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for failureReason.
- unsetFailureReason() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for failureReason.
- unsetFamilyName() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for familyName.
- unsetFamilyName() - Method in class com.squareup.square.models.TeamMember.Builder
-
UnSetter for familyName.
- unsetFamilyName() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for familyName.
- unsetFeeId() - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
UnSetter for feeId.
- unsetFieldsToClear() - Method in class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
UnSetter for fieldsToClear.
- unsetFieldsToClear() - Method in class com.squareup.square.models.UpdateOrderRequest.Builder
-
UnSetter for fieldsToClear.
- unsetFilename() - Method in class com.squareup.square.models.DisputeEvidenceFile.Builder
-
UnSetter for filename.
- unsetFiletype() - Method in class com.squareup.square.models.DisputeEvidenceFile.Builder
-
UnSetter for filetype.
- unsetFilters() - Method in class com.squareup.square.models.CustomerCustomAttributeFilters.Builder
-
UnSetter for filters.
- unsetFingerprint() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for fingerprint.
- unsetFingerprint() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for fingerprint.
- unsetFirstName() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for firstName.
- unsetFirstName() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for firstName.
- unsetFromLocationId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for fromLocationId.
- unsetFulfillments() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for fulfillments.
- unsetFulfillmentStates() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter.Builder
-
UnSetter for fulfillmentStates.
- unsetFulfillmentTypes() - Method in class com.squareup.square.models.SearchOrdersFulfillmentFilter.Builder
-
UnSetter for fulfillmentTypes.
- unsetFulfillmentUid() - Method in class com.squareup.square.models.OrderFulfillmentUpdatedUpdate.Builder
-
UnSetter for fulfillmentUid.
- unsetFulfillmentUpdate() - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
UnSetter for fulfillmentUpdate.
- unsetFuzzy() - Method in class com.squareup.square.models.CustomerTextFilter.Builder
-
UnSetter for fuzzy.
- unsetGan() - Method in class com.squareup.square.models.GiftCard.Builder
-
UnSetter for gan.
- unsetGiftCardGan() - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
UnSetter for giftCardGan.
- unsetGiftCardId() - Method in class com.squareup.square.models.GiftCardActivity.Builder
-
UnSetter for giftCardId.
- unsetGiftCardId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for giftCardId.
- unsetGivenName() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for givenName.
- unsetGivenName() - Method in class com.squareup.square.models.TeamMember.Builder
-
UnSetter for givenName.
- unsetGivenName() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for givenName.
- unsetGooglePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods.Builder
-
UnSetter for googlePay.
- unsetGroupIds() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for groupIds.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.BookingCustomAttributeUpsertRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.CancelBookingRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.CloneOrderRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.PublishInvoiceRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateBookingRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateInvoiceRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateOrderRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateVendorRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpsertBookingCustomAttributeRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpsertLocationCustomAttributeRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpsertMerchantCustomAttributeRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIdempotencyKey() - Method in class com.squareup.square.models.UpsertOrderCustomAttributeRequest.Builder
-
UnSetter for idempotencyKey.
- unsetIgnoreUnchangedCounts() - Method in class com.squareup.square.models.BatchChangeInventoryRequest.Builder
-
UnSetter for ignoreUnchangedCounts.
- unsetImageId() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
UnSetter for imageId.
- unsetImageIds() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for imageIds.
- unsetImageIds() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for imageIds.
- unsetImageIds() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for imageIds.
- unsetImageIds() - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
UnSetter for imageIds.
- unsetInclude() - Method in class com.squareup.square.models.RetrieveSubscriptionRequest.Builder
-
UnSetter for include.
- unsetIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
UnSetter for includeCategoryPathToRoot.
- unsetIncludeCategoryPathToRoot() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
UnSetter for includeCategoryPathToRoot.
- unsetIncludeDeletedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
UnSetter for includeDeletedObjects.
- unsetIncludeDisabled() - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
UnSetter for includeDisabled.
- unsetIncludeDisabled() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
UnSetter for includeDisabled.
- unsetIncludePartial() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
UnSetter for includePartial.
- unsetIncludeRelatedObjects() - Method in class com.squareup.square.models.BatchRetrieveCatalogObjectsRequest.Builder
-
UnSetter for includeRelatedObjects.
- unsetIncludeRelatedObjects() - Method in class com.squareup.square.models.RetrieveCatalogObjectRequest.Builder
-
UnSetter for includeRelatedObjects.
- unsetInclusiveTax() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for inclusiveTax.
- unsetIngredients() - Method in class com.squareup.square.models.CatalogItemFoodAndBeverageDetails.Builder
-
UnSetter for ingredients.
- unsetInitialAttributeValue() - Method in class com.squareup.square.models.CatalogQuerySortedAttribute.Builder
-
UnSetter for initialAttributeValue.
- unsetInitiatedAt() - Method in class com.squareup.square.models.V1Settlement.Builder
-
UnSetter for initiatedAt.
- unsetInstagramUsername() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for instagramUsername.
- unsetInventoryAlertThreshold() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for inventoryAlertThreshold.
- unsetInventoryAlertThreshold() - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
UnSetter for inventoryAlertThreshold.
- unsetInvoiceNumber() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for invoiceNumber.
- unsetIpAddress() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for ipAddress.
- unsetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsEthernetDetails.Builder
-
UnSetter for ipAddressV4.
- unsetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsNetworkInterfaceDetails.Builder
-
UnSetter for ipAddressV4.
- unsetIpAddressV4() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
UnSetter for ipAddressV4.
- unsetIsArchived() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for isArchived.
- unsetIsBookable() - Method in class com.squareup.square.models.TeamMemberBookingProfile.Builder
-
UnSetter for isBookable.
- unsetIsCurbsidePickup() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for isCurbsidePickup.
- unsetIsCurbsidePickup() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for isCurbsidePickup.
- unsetIsDeleted() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for isDeleted.
- unsetIsDuplicate() - Method in class com.squareup.square.models.ReceiptOptions.Builder
-
UnSetter for isDuplicate.
- unsetIsExchange() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for isExchange.
- unsetIsExchange() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for isExchange.
- unsetIsNoContactDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for isNoContactDelivery.
- unsetIsNoContactDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for isNoContactDelivery.
- unsetIsOvertimeExempt() - Method in class com.squareup.square.models.WageSetting.Builder
-
UnSetter for isOvertimeExempt.
- unsetIsOwner() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for isOwner.
- unsetIsOwner() - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
UnSetter for isOwner.
- unsetIsPartial() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for isPartial.
- unsetIsPublished() - Method in class com.squareup.square.models.Site.Builder
-
UnSetter for isPublished.
- unsetIsTopLevel() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for isTopLevel.
- unsetItemId() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for itemId.
- unsetItemId() - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
UnSetter for itemId.
- unsetItemizations() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for itemizations.
- unsetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionForItem.Builder
-
UnSetter for itemOptionId.
- unsetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
UnSetter for itemOptionId.
- unsetItemOptionId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
UnSetter for itemOptionId.
- unsetItemOptionIds() - Method in class com.squareup.square.models.CatalogQueryItemsForItemOptions.Builder
-
UnSetter for itemOptionIds.
- unsetItemOptions() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for itemOptions.
- unsetItemOptionValueId() - Method in class com.squareup.square.models.CatalogItemOptionValueForItemVariation.Builder
-
UnSetter for itemOptionValueId.
- unsetItemOptionValueIds() - Method in class com.squareup.square.models.CatalogQueryItemVariationsForItemOptionValues.Builder
-
UnSetter for itemOptionValueIds.
- unsetItemOptionValues() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for itemOptionValues.
- unsetItemVariationId() - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
UnSetter for itemVariationId.
- unsetItemVariationName() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for itemVariationName.
- unsetJobAssignments() - Method in class com.squareup.square.models.WageSetting.Builder
-
UnSetter for jobAssignments.
- unsetJobId() - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
UnSetter for jobId.
- unsetKey() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition.Builder
-
UnSetter for key.
- unsetKey() - Method in class com.squareup.square.models.CustomAttribute.Builder
-
UnSetter for key.
- unsetKey() - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
UnSetter for key.
- unsetKey() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
UnSetter for key.
- unsetLabel() - Method in class com.squareup.square.models.InvoiceCustomField.Builder
-
UnSetter for label.
- unsetLabelColor() - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
UnSetter for labelColor.
- unsetLabelColor() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for labelColor.
- unsetLanguageCode() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for languageCode.
- unsetLanguageCode() - Method in class com.squareup.square.models.Merchant.Builder
-
UnSetter for languageCode.
- unsetLanguageCode() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
UnSetter for languageCode.
- unsetLast4() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for last4.
- unsetLastName() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for lastName.
- unsetLastName() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for lastName.
- unsetLatitude() - Method in class com.squareup.square.models.Coordinates.Builder
-
UnSetter for latitude.
- unsetLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributeDefinitionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftEventsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCashDrawerShiftsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributeDefinitionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCustomerGroupsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCustomerSegmentsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListCustomersRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListEmployeeWagesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListInvoicesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListLocationBookingProfilesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributeDefinitionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListLoyaltyPromotionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributeDefinitionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributeDefinitionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListPaymentLinksRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListPayoutEntriesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListSubscriptionEventsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListWebhookSubscriptionsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.ListWorkweekConfigsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.V1ListOrdersRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.V1ListPaymentsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.V1ListRefundsRequest.Builder
-
UnSetter for limit.
- unsetLimit() - Method in class com.squareup.square.models.V1ListSettlementsRequest.Builder
-
UnSetter for limit.
- unsetLineItems() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for lineItems.
- unsetLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
UnSetter for lineItemUid.
- unsetLineItemUid() - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
UnSetter for lineItemUid.
- unsetLocality() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for locality.
- unsetLocationId() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.BatchRetrieveOrdersRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.CatalogV1Id.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.DeviceCode.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Event.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.InventoryCount.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListBankAccountsRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListBreakTypesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListDevicesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListEmployeesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListPayoutsRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ListTeamMemberBookingProfilesRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.ModifierLocationOverrides.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.OrderCreated.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.OrderEntry.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.OrderUpdated.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for locationId.
- unsetLocationId() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for locationId.
- unsetLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryChangesRequest.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.RetrieveInventoryCountRequest.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.SearchTeamMembersFilter.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.ShiftFilter.Builder
-
UnSetter for locationIds.
- unsetLocationIds() - Method in class com.squareup.square.models.TeamMemberAssignedLocations.Builder
-
UnSetter for locationIds.
- unsetLocationOverrides() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for locationOverrides.
- unsetLocationOverrides() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
UnSetter for locationOverrides.
- unsetLocationTypes() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for locationTypes.
- unsetLongitude() - Method in class com.squareup.square.models.Coordinates.Builder
-
UnSetter for longitude.
- unsetLoyaltyAccountId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
UnSetter for loyaltyAccountId.
- unsetMainLocationId() - Method in class com.squareup.square.models.Merchant.Builder
-
UnSetter for mainLocationId.
- unsetManagedDelivery() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for managedDelivery.
- unsetManagedDelivery() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for managedDelivery.
- unsetManufacturersId() - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
UnSetter for manufacturersId.
- unsetMappings() - Method in class com.squareup.square.models.SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
-
UnSetter for mappings.
- unsetMatchProductsId() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for matchProductsId.
- unsetMax() - Method in class com.squareup.square.models.Range.Builder
-
UnSetter for max.
- unsetMaxAllowedSelections() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfig.Builder
-
UnSetter for maxAllowedSelections.
- unsetMaxAppointmentsPerDayLimit() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for maxAppointmentsPerDayLimit.
- unsetMaxBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for maxBookingLeadTimeSeconds.
- unsetMaxSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
UnSetter for maxSelectedModifiers.
- unsetMBoolean() - Method in class com.squareup.square.models.CustomerCustomAttributeFilterValue.Builder
-
UnSetter for mBoolean.
- unsetMcc() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for mcc.
- unsetMeasurementUnitId() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for measurementUnitId.
- unsetMerchantId() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for merchantId.
- unsetMerchantId() - Method in class com.squareup.square.models.Event.Builder
-
UnSetter for merchantId.
- unsetMerchantId() - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
UnSetter for merchantId.
- unsetMerchantId() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for merchantId.
- unsetMerchantId() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for merchantId.
- unsetMerchantSupportEmail() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for merchantSupportEmail.
- unsetMerchantSupportEmail() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for merchantSupportEmail.
- unsetMerchantToken() - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
UnSetter for merchantToken.
- unsetMessage() - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
UnSetter for message.
- unsetMetadata() - Method in class com.squareup.square.models.Fulfillment.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for metadata.
- unsetMetadata() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for metadata.
- unsetMigrationToken() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for migrationToken.
- unsetMin() - Method in class com.squareup.square.models.Range.Builder
-
UnSetter for min.
- unsetMinBookingLeadTimeSeconds() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for minBookingLeadTimeSeconds.
- unsetMinSelectedModifiers() - Method in class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
UnSetter for minSelectedModifiers.
- unsetModel() - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
UnSetter for model.
- unsetModifierListId() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
UnSetter for modifierListId.
- unsetModifierListInfo() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for modifierListInfo.
- unsetModifierListsToDisable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest.Builder
-
UnSetter for modifierListsToDisable.
- unsetModifierListsToEnable() - Method in class com.squareup.square.models.UpdateItemModifierListsRequest.Builder
-
UnSetter for modifierListsToEnable.
- unsetModifierOptionId() - Method in class com.squareup.square.models.V1PaymentModifier.Builder
-
UnSetter for modifierOptionId.
- unsetModifierOverrides() - Method in class com.squareup.square.models.CatalogItemModifierListInfo.Builder
-
UnSetter for modifierOverrides.
- unsetModifiers() - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
UnSetter for modifiers.
- unsetModifiers() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for modifiers.
- unsetModifiers() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for modifiers.
- unsetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
UnSetter for monthlyBillingAnchorDate.
- unsetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.ChangeBillingAnchorDateRequest.Builder
-
UnSetter for monthlyBillingAnchorDate.
- unsetMonthlyBillingAnchorDate() - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
UnSetter for monthlyBillingAnchorDate.
- unsetMultipleServiceBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for multipleServiceBookingEnabled.
- unsetMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData.Builder
-
UnSetter for multiplier.
- unsetName() - Method in class com.squareup.square.models.CashDrawerDevice.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogImage.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CatalogTax.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.DeviceCode.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderRoundingAdjustment.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.OrderSource.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.SearchVendorsRequestFilter.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.ShippingFee.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.SourceApplication.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.StandardUnitDescription.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.SubscriptionSource.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1Device.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1PaymentDiscount.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1PaymentModifier.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.Vendor.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.VendorContact.Builder
-
UnSetter for name.
- unsetName() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
UnSetter for name.
- unsetNetworkConnectionType() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for networkConnectionType.
- unsetNewPlanVariationId() - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
UnSetter for newPlanVariationId.
- unsetNewPlanVariationId() - Method in class com.squareup.square.models.SwapPlanRequest.Builder
-
UnSetter for newPlanVariationId.
- unsetNickname() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for nickname.
- unsetNickname() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for nickname.
- unsetNone() - Method in class com.squareup.square.models.FilterValue.Builder
-
UnSetter for none.
- unsetNote() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for note.
- unsetNote() - Method in class com.squareup.square.models.Vendor.Builder
-
UnSetter for note.
- unsetNotes() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for notes.
- unsetNotificationUrl() - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
UnSetter for notificationUrl.
- unsetNumberValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
UnSetter for numberValue.
- unsetObject() - Method in class com.squareup.square.models.EventData.Builder
-
UnSetter for object.
- unsetObjectId() - Method in class com.squareup.square.models.CatalogIdMapping.Builder
-
UnSetter for objectId.
- unsetObjectId() - Method in class com.squareup.square.models.CatalogObjectReference.Builder
-
UnSetter for objectId.
- unsetObjectIds() - Method in class com.squareup.square.models.BatchDeleteCatalogObjectsRequest.Builder
-
UnSetter for objectIds.
- unsetOccurredAt() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for occurredAt.
- unsetOccurredAt() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for occurredAt.
- unsetOccurredAt() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for occurredAt.
- unsetOnByDefault() - Method in class com.squareup.square.models.CatalogModifierOverride.Builder
-
UnSetter for onByDefault.
- unsetOnlineBookingEnabled() - Method in class com.squareup.square.models.LocationBookingProfile.Builder
-
UnSetter for onlineBookingEnabled.
- unsetOnlineVisibility() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for onlineVisibility.
- unsetOpenedAt() - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
UnSetter for openedAt.
- unsetOpenedAt() - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
UnSetter for openedAt.
- unsetOrderHistory() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for orderHistory.
- unsetOrderId() - Method in class com.squareup.square.models.CalculateLoyaltyPointsRequest.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.OrderCreated.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.OrderEntry.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.OrderUpdated.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for orderId.
- unsetOrderId() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for orderId.
- unsetOrders() - Method in class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
UnSetter for orders.
- unsetOrderTemplateId() - Method in class com.squareup.square.models.Phase.Builder
-
UnSetter for orderTemplateId.
- unsetOrderTemplateId() - Method in class com.squareup.square.models.PhaseInput.Builder
-
UnSetter for orderTemplateId.
- unsetOrderValue() - Method in class com.squareup.square.models.PaginationCursor.Builder
-
UnSetter for orderValue.
- unsetOrderVersion() - Method in class com.squareup.square.models.PayOrderRequest.Builder
-
UnSetter for orderVersion.
- unsetOrdinal() - Method in class com.squareup.square.models.CatalogItemOptionValue.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.CatalogModifier.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.CatalogModifierList.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.CatalogObjectCategory.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.CatalogQuickAmount.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.Phase.Builder
-
UnSetter for ordinal.
- unsetOrdinal() - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
UnSetter for ordinal.
- unsetOsVersion() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for osVersion.
- unsetPageDescription() - Method in class com.squareup.square.models.CatalogEcomSeoData.Builder
-
UnSetter for pageDescription.
- unsetPageTitle() - Method in class com.squareup.square.models.CatalogEcomSeoData.Builder
-
UnSetter for pageTitle.
- unsetPanSuffix() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for panSuffix.
- unsetPathToRoot() - Method in class com.squareup.square.models.CatalogCategory.Builder
-
UnSetter for pathToRoot.
- unsetPauseCycleDuration() - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
UnSetter for pauseCycleDuration.
- unsetPauseEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
UnSetter for pauseEffectiveDate.
- unsetPauseReason() - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
UnSetter for pauseReason.
- unsetPayload() - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
UnSetter for payload.
- unsetPaymentConditions() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for paymentConditions.
- unsetPaymentId() - Method in class com.squareup.square.models.DisputedPayment.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRevenueDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityChargeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityDisputeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFeeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityFreeProcessingDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityHoldAdjustmentDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOpenDisputeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherAdjustmentDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityOtherDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReleaseAdjustmentDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveHoldDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityReserveReleaseDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalPaymentDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivitySquareCapitalReversedPaymentDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for paymentId.
- unsetPaymentId() - Method in class com.squareup.square.models.V1SettlementEntry.Builder
-
UnSetter for paymentId.
- unsetPaymentIds() - Method in class com.squareup.square.models.PayOrderRequest.Builder
-
UnSetter for paymentIds.
- unsetPaymentNote() - Method in class com.squareup.square.models.PaymentLink.Builder
-
UnSetter for paymentNote.
- unsetPaymentNote() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for paymentNote.
- unsetPaymentRegion() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for paymentRegion.
- unsetPaymentRequests() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for paymentRequests.
- unsetPaymentSourceToken() - Method in class com.squareup.square.models.SquareAccountDetails.Builder
-
UnSetter for paymentSourceToken.
- unsetPaymentUrl() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for paymentUrl.
- unsetPaymentVersionToken() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for paymentVersionToken.
- unsetPayoutFee() - Method in class com.squareup.square.models.Payout.Builder
-
UnSetter for payoutFee.
- unsetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsDetail.Builder
-
UnSetter for payoutId.
- unsetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityAutomaticSavingsReversedDetail.Builder
-
UnSetter for payoutId.
- unsetPayoutId() - Method in class com.squareup.square.models.PaymentBalanceActivityDepositFeeDetail.Builder
-
UnSetter for payoutId.
- unsetPercentage() - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.CatalogTax.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for percentage.
- unsetPercentage() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for percentage.
- unsetPercentageRequested() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for percentageRequested.
- unsetPercentages() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
UnSetter for percentages.
- unsetPeriods() - Method in class com.squareup.square.models.BusinessHours.Builder
-
UnSetter for periods.
- unsetPeriods() - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
UnSetter for periods.
- unsetPermalink() - Method in class com.squareup.square.models.CatalogEcomSeoData.Builder
-
UnSetter for permalink.
- unsetPhases() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
UnSetter for phases.
- unsetPhases() - Method in class com.squareup.square.models.SubscriptionAction.Builder
-
UnSetter for phases.
- unsetPhases() - Method in class com.squareup.square.models.SubscriptionEvent.Builder
-
UnSetter for phases.
- unsetPhases() - Method in class com.squareup.square.models.SwapPlanRequest.Builder
-
UnSetter for phases.
- unsetPhoneNumber() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.Employee.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.FulfillmentRecipient.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.LoyaltyAccountMapping.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.OrderFulfillmentRecipient.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.TeamMember.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for phoneNumber.
- unsetPhoneNumber() - Method in class com.squareup.square.models.VendorContact.Builder
-
UnSetter for phoneNumber.
- unsetPhotoStudioOrderId() - Method in class com.squareup.square.models.CatalogImage.Builder
-
UnSetter for photoStudioOrderId.
- unsetPickupAt() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for pickupAt.
- unsetPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for pickupAt.
- unsetPickupWindowDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for pickupWindowDuration.
- unsetPickupWindowDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for pickupWindowDuration.
- unsetPinRequired() - Method in class com.squareup.square.models.CatalogDiscount.Builder
-
UnSetter for pinRequired.
- unsetPlanPhaseUid() - Method in class com.squareup.square.models.Phase.Builder
-
UnSetter for planPhaseUid.
- unsetPoints() - Method in class com.squareup.square.models.LoyaltyEventAccumulatePoints.Builder
-
UnSetter for points.
- unsetPoints() - Method in class com.squareup.square.models.LoyaltyProgramAccrualRule.Builder
-
UnSetter for points.
- unsetPointsMultiplier() - Method in class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData.Builder
-
UnSetter for pointsMultiplier.
- unsetPolicies() - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
UnSetter for policies.
- unsetPostalCode() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for postalCode.
- unsetPrecision() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionNumberConfig.Builder
-
UnSetter for precision.
- unsetPrecision() - Method in class com.squareup.square.models.CatalogMeasurementUnit.Builder
-
UnSetter for precision.
- unsetPrecision() - Method in class com.squareup.square.models.OrderQuantityUnit.Builder
-
UnSetter for precision.
- unsetPrePopulateBuyerEmail() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for prePopulateBuyerEmail.
- unsetPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for prepTimeDuration.
- unsetPrepTimeDuration() - Method in class com.squareup.square.models.FulfillmentPickupDetails.Builder
-
UnSetter for prepTimeDuration.
- unsetPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for prepTimeDuration.
- unsetPrepTimeDuration() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails.Builder
-
UnSetter for prepTimeDuration.
- unsetPresentAtAllLocations() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for presentAtAllLocations.
- unsetPresentAtLocationIds() - Method in class com.squareup.square.models.CatalogObject.Builder
-
UnSetter for presentAtLocationIds.
- unsetPrintOnly() - Method in class com.squareup.square.models.ReceiptOptions.Builder
-
UnSetter for printOnly.
- unsetProcessedAt() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for processedAt.
- unsetProcessingFee() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for processingFee.
- unsetProductIdsAll() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for productIdsAll.
- unsetProductIdsAny() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for productIdsAny.
- unsetPromoCode() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for promoCode.
- unsetProposedRewards() - Method in class com.squareup.square.models.CalculateOrderRequest.Builder
-
UnSetter for proposedRewards.
- unsetQualifyingCategoryIds() - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
UnSetter for qualifyingCategoryIds.
- unsetQualifyingItemVariationIds() - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
UnSetter for qualifyingItemVariationIds.
- unsetQuantity() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.InventoryCount.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.QuantityRatio.Builder
-
UnSetter for quantity.
- unsetQuantity() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for quantity.
- unsetQuantityDenominator() - Method in class com.squareup.square.models.QuantityRatio.Builder
-
UnSetter for quantityDenominator.
- unsetQuantityExact() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for quantityExact.
- unsetQuantityMax() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for quantityMax.
- unsetQuantityMin() - Method in class com.squareup.square.models.CatalogProductSet.Builder
-
UnSetter for quantityMin.
- unsetRate() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
UnSetter for rate.
- unsetRate() - Method in class com.squareup.square.models.V1PaymentTax.Builder
-
UnSetter for rate.
- unsetReason() - Method in class com.squareup.square.models.LoyaltyEventAdjustPoints.Builder
-
UnSetter for reason.
- unsetReason() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for reason.
- unsetReason() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for reason.
- unsetReason() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for reason.
- unsetReceiptUrl() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for receiptUrl.
- unsetReceiptUrl() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for receiptUrl.
- unsetReceivableId() - Method in class com.squareup.square.models.AdditionalRecipient.Builder
-
UnSetter for receivableId.
- unsetRecipientName() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for recipientName.
- unsetRecipientPhoneNumber() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for recipientPhoneNumber.
- unsetRedeemActivityId() - Method in class com.squareup.square.models.GiftCardActivityRefund.Builder
-
UnSetter for redeemActivityId.
- unsetRedirectUri() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for redirectUri.
- unsetRedirectUrl() - Method in class com.squareup.square.models.Checkout.Builder
-
UnSetter for redirectUrl.
- unsetRedirectUrl() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for redirectUrl.
- unsetReferenceId() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.Card.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityActivate.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityLoad.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRedeem.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityRefund.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.GiftCardActivityUnlinkedActivityRefund.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.ListCardsRequest.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.SaveCardOptions.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.TeamMember.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for referenceId.
- unsetReferenceId() - Method in class com.squareup.square.models.UpdateCustomerRequest.Builder
-
UnSetter for referenceId.
- unsetRefreshToken() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for refreshToken.
- unsetRefundedAdditiveTax() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for refundedAdditiveTax.
- unsetRefundedInclusiveTax() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for refundedInclusiveTax.
- unsetRefundedNote() - Method in class com.squareup.square.models.V1Order.Builder
-
UnSetter for refundedNote.
- unsetRefundedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
UnSetter for refundedNote.
- unsetRefundedSurcharges() - Method in class com.squareup.square.models.V1Refund.Builder
-
UnSetter for refundedSurcharges.
- unsetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityAppFeeRefundDetail.Builder
-
UnSetter for refundId.
- unsetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityRefundDetail.Builder
-
UnSetter for refundId.
- unsetRefundId() - Method in class com.squareup.square.models.PaymentBalanceActivityThirdPartyFeeRefundDetail.Builder
-
UnSetter for refundId.
- unsetRefundRequiresCardPresence() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for refundRequiresCardPresence.
- unsetRefunds() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for refunds.
- unsetRefunds() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for refunds.
- unsetRelativeScheduledDays() - Method in class com.squareup.square.models.InvoicePaymentReminder.Builder
-
UnSetter for relativeScheduledDays.
- unsetReminders() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for reminders.
- unsetRemoved() - Method in class com.squareup.square.models.VendorContact.Builder
-
UnSetter for removed.
- unsetReportedAt() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for reportedAt.
- unsetReportedDate() - Method in class com.squareup.square.models.Dispute.Builder
-
UnSetter for reportedDate.
- unsetRequestIdempotenceKey() - Method in class com.squareup.square.models.V1CreateRefundRequest.Builder
-
UnSetter for requestIdempotenceKey.
- unsetResumeEffectiveDate() - Method in class com.squareup.square.models.PauseSubscriptionRequest.Builder
-
UnSetter for resumeEffectiveDate.
- unsetResumeEffectiveDate() - Method in class com.squareup.square.models.ResumeSubscriptionRequest.Builder
-
UnSetter for resumeEffectiveDate.
- unsetReturnLineItems() - Method in class com.squareup.square.models.OrderReturn.Builder
-
UnSetter for returnLineItems.
- unsetReturnModifiers() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for returnModifiers.
- unsetReturnServiceCharges() - Method in class com.squareup.square.models.OrderReturn.Builder
-
UnSetter for returnServiceCharges.
- unsetReturnTips() - Method in class com.squareup.square.models.OrderReturn.Builder
-
UnSetter for returnTips.
- unsetRevokeOnlyAccessToken() - Method in class com.squareup.square.models.RevokeTokenRequest.Builder
-
UnSetter for revokeOnlyAccessToken.
- unsetRewardTiers() - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
UnSetter for rewardTiers.
- unsetRoutingNumber() - Method in class com.squareup.square.models.ACHDetails.Builder
-
UnSetter for routingNumber.
- unsetSaleOrServiceDate() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for saleOrServiceDate.
- unsetScheduledAt() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for scheduledAt.
- unsetSchema() - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
UnSetter for schema.
- unsetScopes() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for scopes.
- unsetScore() - Method in class com.squareup.square.models.CatalogQuickAmount.Builder
-
UnSetter for score.
- unsetSearchMaxPageLimit() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for searchMaxPageLimit.
- unsetSecondaryBankIdentificationNumber() - Method in class com.squareup.square.models.BankAccount.Builder
-
UnSetter for secondaryBankIdentificationNumber.
- unsetSecureConnection() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
UnSetter for secureConnection.
- unsetSegmentFilters() - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
UnSetter for segmentFilters.
- unsetSegmentIds() - Method in class com.squareup.square.models.Customer.Builder
-
UnSetter for segmentIds.
- unsetSelectionUidsFilter() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
UnSetter for selectionUidsFilter.
- unsetSelectionUidValues() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
UnSetter for selectionUidValues.
- unsetSellable() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for sellable.
- unsetSellerId() - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
UnSetter for sellerId.
- unsetSellerKeyedIn() - Method in class com.squareup.square.models.CustomerDetails.Builder
-
UnSetter for sellerKeyedIn.
- unsetSellerNote() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for sellerNote.
- unsetSeparateTipScreen() - Method in class com.squareup.square.models.TipSettings.Builder
-
UnSetter for separateTipScreen.
- unsetSerialNumber() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for serialNumber.
- unsetServiceCharges() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for serviceCharges.
- unsetServiceDuration() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for serviceDuration.
- unsetServiceVariationId() - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
UnSetter for serviceVariationId.
- unsetServiceVariationVersion() - Method in class com.squareup.square.models.AppointmentSegment.Builder
-
UnSetter for serviceVariationVersion.
- unsetSessionLocation() - Method in class com.squareup.square.models.DeviceComponentDetailsApplicationDetails.Builder
-
UnSetter for sessionLocation.
- unsetSettledAt() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for settledAt.
- unsetShippedTrackingNumber() - Method in class com.squareup.square.models.V1UpdateOrderRequest.Builder
-
UnSetter for shippedTrackingNumber.
- unsetShippingNote() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for shippingNote.
- unsetShippingNote() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for shippingNote.
- unsetShippingType() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for shippingType.
- unsetShippingType() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for shippingType.
- unsetShortLived() - Method in class com.squareup.square.models.ObtainTokenRequest.Builder
-
UnSetter for shortLived.
- unsetShowColors() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
UnSetter for showColors.
- unsetShowItemizedCart() - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
UnSetter for showItemizedCart.
- unsetSiteTitle() - Method in class com.squareup.square.models.Site.Builder
-
UnSetter for siteTitle.
- unsetSkipBookingFlowStaffSelection() - Method in class com.squareup.square.models.BusinessAppointmentSettings.Builder
-
UnSetter for skipBookingFlowStaffSelection.
- unsetSkipModifierScreen() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for skipModifierScreen.
- unsetSkipReceiptScreen() - Method in class com.squareup.square.models.DeviceCheckoutOptions.Builder
-
UnSetter for skipReceiptScreen.
- unsetSku() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for sku.
- unsetSku() - Method in class com.squareup.square.models.V1PaymentItemDetail.Builder
-
UnSetter for sku.
- unsetSmartTipping() - Method in class com.squareup.square.models.TipSettings.Builder
-
UnSetter for smartTipping.
- unsetSmartTippingEnabled() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
UnSetter for smartTippingEnabled.
- unsetSmartTips() - Method in class com.squareup.square.models.CheckoutLocationSettingsTipping.Builder
-
UnSetter for smartTips.
- unsetSortName() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for sortName.
- unsetSortOrder() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for sortOrder.
- unsetSortOrder() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for sortOrder.
- unsetSortOrder() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for sortOrder.
- unsetSortOrder() - Method in class com.squareup.square.models.TerminalRefundQuerySort.Builder
-
UnSetter for sortOrder.
- unsetSourceDiscountUid() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for sourceDiscountUid.
- unsetSourceId() - Method in class com.squareup.square.models.ExternalPaymentDetails.Builder
-
UnSetter for sourceId.
- unsetSourceLineItemUid() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for sourceLineItemUid.
- unsetSourceModifierUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for sourceModifierUid.
- unsetSourceNames() - Method in class com.squareup.square.models.SearchOrdersSourceFilter.Builder
-
UnSetter for sourceNames.
- unsetSourceNames() - Method in class com.squareup.square.models.SearchSubscriptionsFilter.Builder
-
UnSetter for sourceNames.
- unsetSourceOrderId() - Method in class com.squareup.square.models.OrderReturn.Builder
-
UnSetter for sourceOrderId.
- unsetSourceServiceChargeUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for sourceServiceChargeUid.
- unsetSourceTaxUid() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for sourceTaxUid.
- unsetSourceTenderId() - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
UnSetter for sourceTenderId.
- unsetSourceTenderUid() - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
UnSetter for sourceTenderUid.
- unsetSourceType() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for sourceType.
- unsetSquareDeliveryId() - Method in class com.squareup.square.models.FulfillmentDeliveryDetails.Builder
-
UnSetter for squareDeliveryId.
- unsetSquareDeliveryId() - Method in class com.squareup.square.models.OrderFulfillmentDeliveryDetails.Builder
-
UnSetter for squareDeliveryId.
- unsetSquareGiftCard() - Method in class com.squareup.square.models.InvoiceAcceptedPaymentMethods.Builder
-
UnSetter for squareGiftCard.
- unsetSsid() - Method in class com.squareup.square.models.DeviceComponentDetailsWiFiDetails.Builder
-
UnSetter for ssid.
- unsetStandardUnitDescriptions() - Method in class com.squareup.square.models.StandardUnitDescriptionGroup.Builder
-
UnSetter for standardUnitDescriptions.
- unsetStartAt() - Method in class com.squareup.square.models.Availability.Builder
-
UnSetter for startAt.
- unsetStartAt() - Method in class com.squareup.square.models.Booking.Builder
-
UnSetter for startAt.
- unsetStartAt() - Method in class com.squareup.square.models.FloatNumberRange.Builder
-
UnSetter for startAt.
- unsetStartAt() - Method in class com.squareup.square.models.TimeRange.Builder
-
UnSetter for startAt.
- unsetStartAtMax() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for startAtMax.
- unsetStartAtMin() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for startAtMin.
- unsetStartDate() - Method in class com.squareup.square.models.DateRange.Builder
-
UnSetter for startDate.
- unsetStartLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod.Builder
-
UnSetter for startLocalTime.
- unsetStartLocalTime() - Method in class com.squareup.square.models.CatalogAvailabilityPeriod.Builder
-
UnSetter for startLocalTime.
- unsetState() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
UnSetter for state.
- unsetStatementDescription() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for statementDescription.
- unsetStatementDescription() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for statementDescription.
- unsetStatementDescriptionIdentifier() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for statementDescriptionIdentifier.
- unsetStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for states.
- unsetStates() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for states.
- unsetStates() - Method in class com.squareup.square.models.ListDisputesRequest.Builder
-
UnSetter for states.
- unsetStatus() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.DigitalWalletDetails.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.ListDeviceCodesRequest.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.ListPaymentRefundsRequest.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.PaymentRefund.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.SearchVendorsRequestFilter.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.TerminalActionQueryFilter.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.TerminalCheckoutQueryFilter.Builder
-
UnSetter for status.
- unsetStatus() - Method in class com.squareup.square.models.TerminalRefundQueryFilter.Builder
-
UnSetter for status.
- unsetStatusCode() - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
UnSetter for statusCode.
- unsetStockable() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for stockable.
- unsetStorePaymentMethodEnabled() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for storePaymentMethodEnabled.
- unsetStringFilter() - Method in class com.squareup.square.models.CustomAttributeFilter.Builder
-
UnSetter for stringFilter.
- unsetStringValue() - Method in class com.squareup.square.models.CatalogCustomAttributeValue.Builder
-
UnSetter for stringValue.
- unsetSublocality() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for sublocality.
- unsetSublocality2() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for sublocality2.
- unsetSublocality3() - Method in class com.squareup.square.models.Address.Builder
-
UnSetter for sublocality3.
- unsetSubscriptionPlanId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
UnSetter for subscriptionPlanId.
- unsetSubscriptionPlanId() - Method in class com.squareup.square.models.CheckoutOptions.Builder
-
UnSetter for subscriptionPlanId.
- unsetSubscriptionPlans() - Method in class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
UnSetter for subscriptionPlans.
- unsetSubscriptionPlanVariations() - Method in class com.squareup.square.models.CatalogSubscriptionPlan.Builder
-
UnSetter for subscriptionPlanVariations.
- unsetSuccessorPlanVariationId() - Method in class com.squareup.square.models.CatalogSubscriptionPlanVariation.Builder
-
UnSetter for successorPlanVariationId.
- unsetSupportSellerLevelWrites() - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
UnSetter for supportSellerLevelWrites.
- unsetSurchargeId() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
UnSetter for surchargeId.
- unsetSurcharges() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for surcharges.
- unsetTaxable() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for taxable.
- unsetTaxable() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for taxable.
- unsetTaxable() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
UnSetter for taxable.
- unsetTaxCatalogObjectId() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
UnSetter for taxCatalogObjectId.
- unsetTaxes() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for taxes.
- unsetTaxes() - Method in class com.squareup.square.models.V1PaymentItemization.Builder
-
UnSetter for taxes.
- unsetTaxes() - Method in class com.squareup.square.models.V1PaymentSurcharge.Builder
-
UnSetter for taxes.
- unsetTaxesToDisable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
UnSetter for taxesToDisable.
- unsetTaxesToEnable() - Method in class com.squareup.square.models.UpdateItemTaxesRequest.Builder
-
UnSetter for taxesToEnable.
- unsetTaxIds() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for taxIds.
- unsetTaxPercentage() - Method in class com.squareup.square.models.Subscription.Builder
-
UnSetter for taxPercentage.
- unsetTaxRateDescription() - Method in class com.squareup.square.models.PaymentBalanceActivityTaxOnFeeDetail.Builder
-
UnSetter for taxRateDescription.
- unsetTaxUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
UnSetter for taxUid.
- unsetTeamMemberId() - Method in class com.squareup.square.models.InventoryAdjustment.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.InventoryPhysicalCount.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.ListBookingsRequest.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.ListTeamMemberWagesRequest.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.Shift.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberId() - Method in class com.squareup.square.models.WageSetting.Builder
-
UnSetter for teamMemberId.
- unsetTeamMemberIds() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for teamMemberIds.
- unsetTeamMemberIds() - Method in class com.squareup.square.models.ShiftFilter.Builder
-
UnSetter for teamMemberIds.
- unsetTender() - Method in class com.squareup.square.models.V1Payment.Builder
-
UnSetter for tender.
- unsetTenderedAt() - Method in class com.squareup.square.models.V1Tender.Builder
-
UnSetter for tenderedAt.
- unsetTenders() - Method in class com.squareup.square.models.Transaction.Builder
-
UnSetter for tenders.
- unsetTicketName() - Method in class com.squareup.square.models.Order.Builder
-
UnSetter for ticketName.
- unsetTimePeriodIds() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for timePeriodIds.
- unsetTimezone() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for timezone.
- unsetTimezone() - Method in class com.squareup.square.models.Shift.Builder
-
UnSetter for timezone.
- unsetTipEligible() - Method in class com.squareup.square.models.ShiftWage.Builder
-
UnSetter for tipEligible.
- unsetTipEligible() - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
UnSetter for tipEligible.
- unsetTipPercentages() - Method in class com.squareup.square.models.TipSettings.Builder
-
UnSetter for tipPercentages.
- unsetTippingEnabled() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for tippingEnabled.
- unsetTitle() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
UnSetter for title.
- unsetTitle() - Method in class com.squareup.square.models.EmployeeWage.Builder
-
UnSetter for title.
- unsetTitle() - Method in class com.squareup.square.models.Invoice.Builder
-
UnSetter for title.
- unsetTitle() - Method in class com.squareup.square.models.ShiftWage.Builder
-
UnSetter for title.
- unsetTitle() - Method in class com.squareup.square.models.TeamMemberWage.Builder
-
UnSetter for title.
- unsetToLocationId() - Method in class com.squareup.square.models.InventoryTransfer.Builder
-
UnSetter for toLocationId.
- unsetTotal() - Method in class com.squareup.square.models.ListPaymentsRequest.Builder
-
UnSetter for total.
- unsetTrackingNumber() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for trackingNumber.
- unsetTrackingNumber() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for trackingNumber.
- unsetTrackingUrl() - Method in class com.squareup.square.models.FulfillmentShipmentDetails.Builder
-
UnSetter for trackingUrl.
- unsetTrackingUrl() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
UnSetter for trackingUrl.
- unsetTrackInventory() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for trackInventory.
- unsetTrackInventory() - Method in class com.squareup.square.models.ItemVariationLocationOverrides.Builder
-
UnSetter for trackInventory.
- unsetTransactionId() - Method in class com.squareup.square.models.Refund.Builder
-
UnSetter for transactionId.
- unsetTransactionId() - Method in class com.squareup.square.models.Tender.Builder
-
UnSetter for transactionId.
- unsetTransferType() - Method in class com.squareup.square.models.BankAccountPaymentDetails.Builder
-
UnSetter for transferType.
- unsetTwitterUsername() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for twitterUsername.
- unsetType() - Method in class com.squareup.square.models.Event.Builder
-
UnSetter for type.
- unsetType() - Method in class com.squareup.square.models.EventData.Builder
-
UnSetter for type.
- unsetType() - Method in class com.squareup.square.models.ListGiftCardActivitiesRequest.Builder
-
UnSetter for type.
- unsetType() - Method in class com.squareup.square.models.ListGiftCardsRequest.Builder
-
UnSetter for type.
- unsetType() - Method in class com.squareup.square.models.ProcessingFee.Builder
-
UnSetter for type.
- unsetTypes() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for types.
- unsetTypes() - Method in class com.squareup.square.models.ListCatalogRequest.Builder
-
UnSetter for types.
- unsetUid() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.CheckoutLocationSettingsPolicy.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.Fulfillment.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.FulfillmentFulfillmentEntry.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderFulfillmentFulfillmentEntry.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedDiscount.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedServiceCharge.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemAppliedTax.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemDiscount.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemModifier.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedDiscount.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemPricingBlocklistsBlockedTax.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderLineItemTax.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturn.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnDiscount.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnLineItemModifier.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnServiceCharge.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnTax.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderReturnTip.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderRoundingAdjustment.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.OrderServiceCharge.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.Phase.Builder
-
UnSetter for uid.
- unsetUid() - Method in class com.squareup.square.models.SubscriptionPhase.Builder
-
UnSetter for uid.
- unsetUnlinked() - Method in class com.squareup.square.models.RefundPaymentRequest.Builder
-
UnSetter for unlinked.
- unsetUpc() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for upc.
- unsetUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for updatedAfter.
- unsetUpdatedAfter() - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
UnSetter for updatedAfter.
- unsetUpdatedBefore() - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
UnSetter for updatedBefore.
- unsetUpdateItemModifierListsMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemModifierListsMaxItemIds.
- unsetUpdateItemModifierListsMaxModifierListsToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemModifierListsMaxModifierListsToDisable.
- unsetUpdateItemModifierListsMaxModifierListsToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemModifierListsMaxModifierListsToEnable.
- unsetUpdateItemTaxesMaxItemIds() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemTaxesMaxItemIds.
- unsetUpdateItemTaxesMaxTaxesToDisable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemTaxesMaxTaxesToDisable.
- unsetUpdateItemTaxesMaxTaxesToEnable() - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
UnSetter for updateItemTaxesMaxTaxesToEnable.
- unsetUploadedAt() - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
UnSetter for uploadedAt.
- unsetUrl() - Method in class com.squareup.square.models.CatalogImage.Builder
-
UnSetter for url.
- unsetUserData() - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
UnSetter for userData.
- unsetValidFromDate() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for validFromDate.
- unsetValidFromLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for validFromLocalTime.
- unsetValidUntilDate() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for validUntilDate.
- unsetValidUntilLocalTime() - Method in class com.squareup.square.models.CatalogPricingRule.Builder
-
UnSetter for validUntilLocalTime.
- unsetValue() - Method in class com.squareup.square.models.CustomAttribute.Builder
-
UnSetter for value.
- unsetValue() - Method in class com.squareup.square.models.DeviceComponentDetailsMeasurement.Builder
-
UnSetter for value.
- unsetValue() - Method in class com.squareup.square.models.InvoiceCustomField.Builder
-
UnSetter for value.
- unsetValues() - Method in class com.squareup.square.models.CatalogItemOption.Builder
-
UnSetter for values.
- unsetValues() - Method in class com.squareup.square.models.CustomerCreationSourceFilter.Builder
-
UnSetter for values.
- unsetVariationName() - Method in class com.squareup.square.models.OrderLineItem.Builder
-
UnSetter for variationName.
- unsetVariationName() - Method in class com.squareup.square.models.OrderReturnLineItem.Builder
-
UnSetter for variationName.
- unsetVariations() - Method in class com.squareup.square.models.CatalogItem.Builder
-
UnSetter for variations.
- unsetVendorIds() - Method in class com.squareup.square.models.BulkRetrieveVendorsRequest.Builder
-
UnSetter for vendorIds.
- unsetVerificationMethod() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for verificationMethod.
- unsetVerificationResults() - Method in class com.squareup.square.models.CardPaymentDetails.Builder
-
UnSetter for verificationResults.
- unsetVerificationToken() - Method in class com.squareup.square.models.ChargeRequest.Builder
-
UnSetter for verificationToken.
- unsetVersionToken() - Method in class com.squareup.square.models.CompletePaymentRequest.Builder
-
UnSetter for versionToken.
- unsetVersionToken() - Method in class com.squareup.square.models.Payment.Builder
-
UnSetter for versionToken.
- unsetVisiblePercent() - Method in class com.squareup.square.models.DeviceComponentDetailsBatteryDetails.Builder
-
UnSetter for visiblePercent.
- unsetVoidedAt() - Method in class com.squareup.square.models.CardPaymentTimeline.Builder
-
UnSetter for voidedAt.
- unsetWebsiteUrl() - Method in class com.squareup.square.models.Location.Builder
-
UnSetter for websiteUrl.
- unsetWeeklyHours() - Method in class com.squareup.square.models.JobAssignment.Builder
-
UnSetter for weeklyHours.
- unsetWifiNetworkName() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for wifiNetworkName.
- unsetWifiNetworkStrength() - Method in class com.squareup.square.models.DeviceMetadata.Builder
-
UnSetter for wifiNetworkStrength.
- unsetWithDefinition() - Method in class com.squareup.square.models.RetrieveBookingCustomAttributeRequest.Builder
-
UnSetter for withDefinition.
- unsetWithDefinition() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest.Builder
-
UnSetter for withDefinition.
- unsetWithDefinition() - Method in class com.squareup.square.models.RetrieveLocationCustomAttributeRequest.Builder
-
UnSetter for withDefinition.
- unsetWithDefinition() - Method in class com.squareup.square.models.RetrieveMerchantCustomAttributeRequest.Builder
-
UnSetter for withDefinition.
- unsetWithDefinition() - Method in class com.squareup.square.models.RetrieveOrderCustomAttributeRequest.Builder
-
UnSetter for withDefinition.
- unsetWithDefinitions() - Method in class com.squareup.square.models.ListBookingCustomAttributesRequest.Builder
-
UnSetter for withDefinitions.
- unsetWithDefinitions() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest.Builder
-
UnSetter for withDefinitions.
- unsetWithDefinitions() - Method in class com.squareup.square.models.ListLocationCustomAttributesRequest.Builder
-
UnSetter for withDefinitions.
- unsetWithDefinitions() - Method in class com.squareup.square.models.ListMerchantCustomAttributesRequest.Builder
-
UnSetter for withDefinitions.
- unsetWithDefinitions() - Method in class com.squareup.square.models.ListOrderCustomAttributesRequest.Builder
-
UnSetter for withDefinitions.
- upc(String) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for upc.
- updateBooking(String, UpdateBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Updates a booking.
- updateBooking(String, UpdateBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Updates a booking.
- updateBookingAsync(String, UpdateBookingRequest) - Method in interface com.squareup.square.api.BookingsApi
-
Updates a booking.
- updateBookingAsync(String, UpdateBookingRequest) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Updates a booking.
- updateBookingCustomAttributeDefinition(String, UpdateBookingCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Updates a bookings custom attribute definition.
- updateBookingCustomAttributeDefinition(String, UpdateBookingCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Updates a bookings custom attribute definition.
- updateBookingCustomAttributeDefinitionAsync(String, UpdateBookingCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Updates a bookings custom attribute definition.
- updateBookingCustomAttributeDefinitionAsync(String, UpdateBookingCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Updates a bookings custom attribute definition.
- UpdateBookingCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateBookingCustomAttributeDefinitionRequest type.
- UpdateBookingCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateBookingCustomAttributeDefinitionRequest(CustomAttributeDefinition, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateBookingCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- UpdateBookingCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateBookingCustomAttributeDefinitionResponse type.
- UpdateBookingCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.UpdateBookingCustomAttributeDefinitionResponse
-
Initialization constructor.
- UpdateBookingCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- UpdateBookingRequest - Class in com.squareup.square.models
-
This is a model class for UpdateBookingRequest type.
- UpdateBookingRequest(Booking, String) - Constructor for class com.squareup.square.models.UpdateBookingRequest
-
Initialization constructor.
- UpdateBookingRequest(Booking, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateBookingRequest
-
Initialization constructor.
- UpdateBookingRequest.Builder - Class in com.squareup.square.models
-
- UpdateBookingResponse - Class in com.squareup.square.models
-
This is a model class for UpdateBookingResponse type.
- UpdateBookingResponse(Booking, List<Error>) - Constructor for class com.squareup.square.models.UpdateBookingResponse
-
Initialization constructor.
- UpdateBookingResponse.Builder - Class in com.squareup.square.models
-
- updateBreakType(String, UpdateBreakTypeRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates an existing `BreakType`.
- updateBreakType(String, UpdateBreakTypeRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates an existing `BreakType`.
- updateBreakTypeAsync(String, UpdateBreakTypeRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates an existing `BreakType`.
- updateBreakTypeAsync(String, UpdateBreakTypeRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates an existing `BreakType`.
- UpdateBreakTypeRequest - Class in com.squareup.square.models
-
This is a model class for UpdateBreakTypeRequest type.
- UpdateBreakTypeRequest(BreakType) - Constructor for class com.squareup.square.models.UpdateBreakTypeRequest
-
Initialization constructor.
- UpdateBreakTypeRequest.Builder - Class in com.squareup.square.models
-
- UpdateBreakTypeResponse - Class in com.squareup.square.models
-
This is a model class for UpdateBreakTypeResponse type.
- UpdateBreakTypeResponse(BreakType, List<Error>) - Constructor for class com.squareup.square.models.UpdateBreakTypeResponse
-
Initialization constructor.
- UpdateBreakTypeResponse.Builder - Class in com.squareup.square.models
-
- updateCatalogImage(String, UpdateCatalogImageRequest, FileWrapper) - Method in interface com.squareup.square.api.CatalogApi
-
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
- updateCatalogImage(String, UpdateCatalogImageRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
- updateCatalogImageAsync(String, UpdateCatalogImageRequest, FileWrapper) - Method in interface com.squareup.square.api.CatalogApi
-
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
- updateCatalogImageAsync(String, UpdateCatalogImageRequest, FileWrapper) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
- UpdateCatalogImageRequest - Class in com.squareup.square.models
-
This is a model class for UpdateCatalogImageRequest type.
- UpdateCatalogImageRequest(String) - Constructor for class com.squareup.square.models.UpdateCatalogImageRequest
-
Initialization constructor.
- UpdateCatalogImageRequest.Builder - Class in com.squareup.square.models
-
- UpdateCatalogImageResponse - Class in com.squareup.square.models
-
This is a model class for UpdateCatalogImageResponse type.
- UpdateCatalogImageResponse(List<Error>, CatalogObject) - Constructor for class com.squareup.square.models.UpdateCatalogImageResponse
-
Initialization constructor.
- UpdateCatalogImageResponse.Builder - Class in com.squareup.square.models
-
- updateCustomer(String, UpdateCustomerRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Updates a customer profile.
- updateCustomer(String, UpdateCustomerRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Updates a customer profile.
- updateCustomerAsync(String, UpdateCustomerRequest) - Method in interface com.squareup.square.api.CustomersApi
-
Updates a customer profile.
- updateCustomerAsync(String, UpdateCustomerRequest) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Updates a customer profile.
- updateCustomerCustomAttributeDefinition(String, UpdateCustomerCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateCustomerCustomAttributeDefinition(String, UpdateCustomerCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateCustomerCustomAttributeDefinitionAsync(String, UpdateCustomerCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateCustomerCustomAttributeDefinitionAsync(String, UpdateCustomerCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- UpdateCustomerCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerCustomAttributeDefinitionRequest type.
- UpdateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateCustomerCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- UpdateCustomerCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerCustomAttributeDefinitionResponse type.
- UpdateCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.UpdateCustomerCustomAttributeDefinitionResponse
-
Initialization constructor.
- UpdateCustomerCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- updateCustomerGroup(String, UpdateCustomerGroupRequest) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Updates a customer group as identified by the `group_id` value.
- updateCustomerGroup(String, UpdateCustomerGroupRequest) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Updates a customer group as identified by the `group_id` value.
- updateCustomerGroupAsync(String, UpdateCustomerGroupRequest) - Method in interface com.squareup.square.api.CustomerGroupsApi
-
Updates a customer group as identified by the `group_id` value.
- updateCustomerGroupAsync(String, UpdateCustomerGroupRequest) - Method in class com.squareup.square.api.DefaultCustomerGroupsApi
-
Updates a customer group as identified by the `group_id` value.
- UpdateCustomerGroupRequest - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerGroupRequest type.
- UpdateCustomerGroupRequest(CustomerGroup) - Constructor for class com.squareup.square.models.UpdateCustomerGroupRequest
-
Initialization constructor.
- UpdateCustomerGroupRequest.Builder - Class in com.squareup.square.models
-
- UpdateCustomerGroupResponse - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerGroupResponse type.
- UpdateCustomerGroupResponse(List<Error>, CustomerGroup) - Constructor for class com.squareup.square.models.UpdateCustomerGroupResponse
-
Initialization constructor.
- UpdateCustomerGroupResponse.Builder - Class in com.squareup.square.models
-
- UpdateCustomerRequest - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerRequest type.
- UpdateCustomerRequest(String, String, String, String, String, Address, String, String, String, String, Long, CustomerTaxIds) - Constructor for class com.squareup.square.models.UpdateCustomerRequest
-
Initialization constructor.
- UpdateCustomerRequest(OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Address, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, Long, CustomerTaxIds) - Constructor for class com.squareup.square.models.UpdateCustomerRequest
-
Initialization constructor.
- UpdateCustomerRequest.Builder - Class in com.squareup.square.models
-
- UpdateCustomerResponse - Class in com.squareup.square.models
-
This is a model class for UpdateCustomerResponse type.
- UpdateCustomerResponse(List<Error>, Customer) - Constructor for class com.squareup.square.models.UpdateCustomerResponse
-
Initialization constructor.
- UpdateCustomerResponse.Builder - Class in com.squareup.square.models
-
- updatedAfter(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for updatedAfter.
- updatedAfter(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryCountsRequest.Builder
-
Setter for updatedAfter.
- updatedAt(String) - Method in class com.squareup.square.models.BatchUpsertCatalogObjectsResponse.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.BreakType.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CashDrawerShiftSummary.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CatalogObject.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CheckoutLocationSettings.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CheckoutMerchantSettings.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CustomAttribute.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CustomAttributeDefinition.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Customer.Builder
-
Setter for updatedAt.
- updatedAt(TimeRange) - Method in class com.squareup.square.models.CustomerCustomAttributeFilter.Builder
-
Setter for updatedAt.
- updatedAt(TimeRange) - Method in class com.squareup.square.models.CustomerFilter.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CustomerGroup.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.CustomerSegment.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.DeviceAttributes.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Dispute.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Employee.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.LoyaltyAccount.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.LoyaltyProgram.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.LoyaltyReward.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Order.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.OrderFulfillmentUpdated.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.OrderUpdated.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Payment.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.PaymentRefund.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Payout.Builder
-
Setter for updatedAt.
- updatedAt(TimeRange) - Method in class com.squareup.square.models.SearchOrdersDateTimeFilter.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Shift.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Site.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Snippet.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.SubscriptionTestResult.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.TeamMember.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.TerminalAction.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.TerminalCheckout.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.TerminalRefund.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.UpdateItemModifierListsResponse.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.UpdateItemTaxesResponse.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.V1Order.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.Vendor.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.WageSetting.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.WebhookSubscription.Builder
-
Setter for updatedAt.
- updatedAt(String) - Method in class com.squareup.square.models.WorkweekConfig.Builder
-
Setter for updatedAt.
- updatedBefore(String) - Method in class com.squareup.square.models.BatchRetrieveInventoryChangesRequest.Builder
-
Setter for updatedBefore.
- updateInvoice(String, UpdateInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Updates an invoice by modifying fields, clearing fields, or both.
- updateInvoice(String, UpdateInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Updates an invoice by modifying fields, clearing fields, or both.
- updateInvoiceAsync(String, UpdateInvoiceRequest) - Method in class com.squareup.square.api.DefaultInvoicesApi
-
Updates an invoice by modifying fields, clearing fields, or both.
- updateInvoiceAsync(String, UpdateInvoiceRequest) - Method in interface com.squareup.square.api.InvoicesApi
-
Updates an invoice by modifying fields, clearing fields, or both.
- UpdateInvoiceRequest - Class in com.squareup.square.models
-
This is a model class for UpdateInvoiceRequest type.
- UpdateInvoiceRequest(Invoice, String, List<String>) - Constructor for class com.squareup.square.models.UpdateInvoiceRequest
-
Initialization constructor.
- UpdateInvoiceRequest(Invoice, OptionalNullable<String>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.UpdateInvoiceRequest
-
Initialization constructor.
- UpdateInvoiceRequest.Builder - Class in com.squareup.square.models
-
- UpdateInvoiceResponse - Class in com.squareup.square.models
-
This is a model class for UpdateInvoiceResponse type.
- UpdateInvoiceResponse(Invoice, List<Error>) - Constructor for class com.squareup.square.models.UpdateInvoiceResponse
-
Initialization constructor.
- UpdateInvoiceResponse.Builder - Class in com.squareup.square.models
-
- updateItemModifierLists(UpdateItemModifierListsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Updates the [CatalogModifierList]($m/CatalogModifierList) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemModifierLists(UpdateItemModifierListsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Updates the [CatalogModifierList]($m/CatalogModifierList) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemModifierListsAsync(UpdateItemModifierListsRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Updates the [CatalogModifierList]($m/CatalogModifierList) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemModifierListsAsync(UpdateItemModifierListsRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Updates the [CatalogModifierList]($m/CatalogModifierList) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemModifierListsMaxItemIds(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemModifierListsMaxItemIds.
- updateItemModifierListsMaxModifierListsToDisable(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemModifierListsMaxModifierListsToDisable.
- updateItemModifierListsMaxModifierListsToEnable(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemModifierListsMaxModifierListsToEnable.
- UpdateItemModifierListsRequest - Class in com.squareup.square.models
-
This is a model class for UpdateItemModifierListsRequest type.
- UpdateItemModifierListsRequest(List<String>, List<String>, List<String>) - Constructor for class com.squareup.square.models.UpdateItemModifierListsRequest
-
Initialization constructor.
- UpdateItemModifierListsRequest(List<String>, OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.UpdateItemModifierListsRequest
-
Initialization constructor.
- UpdateItemModifierListsRequest.Builder - Class in com.squareup.square.models
-
- UpdateItemModifierListsResponse - Class in com.squareup.square.models
-
This is a model class for UpdateItemModifierListsResponse type.
- UpdateItemModifierListsResponse(List<Error>, String) - Constructor for class com.squareup.square.models.UpdateItemModifierListsResponse
-
Initialization constructor.
- UpdateItemModifierListsResponse.Builder - Class in com.squareup.square.models
-
- updateItemTaxes(UpdateItemTaxesRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemTaxes(UpdateItemTaxesRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemTaxesAsync(UpdateItemTaxesRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemTaxesAsync(UpdateItemTaxesRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Updates the [CatalogTax]($m/CatalogTax) objects that apply to the targeted
[CatalogItem]($m/CatalogItem) without having to perform an upsert on the entire item.
- updateItemTaxesMaxItemIds(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemTaxesMaxItemIds.
- updateItemTaxesMaxTaxesToDisable(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemTaxesMaxTaxesToDisable.
- updateItemTaxesMaxTaxesToEnable(Integer) - Method in class com.squareup.square.models.CatalogInfoResponseLimits.Builder
-
Setter for updateItemTaxesMaxTaxesToEnable.
- UpdateItemTaxesRequest - Class in com.squareup.square.models
-
This is a model class for UpdateItemTaxesRequest type.
- UpdateItemTaxesRequest(List<String>, List<String>, List<String>) - Constructor for class com.squareup.square.models.UpdateItemTaxesRequest
-
Initialization constructor.
- UpdateItemTaxesRequest(List<String>, OptionalNullable<List<String>>, OptionalNullable<List<String>>) - Constructor for class com.squareup.square.models.UpdateItemTaxesRequest
-
Initialization constructor.
- UpdateItemTaxesRequest.Builder - Class in com.squareup.square.models
-
- UpdateItemTaxesResponse - Class in com.squareup.square.models
-
This is a model class for UpdateItemTaxesResponse type.
- UpdateItemTaxesResponse(List<Error>, String) - Constructor for class com.squareup.square.models.UpdateItemTaxesResponse
-
Initialization constructor.
- UpdateItemTaxesResponse.Builder - Class in com.squareup.square.models
-
- updateLocation(String, UpdateLocationRequest) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Updates a [location](https://developer.squareup.com/docs/locations-api).
- updateLocation(String, UpdateLocationRequest) - Method in interface com.squareup.square.api.LocationsApi
-
Updates a [location](https://developer.squareup.com/docs/locations-api).
- updateLocationAsync(String, UpdateLocationRequest) - Method in class com.squareup.square.api.DefaultLocationsApi
-
Updates a [location](https://developer.squareup.com/docs/locations-api).
- updateLocationAsync(String, UpdateLocationRequest) - Method in interface com.squareup.square.api.LocationsApi
-
Updates a [location](https://developer.squareup.com/docs/locations-api).
- updateLocationCustomAttributeDefinition(String, UpdateLocationCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Updates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateLocationCustomAttributeDefinition(String, UpdateLocationCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Updates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateLocationCustomAttributeDefinitionAsync(String, UpdateLocationCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Updates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateLocationCustomAttributeDefinitionAsync(String, UpdateLocationCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Updates a location-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- UpdateLocationCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateLocationCustomAttributeDefinitionRequest type.
- UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateLocationCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- UpdateLocationCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateLocationCustomAttributeDefinitionResponse type.
- UpdateLocationCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.UpdateLocationCustomAttributeDefinitionResponse
-
Initialization constructor.
- UpdateLocationCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- UpdateLocationRequest - Class in com.squareup.square.models
-
This is a model class for UpdateLocationRequest type.
- UpdateLocationRequest(Location) - Constructor for class com.squareup.square.models.UpdateLocationRequest
-
Initialization constructor.
- UpdateLocationRequest.Builder - Class in com.squareup.square.models
-
- UpdateLocationResponse - Class in com.squareup.square.models
-
This is a model class for UpdateLocationResponse type.
- UpdateLocationResponse(List<Error>, Location) - Constructor for class com.squareup.square.models.UpdateLocationResponse
-
Initialization constructor.
- UpdateLocationResponse.Builder - Class in com.squareup.square.models
-
- updateLocationSettings(String, UpdateLocationSettingsRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates the location-level settings for a Square-hosted checkout page.
- updateLocationSettings(String, UpdateLocationSettingsRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates the location-level settings for a Square-hosted checkout page.
- updateLocationSettingsAsync(String, UpdateLocationSettingsRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates the location-level settings for a Square-hosted checkout page.
- updateLocationSettingsAsync(String, UpdateLocationSettingsRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates the location-level settings for a Square-hosted checkout page.
- UpdateLocationSettingsRequest - Class in com.squareup.square.models
-
This is a model class for UpdateLocationSettingsRequest type.
- UpdateLocationSettingsRequest(CheckoutLocationSettings) - Constructor for class com.squareup.square.models.UpdateLocationSettingsRequest
-
Initialization constructor.
- UpdateLocationSettingsRequest.Builder - Class in com.squareup.square.models
-
- UpdateLocationSettingsResponse - Class in com.squareup.square.models
-
This is a model class for UpdateLocationSettingsResponse type.
- UpdateLocationSettingsResponse(List<Error>, CheckoutLocationSettings) - Constructor for class com.squareup.square.models.UpdateLocationSettingsResponse
-
Initialization constructor.
- UpdateLocationSettingsResponse.Builder - Class in com.squareup.square.models
-
- updateMerchantCustomAttributeDefinition(String, UpdateMerchantCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Updates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateMerchantCustomAttributeDefinition(String, UpdateMerchantCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Updates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateMerchantCustomAttributeDefinitionAsync(String, UpdateMerchantCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Updates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- updateMerchantCustomAttributeDefinitionAsync(String, UpdateMerchantCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Updates a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
- UpdateMerchantCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateMerchantCustomAttributeDefinitionRequest type.
- UpdateMerchantCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateMerchantCustomAttributeDefinitionRequest(CustomAttributeDefinition, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateMerchantCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- UpdateMerchantCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateMerchantCustomAttributeDefinitionResponse type.
- UpdateMerchantCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.UpdateMerchantCustomAttributeDefinitionResponse
-
Initialization constructor.
- UpdateMerchantCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- updateMerchantSettings(UpdateMerchantSettingsRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates the merchant-level settings for a Square-hosted checkout page.
- updateMerchantSettings(UpdateMerchantSettingsRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates the merchant-level settings for a Square-hosted checkout page.
- updateMerchantSettingsAsync(UpdateMerchantSettingsRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates the merchant-level settings for a Square-hosted checkout page.
- updateMerchantSettingsAsync(UpdateMerchantSettingsRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates the merchant-level settings for a Square-hosted checkout page.
- UpdateMerchantSettingsRequest - Class in com.squareup.square.models
-
This is a model class for UpdateMerchantSettingsRequest type.
- UpdateMerchantSettingsRequest(CheckoutMerchantSettings) - Constructor for class com.squareup.square.models.UpdateMerchantSettingsRequest
-
Initialization constructor.
- UpdateMerchantSettingsRequest.Builder - Class in com.squareup.square.models
-
- UpdateMerchantSettingsResponse - Class in com.squareup.square.models
-
This is a model class for UpdateMerchantSettingsResponse type.
- UpdateMerchantSettingsResponse(List<Error>, CheckoutMerchantSettings) - Constructor for class com.squareup.square.models.UpdateMerchantSettingsResponse
-
Initialization constructor.
- UpdateMerchantSettingsResponse.Builder - Class in com.squareup.square.models
-
- updateOrder(String, UpdateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Updates an open [order]($m/Order) by adding, replacing, or deleting fields.
- updateOrder(String, UpdateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Updates an open [order]($m/Order) by adding, replacing, or deleting fields.
- updateOrderAsync(String, UpdateOrderRequest) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Updates an open [order]($m/Order) by adding, replacing, or deleting fields.
- updateOrderAsync(String, UpdateOrderRequest) - Method in interface com.squareup.square.api.OrdersApi
-
Updates an open [order]($m/Order) by adding, replacing, or deleting fields.
- updateOrderCustomAttributeDefinition(String, UpdateOrderCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Updates an order-related custom attribute definition for a Square seller account.
- updateOrderCustomAttributeDefinition(String, UpdateOrderCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Updates an order-related custom attribute definition for a Square seller account.
- updateOrderCustomAttributeDefinitionAsync(String, UpdateOrderCustomAttributeDefinitionRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Updates an order-related custom attribute definition for a Square seller account.
- updateOrderCustomAttributeDefinitionAsync(String, UpdateOrderCustomAttributeDefinitionRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Updates an order-related custom attribute definition for a Square seller account.
- UpdateOrderCustomAttributeDefinitionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateOrderCustomAttributeDefinitionRequest type.
- UpdateOrderCustomAttributeDefinitionRequest(CustomAttributeDefinition, String) - Constructor for class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateOrderCustomAttributeDefinitionRequest(CustomAttributeDefinition, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionRequest
-
Initialization constructor.
- UpdateOrderCustomAttributeDefinitionRequest.Builder - Class in com.squareup.square.models
-
- UpdateOrderCustomAttributeDefinitionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateOrderCustomAttributeDefinitionResponse type.
- UpdateOrderCustomAttributeDefinitionResponse(CustomAttributeDefinition, List<Error>) - Constructor for class com.squareup.square.models.UpdateOrderCustomAttributeDefinitionResponse
-
Initialization constructor.
- UpdateOrderCustomAttributeDefinitionResponse.Builder - Class in com.squareup.square.models
-
- UpdateOrderRequest - Class in com.squareup.square.models
-
This is a model class for UpdateOrderRequest type.
- UpdateOrderRequest(Order, List<String>, String) - Constructor for class com.squareup.square.models.UpdateOrderRequest
-
Initialization constructor.
- UpdateOrderRequest(Order, OptionalNullable<List<String>>, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateOrderRequest
-
Initialization constructor.
- UpdateOrderRequest.Builder - Class in com.squareup.square.models
-
- UpdateOrderResponse - Class in com.squareup.square.models
-
This is a model class for UpdateOrderResponse type.
- UpdateOrderResponse(Order, List<Error>) - Constructor for class com.squareup.square.models.UpdateOrderResponse
-
Initialization constructor.
- UpdateOrderResponse.Builder - Class in com.squareup.square.models
-
- updatePayment(String, UpdatePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Updates a payment with the APPROVED status.
- updatePayment(String, UpdatePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Updates a payment with the APPROVED status.
- updatePaymentAsync(String, UpdatePaymentRequest) - Method in class com.squareup.square.api.DefaultPaymentsApi
-
Updates a payment with the APPROVED status.
- updatePaymentAsync(String, UpdatePaymentRequest) - Method in interface com.squareup.square.api.PaymentsApi
-
Updates a payment with the APPROVED status.
- updatePaymentLink(String, UpdatePaymentLinkRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates a payment link.
- updatePaymentLink(String, UpdatePaymentLinkRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates a payment link.
- updatePaymentLinkAsync(String, UpdatePaymentLinkRequest) - Method in interface com.squareup.square.api.CheckoutApi
-
Updates a payment link.
- updatePaymentLinkAsync(String, UpdatePaymentLinkRequest) - Method in class com.squareup.square.api.DefaultCheckoutApi
-
Updates a payment link.
- UpdatePaymentLinkRequest - Class in com.squareup.square.models
-
This is a model class for UpdatePaymentLinkRequest type.
- UpdatePaymentLinkRequest(PaymentLink) - Constructor for class com.squareup.square.models.UpdatePaymentLinkRequest
-
Initialization constructor.
- UpdatePaymentLinkRequest.Builder - Class in com.squareup.square.models
-
- UpdatePaymentLinkResponse - Class in com.squareup.square.models
-
This is a model class for UpdatePaymentLinkResponse type.
- UpdatePaymentLinkResponse(List<Error>, PaymentLink) - Constructor for class com.squareup.square.models.UpdatePaymentLinkResponse
-
Initialization constructor.
- UpdatePaymentLinkResponse.Builder - Class in com.squareup.square.models
-
- UpdatePaymentRequest - Class in com.squareup.square.models
-
This is a model class for UpdatePaymentRequest type.
- UpdatePaymentRequest(String, Payment) - Constructor for class com.squareup.square.models.UpdatePaymentRequest
-
Initialization constructor.
- UpdatePaymentRequest.Builder - Class in com.squareup.square.models
-
- UpdatePaymentResponse - Class in com.squareup.square.models
-
This is a model class for UpdatePaymentResponse type.
- UpdatePaymentResponse(List<Error>, Payment) - Constructor for class com.squareup.square.models.UpdatePaymentResponse
-
Initialization constructor.
- UpdatePaymentResponse.Builder - Class in com.squareup.square.models
-
- updateShift(String, UpdateShiftRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates an existing `Shift`.
- updateShift(String, UpdateShiftRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates an existing `Shift`.
- updateShiftAsync(String, UpdateShiftRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates an existing `Shift`.
- updateShiftAsync(String, UpdateShiftRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates an existing `Shift`.
- UpdateShiftRequest - Class in com.squareup.square.models
-
This is a model class for UpdateShiftRequest type.
- UpdateShiftRequest(Shift) - Constructor for class com.squareup.square.models.UpdateShiftRequest
-
Initialization constructor.
- UpdateShiftRequest.Builder - Class in com.squareup.square.models
-
- UpdateShiftResponse - Class in com.squareup.square.models
-
This is a model class for UpdateShiftResponse type.
- UpdateShiftResponse(Shift, List<Error>) - Constructor for class com.squareup.square.models.UpdateShiftResponse
-
Initialization constructor.
- UpdateShiftResponse.Builder - Class in com.squareup.square.models
-
- updateSubscription(String, UpdateSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Updates a subscription by modifying or clearing `subscription` field values.
- updateSubscription(String, UpdateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Updates a subscription by modifying or clearing `subscription` field values.
- updateSubscriptionAsync(String, UpdateSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Updates a subscription by modifying or clearing `subscription` field values.
- updateSubscriptionAsync(String, UpdateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Updates a subscription by modifying or clearing `subscription` field values.
- UpdateSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateSubscriptionRequest type.
- UpdateSubscriptionRequest(Subscription) - Constructor for class com.squareup.square.models.UpdateSubscriptionRequest
-
Initialization constructor.
- UpdateSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- UpdateSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateSubscriptionResponse type.
- UpdateSubscriptionResponse(List<Error>, Subscription) - Constructor for class com.squareup.square.models.UpdateSubscriptionResponse
-
Initialization constructor.
- UpdateSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- updateTeamMember(String, UpdateTeamMemberRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Updates a single `TeamMember` object.
- updateTeamMember(String, UpdateTeamMemberRequest) - Method in interface com.squareup.square.api.TeamApi
-
Updates a single `TeamMember` object.
- updateTeamMemberAsync(String, UpdateTeamMemberRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Updates a single `TeamMember` object.
- updateTeamMemberAsync(String, UpdateTeamMemberRequest) - Method in interface com.squareup.square.api.TeamApi
-
Updates a single `TeamMember` object.
- UpdateTeamMemberRequest - Class in com.squareup.square.models
-
This is a model class for UpdateTeamMemberRequest type.
- UpdateTeamMemberRequest(TeamMember) - Constructor for class com.squareup.square.models.UpdateTeamMemberRequest
-
Initialization constructor.
- UpdateTeamMemberRequest.Builder - Class in com.squareup.square.models
-
- UpdateTeamMemberResponse - Class in com.squareup.square.models
-
This is a model class for UpdateTeamMemberResponse type.
- UpdateTeamMemberResponse(TeamMember, List<Error>) - Constructor for class com.squareup.square.models.UpdateTeamMemberResponse
-
Initialization constructor.
- UpdateTeamMemberResponse.Builder - Class in com.squareup.square.models
-
- updateVendor(UpdateVendorRequest, String) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Updates an existing [Vendor]($m/Vendor) object as a supplier to a seller.
- updateVendor(UpdateVendorRequest, String) - Method in interface com.squareup.square.api.VendorsApi
-
Updates an existing [Vendor]($m/Vendor) object as a supplier to a seller.
- updateVendorAsync(UpdateVendorRequest, String) - Method in class com.squareup.square.api.DefaultVendorsApi
-
Updates an existing [Vendor]($m/Vendor) object as a supplier to a seller.
- updateVendorAsync(UpdateVendorRequest, String) - Method in interface com.squareup.square.api.VendorsApi
-
Updates an existing [Vendor]($m/Vendor) object as a supplier to a seller.
- UpdateVendorRequest - Class in com.squareup.square.models
-
This is a model class for UpdateVendorRequest type.
- UpdateVendorRequest(Vendor, String) - Constructor for class com.squareup.square.models.UpdateVendorRequest
-
Initialization constructor.
- UpdateVendorRequest(Vendor, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateVendorRequest
-
Initialization constructor.
- UpdateVendorRequest.Builder - Class in com.squareup.square.models
-
- UpdateVendorResponse - Class in com.squareup.square.models
-
This is a model class for UpdateVendorResponse type.
- UpdateVendorResponse(List<Error>, Vendor) - Constructor for class com.squareup.square.models.UpdateVendorResponse
-
Initialization constructor.
- UpdateVendorResponse.Builder - Class in com.squareup.square.models
-
- updateWageSetting(String, UpdateWageSettingRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates or updates a `WageSetting` object.
- updateWageSetting(String, UpdateWageSettingRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates or updates a `WageSetting` object.
- updateWageSettingAsync(String, UpdateWageSettingRequest) - Method in class com.squareup.square.api.DefaultTeamApi
-
Creates or updates a `WageSetting` object.
- updateWageSettingAsync(String, UpdateWageSettingRequest) - Method in interface com.squareup.square.api.TeamApi
-
Creates or updates a `WageSetting` object.
- UpdateWageSettingRequest - Class in com.squareup.square.models
-
This is a model class for UpdateWageSettingRequest type.
- UpdateWageSettingRequest(WageSetting) - Constructor for class com.squareup.square.models.UpdateWageSettingRequest
-
Initialization constructor.
- UpdateWageSettingRequest.Builder - Class in com.squareup.square.models
-
- UpdateWageSettingResponse - Class in com.squareup.square.models
-
This is a model class for UpdateWageSettingResponse type.
- UpdateWageSettingResponse(WageSetting, List<Error>) - Constructor for class com.squareup.square.models.UpdateWageSettingResponse
-
Initialization constructor.
- UpdateWageSettingResponse.Builder - Class in com.squareup.square.models
-
- updateWebhookSubscription(String, UpdateWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Updates a webhook subscription.
- updateWebhookSubscription(String, UpdateWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Updates a webhook subscription.
- updateWebhookSubscriptionAsync(String, UpdateWebhookSubscriptionRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Updates a webhook subscription.
- updateWebhookSubscriptionAsync(String, UpdateWebhookSubscriptionRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Updates a webhook subscription.
- UpdateWebhookSubscriptionRequest - Class in com.squareup.square.models
-
This is a model class for UpdateWebhookSubscriptionRequest type.
- UpdateWebhookSubscriptionRequest(WebhookSubscription) - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionRequest
-
Initialization constructor.
- UpdateWebhookSubscriptionRequest.Builder - Class in com.squareup.square.models
-
- UpdateWebhookSubscriptionResponse - Class in com.squareup.square.models
-
This is a model class for UpdateWebhookSubscriptionResponse type.
- UpdateWebhookSubscriptionResponse(List<Error>, WebhookSubscription) - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionResponse
-
Initialization constructor.
- UpdateWebhookSubscriptionResponse.Builder - Class in com.squareup.square.models
-
- updateWebhookSubscriptionSignatureKey(String, UpdateWebhookSubscriptionSignatureKeyRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Updates a webhook subscription by replacing the existing signature key with a new one.
- updateWebhookSubscriptionSignatureKey(String, UpdateWebhookSubscriptionSignatureKeyRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Updates a webhook subscription by replacing the existing signature key with a new one.
- updateWebhookSubscriptionSignatureKeyAsync(String, UpdateWebhookSubscriptionSignatureKeyRequest) - Method in class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Updates a webhook subscription by replacing the existing signature key with a new one.
- updateWebhookSubscriptionSignatureKeyAsync(String, UpdateWebhookSubscriptionSignatureKeyRequest) - Method in interface com.squareup.square.api.WebhookSubscriptionsApi
-
Updates a webhook subscription by replacing the existing signature key with a new one.
- UpdateWebhookSubscriptionSignatureKeyRequest - Class in com.squareup.square.models
-
This is a model class for UpdateWebhookSubscriptionSignatureKeyRequest type.
- UpdateWebhookSubscriptionSignatureKeyRequest(String) - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
Initialization constructor.
- UpdateWebhookSubscriptionSignatureKeyRequest(OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyRequest
-
Initialization constructor.
- UpdateWebhookSubscriptionSignatureKeyRequest.Builder - Class in com.squareup.square.models
-
- UpdateWebhookSubscriptionSignatureKeyResponse - Class in com.squareup.square.models
-
This is a model class for UpdateWebhookSubscriptionSignatureKeyResponse type.
- UpdateWebhookSubscriptionSignatureKeyResponse(List<Error>, String) - Constructor for class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
Initialization constructor.
- UpdateWebhookSubscriptionSignatureKeyResponse.Builder - Class in com.squareup.square.models
-
- updateWorkweekConfig(String, UpdateWorkweekConfigRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates a `WorkweekConfig`.
- updateWorkweekConfig(String, UpdateWorkweekConfigRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates a `WorkweekConfig`.
- updateWorkweekConfigAsync(String, UpdateWorkweekConfigRequest) - Method in class com.squareup.square.api.DefaultLaborApi
-
Updates a `WorkweekConfig`.
- updateWorkweekConfigAsync(String, UpdateWorkweekConfigRequest) - Method in interface com.squareup.square.api.LaborApi
-
Updates a `WorkweekConfig`.
- UpdateWorkweekConfigRequest - Class in com.squareup.square.models
-
This is a model class for UpdateWorkweekConfigRequest type.
- UpdateWorkweekConfigRequest(WorkweekConfig) - Constructor for class com.squareup.square.models.UpdateWorkweekConfigRequest
-
Initialization constructor.
- UpdateWorkweekConfigRequest.Builder - Class in com.squareup.square.models
-
- UpdateWorkweekConfigResponse - Class in com.squareup.square.models
-
This is a model class for UpdateWorkweekConfigResponse type.
- UpdateWorkweekConfigResponse(WorkweekConfig, List<Error>) - Constructor for class com.squareup.square.models.UpdateWorkweekConfigResponse
-
Initialization constructor.
- UpdateWorkweekConfigResponse.Builder - Class in com.squareup.square.models
-
- uploadedAt(String) - Method in class com.squareup.square.models.DisputeEvidence.Builder
-
Setter for uploadedAt.
- uploadedAt(String) - Method in class com.squareup.square.models.InvoiceAttachment.Builder
-
Setter for uploadedAt.
- upsertBookingCustomAttribute(String, String, UpsertBookingCustomAttributeRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Upserts a bookings custom attribute.
- upsertBookingCustomAttribute(String, String, UpsertBookingCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Upserts a bookings custom attribute.
- upsertBookingCustomAttributeAsync(String, String, UpsertBookingCustomAttributeRequest) - Method in interface com.squareup.square.api.BookingCustomAttributesApi
-
Upserts a bookings custom attribute.
- upsertBookingCustomAttributeAsync(String, String, UpsertBookingCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultBookingCustomAttributesApi
-
Upserts a bookings custom attribute.
- UpsertBookingCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for UpsertBookingCustomAttributeRequest type.
- UpsertBookingCustomAttributeRequest(CustomAttribute, String) - Constructor for class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Initialization constructor.
- UpsertBookingCustomAttributeRequest(CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpsertBookingCustomAttributeRequest
-
Initialization constructor.
- UpsertBookingCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- UpsertBookingCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for UpsertBookingCustomAttributeResponse type.
- UpsertBookingCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.UpsertBookingCustomAttributeResponse
-
Initialization constructor.
- UpsertBookingCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- upsertCatalogObject(UpsertCatalogObjectRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Creates a new or updates the specified [CatalogObject]($m/CatalogObject).
- upsertCatalogObject(UpsertCatalogObjectRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Creates a new or updates the specified [CatalogObject]($m/CatalogObject).
- upsertCatalogObjectAsync(UpsertCatalogObjectRequest) - Method in interface com.squareup.square.api.CatalogApi
-
Creates a new or updates the specified [CatalogObject]($m/CatalogObject).
- upsertCatalogObjectAsync(UpsertCatalogObjectRequest) - Method in class com.squareup.square.api.DefaultCatalogApi
-
Creates a new or updates the specified [CatalogObject]($m/CatalogObject).
- UpsertCatalogObjectRequest - Class in com.squareup.square.models
-
This is a model class for UpsertCatalogObjectRequest type.
- UpsertCatalogObjectRequest(String, CatalogObject) - Constructor for class com.squareup.square.models.UpsertCatalogObjectRequest
-
Initialization constructor.
- UpsertCatalogObjectRequest.Builder - Class in com.squareup.square.models
-
- UpsertCatalogObjectResponse - Class in com.squareup.square.models
-
This is a model class for UpsertCatalogObjectResponse type.
- UpsertCatalogObjectResponse(List<Error>, CatalogObject, List<CatalogIdMapping>) - Constructor for class com.squareup.square.models.UpsertCatalogObjectResponse
-
Initialization constructor.
- UpsertCatalogObjectResponse.Builder - Class in com.squareup.square.models
-
- upsertCustomerCustomAttribute(String, String, UpsertCustomerCustomAttributeRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a customer profile.
- upsertCustomerCustomAttribute(String, String, UpsertCustomerCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a customer profile.
- upsertCustomerCustomAttributeAsync(String, String, UpsertCustomerCustomAttributeRequest) - Method in interface com.squareup.square.api.CustomerCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a customer profile.
- upsertCustomerCustomAttributeAsync(String, String, UpsertCustomerCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a customer profile.
- UpsertCustomerCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for UpsertCustomerCustomAttributeRequest type.
- UpsertCustomerCustomAttributeRequest(CustomAttribute, String) - Constructor for class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Initialization constructor.
- UpsertCustomerCustomAttributeRequest(CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
Initialization constructor.
- UpsertCustomerCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- UpsertCustomerCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for UpsertCustomerCustomAttributeResponse type.
- UpsertCustomerCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
Initialization constructor.
- UpsertCustomerCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- upsertLocationCustomAttribute(String, String, UpsertLocationCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
- upsertLocationCustomAttribute(String, String, UpsertLocationCustomAttributeRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
- upsertLocationCustomAttributeAsync(String, String, UpsertLocationCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultLocationCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
- upsertLocationCustomAttributeAsync(String, String, UpsertLocationCustomAttributeRequest) - Method in interface com.squareup.square.api.LocationCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
- UpsertLocationCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for UpsertLocationCustomAttributeRequest type.
- UpsertLocationCustomAttributeRequest(CustomAttribute, String) - Constructor for class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Initialization constructor.
- UpsertLocationCustomAttributeRequest(CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpsertLocationCustomAttributeRequest
-
Initialization constructor.
- UpsertLocationCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- UpsertLocationCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for UpsertLocationCustomAttributeResponse type.
- UpsertLocationCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.UpsertLocationCustomAttributeResponse
-
Initialization constructor.
- UpsertLocationCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- upsertMerchantCustomAttribute(String, String, UpsertMerchantCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
- upsertMerchantCustomAttribute(String, String, UpsertMerchantCustomAttributeRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
- upsertMerchantCustomAttributeAsync(String, String, UpsertMerchantCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultMerchantCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
- upsertMerchantCustomAttributeAsync(String, String, UpsertMerchantCustomAttributeRequest) - Method in interface com.squareup.square.api.MerchantCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
- UpsertMerchantCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for UpsertMerchantCustomAttributeRequest type.
- UpsertMerchantCustomAttributeRequest(CustomAttribute, String) - Constructor for class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Initialization constructor.
- UpsertMerchantCustomAttributeRequest(CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpsertMerchantCustomAttributeRequest
-
Initialization constructor.
- UpsertMerchantCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- UpsertMerchantCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for UpsertMerchantCustomAttributeResponse type.
- UpsertMerchantCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.UpsertMerchantCustomAttributeResponse
-
Initialization constructor.
- UpsertMerchantCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- upsertOrderCustomAttribute(String, String, UpsertOrderCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
- upsertOrderCustomAttribute(String, String, UpsertOrderCustomAttributeRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
- upsertOrderCustomAttributeAsync(String, String, UpsertOrderCustomAttributeRequest) - Method in class com.squareup.square.api.DefaultOrderCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
- upsertOrderCustomAttributeAsync(String, String, UpsertOrderCustomAttributeRequest) - Method in interface com.squareup.square.api.OrderCustomAttributesApi
-
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
- UpsertOrderCustomAttributeRequest - Class in com.squareup.square.models
-
This is a model class for UpsertOrderCustomAttributeRequest type.
- UpsertOrderCustomAttributeRequest(CustomAttribute, String) - Constructor for class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Initialization constructor.
- UpsertOrderCustomAttributeRequest(CustomAttribute, OptionalNullable<String>) - Constructor for class com.squareup.square.models.UpsertOrderCustomAttributeRequest
-
Initialization constructor.
- UpsertOrderCustomAttributeRequest.Builder - Class in com.squareup.square.models
-
- UpsertOrderCustomAttributeResponse - Class in com.squareup.square.models
-
This is a model class for UpsertOrderCustomAttributeResponse type.
- UpsertOrderCustomAttributeResponse(CustomAttribute, List<Error>) - Constructor for class com.squareup.square.models.UpsertOrderCustomAttributeResponse
-
Initialization constructor.
- UpsertOrderCustomAttributeResponse.Builder - Class in com.squareup.square.models
-
- upsertSnippet(String, UpsertSnippetRequest) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Adds a snippet to a Square Online site or updates the existing snippet on the site.
- upsertSnippet(String, UpsertSnippetRequest) - Method in interface com.squareup.square.api.SnippetsApi
-
Adds a snippet to a Square Online site or updates the existing snippet on the site.
- upsertSnippetAsync(String, UpsertSnippetRequest) - Method in class com.squareup.square.api.DefaultSnippetsApi
-
Adds a snippet to a Square Online site or updates the existing snippet on the site.
- upsertSnippetAsync(String, UpsertSnippetRequest) - Method in interface com.squareup.square.api.SnippetsApi
-
Adds a snippet to a Square Online site or updates the existing snippet on the site.
- UpsertSnippetRequest - Class in com.squareup.square.models
-
This is a model class for UpsertSnippetRequest type.
- UpsertSnippetRequest(Snippet) - Constructor for class com.squareup.square.models.UpsertSnippetRequest
-
Initialization constructor.
- UpsertSnippetRequest.Builder - Class in com.squareup.square.models
-
- UpsertSnippetResponse - Class in com.squareup.square.models
-
This is a model class for UpsertSnippetResponse type.
- UpsertSnippetResponse(List<Error>, Snippet) - Constructor for class com.squareup.square.models.UpsertSnippetResponse
-
Initialization constructor.
- UpsertSnippetResponse.Builder - Class in com.squareup.square.models
-
- url(String) - Method in class com.squareup.square.models.CatalogImage.Builder
-
Setter for url.
- url(String) - Method in class com.squareup.square.models.PaymentLink.Builder
-
Setter for url.
- userAgentDetail(String) - Method in class com.squareup.square.SquareClient.Builder
-
Additional detail which can be appended with User-Agent header.
- userData(String) - Method in class com.squareup.square.models.CatalogItemVariation.Builder
-
Setter for userData.