- 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(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.
- 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.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.
- BaseApi - Class in com.squareup.square.api
-
Base class for all Apis.
- BaseApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.BaseApi
-
- BaseApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.BaseApi
-
- BaseApi.RequestExecutor - Interface in com.squareup.square.api
-
RequestExecutor.
- BaseApi.RequestSupplier - Interface in com.squareup.square.api
-
RequestSupplier.
- BaseApi.ResponseHandler<T> - Interface in com.squareup.square.api
-
ResponseHandler.
- 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.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.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) - 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.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.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.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.
- 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.
- 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(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
-
- bookingEnabled(Boolean) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for bookingEnabled.
- bookingId(String) - Method in class com.squareup.square.models.SearchAvailabilityFilter.Builder
-
Setter for bookingId.
- bookingPolicy(String) - Method in class com.squareup.square.models.BusinessBookingProfile.Builder
-
Setter for bookingPolicy.
- 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.
- 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.
- 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.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.http.request.configuration.RetryConfiguration.Builder
-
Builds a new RetryConfiguration 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.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.BulkRetrieveVendorsRequest.Builder
-
- build() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse.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.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.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.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.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.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.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.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.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.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.CompletePaymentRequest.Builder
-
- build() - Method in class com.squareup.square.models.CompletePaymentResponse.Builder
-
- build() - Method in class com.squareup.square.models.Coordinates.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.CreateInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateInvoiceResponse.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.CreateMobileAuthorizationCodeRequest.Builder
-
- build() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse.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.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.DateRange.Builder
-
Builds a new
DateRange
object using the set fields.
- 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.DeleteInvoiceRequest.Builder
-
- build() - Method in class com.squareup.square.models.DeleteInvoiceResponse.Builder
-
- build() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse.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.Device.Builder
-
Builds a new
Device
object using the set fields.
- 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.DeviceDetails.Builder
-
- build() - Method in class com.squareup.square.models.DeviceMetadata.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.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.DisputeEvidenceCreatedWebhook.Builder
-
- build() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookData.Builder
-
- build() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject.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.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.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.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.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.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.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.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.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.ListMerchantsRequest.Builder
-
- build() - Method in class com.squareup.square.models.ListMerchantsResponse.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.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.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.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.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.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.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.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.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.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.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.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.RetrieveLocationResponse.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.RetrieveMerchantResponse.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.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.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.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.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.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.TenderCardDetails.Builder
-
- build() - Method in class com.squareup.square.models.TenderCashDetails.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.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.UpdateLocationRequest.Builder
-
- build() - Method in class com.squareup.square.models.UpdateLocationResponse.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.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.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.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.http.request.configuration.RetryConfiguration.Builder
-
- 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, 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() - Constructor for class com.squareup.square.models.BulkRetrieveVendorsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.BulkRetrieveVendorsResponse.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, 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() - 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.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.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(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.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, List<SubscriptionPhase>) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlan.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(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.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.CompletePaymentRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CompletePaymentResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.Coordinates.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(Invoice) - Constructor for class com.squareup.square.models.CreateInvoiceRequest.Builder
-
Initialization constructor.
- Builder() - Constructor for class com.squareup.square.models.CreateInvoiceResponse.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() - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.CreateMobileAuthorizationCodeResponse.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, Money) - 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, 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.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() - Constructor for class com.squareup.square.models.DateRange.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.DeleteInvoiceRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteInvoiceResponse.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeleteLoyaltyRewardResponse.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.Device.Builder
-
- 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.DeviceDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DeviceMetadata.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.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.DisputeEvidenceCreatedWebhook.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisputeEvidenceCreatedWebhookData.Builder
-
- Builder() - Constructor for class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject.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.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.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.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) - 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.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.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.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.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.ListMerchantsRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.ListMerchantsResponse.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(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(String, String, List<LoyaltyProgramRewardTier>, LoyaltyProgramTerminology, String, String, List<LoyaltyProgramAccrualRule>) - Constructor for class com.squareup.square.models.LoyaltyProgram.Builder
-
Initialization constructor.
- 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(String, int, String, LoyaltyProgramRewardDefinition, String) - 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(int) - Constructor for class com.squareup.square.models.LoyaltyPromotionIncentivePointsMultiplierData.Builder
-
Initialization constructor.
- 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.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(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.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(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.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.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.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() - 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, 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.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.RetrieveLocationResponse.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.RetrieveMerchantResponse.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.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) - 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.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.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.SubscriptionSource.Builder
-
- Builder() - Constructor for class com.squareup.square.models.SubscriptionTestResult.Builder
-
- Builder(String) - Constructor for class com.squareup.square.models.SwapPlanRequest.Builder
-
Initialization constructor.
- 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.TenderCardDetails.Builder
-
- Builder() - Constructor for class com.squareup.square.models.TenderCashDetails.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(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() - Constructor for class com.squareup.square.models.UpdateLocationRequest.Builder
-
- Builder() - Constructor for class com.squareup.square.models.UpdateLocationResponse.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(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(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.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
-
- 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.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
-
- 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
-
- 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.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
-
- 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(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(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(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.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.
- buyerAddress(Address) - Method in class com.squareup.square.models.PrePopulatedData.Builder
-
Setter for buyerAddress.
- 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.
- 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(BuyNowPayLaterDetails) - Method in class com.squareup.square.models.Payment.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.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.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.
- 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.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.LoyaltyPromotion.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.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 by setting the `canceled_date`
field to the end of the active billing period and changing the subscription status from
ACTIVE to CANCELED after this date.
- cancelSubscription(String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription by setting the `canceled_date`
field to the end of the active billing period and changing the subscription status from
ACTIVE to CANCELED after this date.
- cancelSubscriptionAsync(String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription by setting the `canceled_date`
field to the end of the active billing period and changing the subscription status from
ACTIVE to CANCELED after this date.
- cancelSubscriptionAsync(String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Schedules a `CANCEL` action to cancel an active subscription by setting the `canceled_date`
field to the end of the active billing period and changing the subscription status from
ACTIVE to CANCELED after this date.
- 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
-
- 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(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.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(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.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.Builder - Class in com.squareup.square.models
-
- 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.OrderFulfillmentShipmentDetails.Builder
-
Setter for carrier.
- 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(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.
- 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.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, List<String>, String, String, String, String, Money, Money, Money, Money, Money, Money, Money, CashDrawerDevice) - 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, String, Money, String, String) - Constructor for class com.squareup.square.models.CashDrawerShiftEvent
-
Initialization constructor.
- CashDrawerShiftEvent.Builder - Class in com.squareup.square.models
-
- 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) - 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.
- CatalogCategory - Class in com.squareup.square.models
-
This is a model class for CatalogCategory type.
- CatalogCategory(String, List<String>) - 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.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.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.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.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.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.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.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.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.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.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, String, String) - Constructor for class com.squareup.square.models.CatalogItem
-
Initialization constructor.
- CatalogItem.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.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.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.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.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.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.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.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<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.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.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) - 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
-
- 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.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.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.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.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.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.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.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.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.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>) - Constructor for class com.squareup.square.models.CatalogSubscriptionPlan
-
Initialization constructor.
- CatalogSubscriptionPlan.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) - 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.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(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.
- 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.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.V1PaymentItemDetail.Builder
-
Setter for categoryName.
- 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.
- 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.
- 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.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(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.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.
- 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) - 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.
- cleanUrl(StringBuilder) - Static method in class com.squareup.square.ApiHelper
-
Validates and processes the given URL.
- 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.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.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.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.
- closingEmployeeId(String) - Method in class com.squareup.square.models.CashDrawerShift.Builder
-
Setter for closingEmployeeId.
- 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.
- 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.request.configuration - package com.squareup.square.http.request.configuration
-
- com.squareup.square.http.response - package com.squareup.square.http.response
-
- com.squareup.square.internal - package com.squareup.square.internal
-
- 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.
- 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.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
-
- computedAmountMoney(Money) - Method in class com.squareup.square.models.InvoicePaymentRequest.Builder
-
Setter for computedAmountMoney.
- config - Variable in class com.squareup.square.api.BaseApi
-
Protected variables to hold an instance of Configuration.
- Configuration - Interface in com.squareup.square
-
Configuration Interface for the library.
- 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.
- convertResponse(HttpRequest, Response, boolean) - Static method in class com.squareup.square.http.client.OkClient
-
Converts a given OkHttp response into our internal http response model.
- 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(Coordinates) - Method in class com.squareup.square.models.Location.Builder
-
Setter for coordinates.
- Coordinates.Builder - Class in com.squareup.square.models
-
- count(InventoryPhysicalCount) - Method in class com.squareup.square.models.RetrieveInventoryPhysicalCountResponse.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.
- 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.
- 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.CashDrawerShiftEvent.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.DisputeEvidenceCreatedWebhook.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.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
-
- 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
-
- 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.
- 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).
- 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
-
- 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, 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.
- 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) - 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
-
- createRefund(String, V1CreateRefundRequest) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- createRefund(String, V1CreateRefundRequest) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- createRefundAsync(String, V1CreateRefundRequest) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- createRefundAsync(String, V1CreateRefundRequest) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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
-
Creates a subscription to a subscription plan by a customer.
- createSubscription(CreateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Creates a subscription to a subscription plan by a customer.
- createSubscriptionAsync(CreateSubscriptionRequest) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Creates a subscription to a subscription plan by a customer.
- createSubscriptionAsync(CreateSubscriptionRequest) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Creates a subscription to a subscription plan by a customer.
- 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) - 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.OrderFulfillmentPickupDetailsCurbsidePickupDetails.Builder
-
Setter for curbsideDetails.
- 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.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.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.ListLoyaltyPromotionsRequest.Builder
-
Setter for cursor.
- cursor(String) - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse.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.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.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.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(CustomerCustomAttributeFilters) - Method in class com.squareup.square.models.CustomerFilter.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.UpsertCustomerCustomAttributeRequest.Builder
-
Setter for customAttribute.
- customAttribute(CustomAttribute) - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse.Builder
-
Setter for customAttribute.
- CustomAttribute.Builder - Class in com.squareup.square.models
-
- 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 - 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(CustomAttributeDefinition) - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeDefinitionResponse.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.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.ListCustomerCustomAttributeDefinitionsResponse.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.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.ListCustomerCustomAttributesResponse.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(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.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.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.Builder - Class in com.squareup.square.models
-
- CustomerCustomAttributesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- CustomerFilter - Class in com.squareup.square.models
-
This is a model class for CustomerFilter type.
- CustomerFilter(CustomerCreationSourceFilter, TimeRange, TimeRange, CustomerTextFilter, CustomerTextFilter, CustomerTextFilter, FilterValue, CustomerCustomAttributeFilters) - 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.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.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.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.
- customerNote(String) - Method in class com.squareup.square.models.Booking.Builder
-
Setter for customerNote.
- 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.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.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.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.
- 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(DisputeEvidenceCreatedWebhookData) - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhook.Builder
-
Setter for data.
- 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(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.
- 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.
- DefaultApplePayApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultApplePayApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultApplePayApi
-
Initializes the controller.
- DefaultApplePayApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultApplePayApi
-
Initializes the controller with HTTPCallback.
- DefaultBankAccountsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultBankAccountsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultBankAccountsApi
-
Initializes the controller.
- DefaultBankAccountsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultBankAccountsApi
-
Initializes the controller with HTTPCallback.
- DefaultBookingsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultBookingsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultBookingsApi
-
Initializes the controller.
- DefaultBookingsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultBookingsApi
-
Initializes the controller with HTTPCallback.
- DefaultCardsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCardsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCardsApi
-
Initializes the controller.
- DefaultCardsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCardsApi
-
Initializes the controller with HTTPCallback.
- DefaultCashDrawersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCashDrawersApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCashDrawersApi
-
Initializes the controller.
- DefaultCashDrawersApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCashDrawersApi
-
Initializes the controller with HTTPCallback.
- DefaultCatalogApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCatalogApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCatalogApi
-
Initializes the controller.
- DefaultCatalogApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCatalogApi
-
Initializes the controller with HTTPCallback.
- DefaultCheckoutApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCheckoutApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCheckoutApi
-
Initializes the controller.
- DefaultCheckoutApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCheckoutApi
-
Initializes the controller with HTTPCallback.
- DefaultCustomerCustomAttributesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerCustomAttributesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Initializes the controller.
- DefaultCustomerCustomAttributesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCustomerCustomAttributesApi
-
Initializes the controller with HTTPCallback.
- DefaultCustomerGroupsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerGroupsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCustomerGroupsApi
-
Initializes the controller.
- DefaultCustomerGroupsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCustomerGroupsApi
-
Initializes the controller with HTTPCallback.
- DefaultCustomersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomersApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCustomersApi
-
Initializes the controller.
- DefaultCustomersApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCustomersApi
-
Initializes the controller with HTTPCallback.
- DefaultCustomerSegmentsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultCustomerSegmentsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Initializes the controller.
- DefaultCustomerSegmentsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultCustomerSegmentsApi
-
Initializes the controller with HTTPCallback.
- DefaultDevicesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultDevicesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultDevicesApi
-
Initializes the controller.
- DefaultDevicesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultDevicesApi
-
Initializes the controller with HTTPCallback.
- DefaultDisputesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultDisputesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultDisputesApi
-
Initializes the controller.
- DefaultDisputesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultDisputesApi
-
Initializes the controller with HTTPCallback.
- DefaultEmployeesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultEmployeesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultEmployeesApi
-
Initializes the controller.
- DefaultEmployeesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultEmployeesApi
-
Initializes the controller with HTTPCallback.
- DefaultGiftCardActivitiesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultGiftCardActivitiesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Initializes the controller.
- DefaultGiftCardActivitiesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultGiftCardActivitiesApi
-
Initializes the controller with HTTPCallback.
- DefaultGiftCardsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultGiftCardsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultGiftCardsApi
-
Initializes the controller.
- DefaultGiftCardsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultGiftCardsApi
-
Initializes the controller with HTTPCallback.
- DefaultInventoryApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultInventoryApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultInventoryApi
-
Initializes the controller.
- DefaultInventoryApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultInventoryApi
-
Initializes the controller with HTTPCallback.
- DefaultInvoicesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultInvoicesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultInvoicesApi
-
Initializes the controller.
- DefaultInvoicesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultInvoicesApi
-
Initializes the controller with HTTPCallback.
- DefaultLaborApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLaborApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultLaborApi
-
Initializes the controller.
- DefaultLaborApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultLaborApi
-
Initializes the controller with HTTPCallback.
- DefaultLocationsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLocationsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultLocationsApi
-
Initializes the controller.
- DefaultLocationsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultLocationsApi
-
Initializes the controller with HTTPCallback.
- DefaultLoyaltyApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultLoyaltyApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultLoyaltyApi
-
Initializes the controller.
- DefaultLoyaltyApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultLoyaltyApi
-
Initializes the controller with HTTPCallback.
- DefaultMerchantsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultMerchantsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultMerchantsApi
-
Initializes the controller.
- DefaultMerchantsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultMerchantsApi
-
Initializes the controller with HTTPCallback.
- DefaultMobileAuthorizationApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultMobileAuthorizationApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultMobileAuthorizationApi
-
Initializes the controller.
- DefaultMobileAuthorizationApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultMobileAuthorizationApi
-
Initializes the controller with HTTPCallback.
- DefaultOAuthApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultOAuthApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultOAuthApi
-
Initializes the controller.
- DefaultOAuthApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultOAuthApi
-
Initializes the controller with HTTPCallback.
- DefaultOrdersApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultOrdersApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultOrdersApi
-
Initializes the controller.
- DefaultOrdersApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultOrdersApi
-
Initializes the controller with HTTPCallback.
- DefaultPaymentsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultPaymentsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultPaymentsApi
-
Initializes the controller.
- DefaultPaymentsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultPaymentsApi
-
Initializes the controller with HTTPCallback.
- DefaultPayoutsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultPayoutsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultPayoutsApi
-
Initializes the controller.
- DefaultPayoutsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultPayoutsApi
-
Initializes the controller with HTTPCallback.
- DefaultRefundsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultRefundsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultRefundsApi
-
Initializes the controller.
- DefaultRefundsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultRefundsApi
-
Initializes the controller with HTTPCallback.
- DefaultSitesApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSitesApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultSitesApi
-
Initializes the controller.
- DefaultSitesApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultSitesApi
-
Initializes the controller with HTTPCallback.
- DefaultSnippetsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSnippetsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultSnippetsApi
-
Initializes the controller.
- DefaultSnippetsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultSnippetsApi
-
Initializes the controller with HTTPCallback.
- DefaultSubscriptionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultSubscriptionsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultSubscriptionsApi
-
Initializes the controller.
- DefaultSubscriptionsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultSubscriptionsApi
-
Initializes the controller with HTTPCallback.
- DefaultTeamApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultTeamApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultTeamApi
-
Initializes the controller.
- DefaultTeamApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultTeamApi
-
Initializes the controller with HTTPCallback.
- DefaultTerminalApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultTerminalApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultTerminalApi
-
Initializes the controller.
- DefaultTerminalApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultTerminalApi
-
Initializes the controller with HTTPCallback.
- 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(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultTransactionsApi
-
Initializes the controller.
- DefaultTransactionsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultTransactionsApi
-
Initializes the controller with HTTPCallback.
- DefaultV1TransactionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultV1TransactionsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultV1TransactionsApi
-
Initializes the controller.
- DefaultV1TransactionsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultV1TransactionsApi
-
Initializes the controller with HTTPCallback.
- DefaultVendorsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultVendorsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultVendorsApi
-
Initializes the controller.
- DefaultVendorsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultVendorsApi
-
Initializes the controller with HTTPCallback.
- DefaultWebhookSubscriptionsApi - Class in com.squareup.square.api
-
This class lists all the endpoints of the groups.
- DefaultWebhookSubscriptionsApi(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Initializes the controller.
- DefaultWebhookSubscriptionsApi(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.squareup.square.api.DefaultWebhookSubscriptionsApi
-
Initializes the controller with HTTPCallback.
- 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.
- 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.
- delete(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.squareup.square.http.client.HttpClient
-
Create an HTTP DELETE request with parameters.
- delete(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.squareup.square.http.client.OkClient
-
Create an HTTP DELETE request with parameters.
- deleteBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in interface com.squareup.square.http.client.HttpClient
-
Create an HTTP DELETE request with body.
- deleteBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in class com.squareup.square.http.client.OkClient
-
Create an HTTP DELETE request with body.
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- deliveryMethod(String) - Method in class com.squareup.square.models.Invoice.Builder
-
Setter for deliveryMethod.
- 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.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.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.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.
- deserialize(String, Class<T>) - Static method in class com.squareup.square.ApiHelper
-
Json deserialization of the given Json string.
- deserialize(String) - Static method in class com.squareup.square.ApiHelper
-
Json deserialization of the given Json string.
- deserialize(String, TypeReference<T>) - Static method in class com.squareup.square.ApiHelper
-
JSON Deserialization of the given json string.
- deserializeArray(String, Class<T[]>) - Static method in class com.squareup.square.ApiHelper
-
JSON Deserialization of the given json string.
- deserializeAsObject(String) - Static method in class com.squareup.square.ApiHelper
-
Json deserialization of the given Json string.
- 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
-
- 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(String, String) - Constructor for class com.squareup.square.models.Device
-
Initialization constructor.
- device(Device) - 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
.
- 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.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(DeviceCode) - Method in class com.squareup.square.models.GetDeviceCodeResponse.Builder
-
Setter for deviceCode.
- DeviceCode.Builder - Class in com.squareup.square.models
-
- deviceCodes(List<DeviceCode>) - Method in class com.squareup.square.models.ListDeviceCodesResponse.Builder
-
Setter for deviceCodes.
- 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(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(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.
- DevicesApi - Interface in com.squareup.square.api
-
This interface lists all the endpoints of the group.
- 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.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
-
- 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.
- 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.
- displayName(String) - Method in class com.squareup.square.models.CatalogItemOption.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(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.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.Builder - Class in com.squareup.square.models
-
- DisputeEvidenceCreatedWebhook - Class in com.squareup.square.models
-
This is a model class for DisputeEvidenceCreatedWebhook type.
- DisputeEvidenceCreatedWebhook(String, String, String, String, String, DisputeEvidenceCreatedWebhookData) - Constructor for class com.squareup.square.models.DisputeEvidenceCreatedWebhook
-
Initialization constructor.
- DisputeEvidenceCreatedWebhook.Builder - Class in com.squareup.square.models
-
- DisputeEvidenceCreatedWebhookData - Class in com.squareup.square.models
-
This is a model class for DisputeEvidenceCreatedWebhookData type.
- DisputeEvidenceCreatedWebhookData(String, String, DisputeEvidenceCreatedWebhookObject) - Constructor for class com.squareup.square.models.DisputeEvidenceCreatedWebhookData
-
Initialization constructor.
- DisputeEvidenceCreatedWebhookData.Builder - Class in com.squareup.square.models
-
- DisputeEvidenceCreatedWebhookObject - Class in com.squareup.square.models
-
This is a model class for DisputeEvidenceCreatedWebhookObject type.
- DisputeEvidenceCreatedWebhookObject(Dispute) - Constructor for class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject
-
Initialization constructor.
- DisputeEvidenceCreatedWebhookObject.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.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.
- 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.
- get(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.squareup.square.http.client.HttpClient
-
Create a simple HTTP GET request.
- get(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.squareup.square.http.client.OkClient
-
Create a simple HTTP GET request.
- 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.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.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.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.
- 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.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.
- getAfterpayClearpay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
Getter for AfterpayClearpay.
- getAfterpayDetails() - Method in class com.squareup.square.models.BuyNowPayLaterDetails
-
Getter for AfterpayDetails.
- 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.
- 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.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.
- 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.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.
- 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.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.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.
- 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.
- 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.
- getAppPlanId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for AppPlanId.
- getApprovedMoney() - Method in class com.squareup.square.models.Payment
-
Getter for ApprovedMoney.
- getAppSubscriptionId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for AppSubscriptionId.
- getAppVersion() - Method in class com.squareup.square.models.DeviceMetadata
-
Getter for AppVersion.
- getAppVisibility() - Method in class com.squareup.square.models.CatalogCustomAttributeDefinition
-
Getter for AppVisibility.
- 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.
- 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.
- 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.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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.HttpBodyRequest
-
Body for the http request.
- getBody() - Method in class com.squareup.square.http.response.HttpStringResponse
-
String body of the http response.
- 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.
- getBookingEnabled() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for BookingEnabled.
- getBookingId() - Method in class com.squareup.square.models.SearchAvailabilityFilter
-
Getter for BookingId.
- getBookingPolicy() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for BookingPolicy.
- 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.
- 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.
- 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.
- getBuyerAddress() - Method in class com.squareup.square.models.PrePopulatedData
-
Getter for BuyerAddress.
- 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.
- getBuyNowPayLaterDetails() - Method in class com.squareup.square.models.Payment
-
Getter for BuyNowPayLaterDetails.
- getByteArray() - Method in class com.squareup.square.http.request.MultipartWrapper
-
Getter for bytes.
- 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.
- getCanceledAt() - Method in class com.squareup.square.models.LoyaltyPromotion
-
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.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.
- 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.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.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.
- 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.OrderFulfillmentShipmentDetails
-
Getter for Carrier.
- getCashAppDetails() - Method in class com.squareup.square.models.DigitalWalletDetails
-
Getter for CashAppDetails.
- getCashAppPay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
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.
- 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.
- 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.LoyaltyProgramAccrualRuleCategoryData
-
Getter for CategoryId.
- getCategoryIds() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for CategoryIds.
- getCategoryName() - Method in class com.squareup.square.models.V1PaymentItemDetail
-
Getter for CategoryName.
- 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.
- 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.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.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.
- getClosingEmployeeId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for ClosingEmployeeId.
- 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.
- 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.
- getCompletedNote() - Method in class com.squareup.square.models.V1Order
-
Getter for CompletedNote.
- getCompletedNote() - Method in class com.squareup.square.models.V1UpdateOrderRequest
-
Getter for CompletedNote.
- getComputedAmountMoney() - Method in class com.squareup.square.models.InvoicePaymentRequest
-
Getter for ComputedAmountMoney.
- 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.BulkRetrieveVendorsResponse
-
- 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.BulkUpsertCustomerCustomAttributesResponse
-
- 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.CloneOrderResponse
-
- getContext() - Method in class com.squareup.square.models.CompletePaymentResponse
-
- 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.CreateInvoiceResponse
-
- 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.CreateMobileAuthorizationCodeResponse
-
- 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.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.DeleteInvoiceResponse
-
- getContext() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
- 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.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.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.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.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.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.ListMerchantsResponse
-
- 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.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.RetrieveLocationResponse
-
- 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.RetrieveMerchantResponse
-
- 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.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.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.UpdateLocationResponse
-
- 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.UpsertCatalogObjectResponse
-
- getContext() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
- 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.RetrieveInventoryPhysicalCountResponse
-
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.
- 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.CashDrawerShiftEvent
-
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.DisputeEvidenceCreatedWebhook
-
Getter for CreatedAt.
- getCreatedAt() - Method in class com.squareup.square.models.Employee
-
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.OrderFulfillmentPickupDetailsCurbsidePickupDetails
-
Getter for CurbsideDetails.
- 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.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.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.ListLoyaltyPromotionsRequest
-
Getter for Cursor.
- getCursor() - Method in class com.squareup.square.models.ListLoyaltyPromotionsResponse
-
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.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.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.CustomerFilter
-
Getter for CustomAttribute.
- getCustomAttribute() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeResponse
-
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.
- 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.RetrieveCustomerCustomAttributeDefinitionResponse
-
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.
- 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.ListCustomerCustomAttributeDefinitionsResponse
-
Getter for CustomAttributeDefinitions.
- getCustomAttributeFilters() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for CustomAttributeFilters.
- getCustomAttributes() - Method in class com.squareup.square.models.ListCustomerCustomAttributesResponse
-
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.
- 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.InvoiceRecipient
-
Getter for CustomerId.
- getCustomerId() - Method in class com.squareup.square.models.LinkCustomerToGiftCardRequest
-
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.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.
- getCustomerNote() - Method in class com.squareup.square.models.Booking
-
Getter for CustomerNote.
- 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.
- 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.DisputeEvidenceCreatedWebhook
-
Getter for Data.
- 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.
- 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.
- 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.
- 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.
- 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.
- getDeliveryMethod() - Method in class com.squareup.square.models.Invoice
-
Getter for DeliveryMethod.
- 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.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.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.
- 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() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for Device.
- getDevice() - Method in class com.squareup.square.models.V1Payment
-
Getter for Device.
- 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.
- 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.
- 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.
- 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.
- 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.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.
- 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.
- 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.SubscriptionAction
-
Getter for EffectiveDate.
- getEffectiveDate() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for EffectiveDate.
- getEligibleForAutoAmounts() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Getter for EligibleForAutoAmounts.
- 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.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.CashDrawerShiftEvent
-
Getter for EmployeeId.
- 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.CashDrawerShift
-
Getter for EmployeeIds.
- 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.
- 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.WebhookSubscription
-
Getter for Enabled.
- getEnabledLocationIds() - Method in class com.squareup.square.models.SearchCatalogItemsRequest
-
Getter for EnabledLocationIds.
- 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.
- getEndingEmployeeId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for EndingEmployeeId.
- getEndLocalTime() - Method in class com.squareup.square.models.BusinessHoursPeriod
-
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.
- 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.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.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.
- getError() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
Getter for Error.
- 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.BulkCreateTeamMembersResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkCreateVendorsResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
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.BulkUpsertCustomerCustomAttributesResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
-
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.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.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.CreateInvoiceResponse
-
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.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.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.DeleteInvoiceResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
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.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.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.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.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.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.ListMerchantsResponse
-
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.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.RetrieveLocationResponse
-
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.RetrieveMerchantResponse
-
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.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.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.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.UpdateLocationResponse
-
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.UpsertCatalogObjectResponse
-
Getter for Errors.
- getErrors() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeResponse
-
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.
- 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.DisputeEvidenceCreatedWebhook
-
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.ListCashDrawerShiftEventsResponse
-
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.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.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.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.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.
- getExternalDetails() - Method in class com.squareup.square.models.CreatePaymentRequest
-
Getter for ExternalDetails.
- getExternalDetails() - Method in class com.squareup.square.models.Payment
-
Getter for ExternalDetails.
- getFacebookUrl() - Method in class com.squareup.square.models.Location
-
Getter for FacebookUrl.
- getFailedAt() - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails
-
Getter for FailedAt.
- 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.
- getFiletype() - Method in class com.squareup.square.models.DisputeEvidenceFile
-
Getter for Filetype.
- getFileWrapper() - Method in class com.squareup.square.http.request.MultipartFileWrapper
-
Getter for file wrapper.
- 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.
- getFrNaf() - Method in class com.squareup.square.models.TaxIds
-
Getter for FrNaf.
- getFrom(OptionalNullable<T>) - Static method in class com.squareup.square.internal.OptionalNullable
-
Extracts the encapsulated value from the given OptionalNullable.
- 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.
- getGoodsReceiptId() - Method in class com.squareup.square.models.InventoryAdjustment
-
Getter for GoodsReceiptId.
- getGooglePay() - Method in class com.squareup.square.models.AcceptedPaymentMethods
-
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.
- getHeaders() - Method in class com.squareup.square.http.request.HttpRequest
-
Headers for the http request.
- getHeaders() - Method in class com.squareup.square.http.request.MultipartFileWrapper
-
Getter for headers.
- getHeaders() - Method in class com.squareup.square.http.request.MultipartWrapper
-
Getter for headers.
- getHeaders() - Method in class com.squareup.square.http.response.HttpResponse
-
Headers of the http response.
- 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.
- getHttpContext() - Method in exception com.squareup.square.exceptions.ApiException
-
The HTTP response body from the API request.
- 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.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.DisputeEvidenceCreatedWebhookData
-
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.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.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.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.BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
-
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.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.CreateInvoiceRequest
-
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.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.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.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.UpsertCatalogObjectRequest
-
Getter for IdempotencyKey.
- getIdempotencyKey() - Method in class com.squareup.square.models.UpsertCustomerCustomAttributeRequest
-
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.
- 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.CatalogModifier
-
Getter for ImageIds.
- getImageIds() - Method in class com.squareup.square.models.CatalogModifierList
-
Getter for ImageIds.
- 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.
- 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.
- 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.OrderFulfillmentShipmentDetails
-
Getter for InProgressAt.
- 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.
- getIsBookable() - Method in class com.squareup.square.models.TeamMemberBookingProfile
-
Getter for IsBookable.
- getIsCurbsidePickup() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for IsCurbsidePickup.
- getIsDeleted() - Method in class com.squareup.square.models.CatalogObject
-
Getter for IsDeleted.
- 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.
- 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.
- getItemData() - Method in class com.squareup.square.models.CatalogObject
-
Getter for ItemData.
- getItemDetail() - Method in class com.squareup.square.models.V1PaymentItemization
-
Getter for ItemDetail.
- 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.ListCashDrawerShiftsResponse
-
Getter for Items.
- 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.
- getJobTitle() - Method in class com.squareup.square.models.JobAssignment
-
Getter for JobTitle.
- 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.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.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.ListLoyaltyPromotionsRequest
-
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.OrderFulfillment
-
Getter for LineItemApplication.
- getLineItems() - Method in class com.squareup.square.models.Order
-
Getter for LineItems.
- 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.
- 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.CatalogV1Id
-
Getter for LocationId.
- getLocationId() - Method in class com.squareup.square.models.ChargeRequestAdditionalRecipient
-
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.DisputeEvidenceCreatedWebhook
-
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.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.LoyaltyEvent
-
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.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.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.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.
- 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.
- 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.
- 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.
- 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.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.
- 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.DisputeEvidenceCreatedWebhook
-
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.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.
- 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.
- getMessage() - Method in class com.squareup.square.models.InvoicePaymentReminder
-
Getter for Message.
- 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.
- 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.
- 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.
- getMultipleServiceBookingEnabled() - Method in class com.squareup.square.models.BusinessAppointmentSettings
-
Getter for MultipleServiceBookingEnabled.
- 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.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.Device
-
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.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.
- getNewPlanId() - Method in class com.squareup.square.models.SubscriptionAction
-
Getter for NewPlanId.
- getNewPlanId() - Method in class com.squareup.square.models.SwapPlanRequest
-
Getter for NewPlanId.
- 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.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.DisputeEvidenceCreatedWebhookData
-
Getter for Object.
- getObject() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject
-
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.
- 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.
- 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.
- getOpeningEmployeeId() - Method in class com.squareup.square.models.CashDrawerShift
-
Getter for OpeningEmployeeId.
- getOption() - Method in class com.squareup.square.models.CatalogQuickAmountsSettings
-
Getter for Option.
- 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.
- 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.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.
- getOrderUpdated() - Method in class com.squareup.square.models.OrderUpdatedObject
-
Getter for OrderUpdated.
- 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.CatalogQuickAmount
-
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.OrderFulfillmentShipmentDetails
-
Getter for PackagedAt.
- 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.
- 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.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.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.
- 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.
- 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.
- getPeriods() - Method in class com.squareup.square.models.BusinessHours
-
Getter for Periods.
- getPeriods() - Method in class com.squareup.square.models.SubscriptionPhase
-
Getter for Periods.
- getPhases() - Method in class com.squareup.square.models.CatalogSubscriptionPlan
-
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.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.OrderFulfillmentPickupDetails
-
Getter for PickedUpAt.
- getPickupAt() - Method in class com.squareup.square.models.OrderFulfillmentPickupDetails
-
Getter for PickupAt.
- getPickupDetails() - Method in class com.squareup.square.models.OrderFulfillment
-
Getter for PickupDetails.
- 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.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.CreateSubscriptionRequest
-
Getter for PlanId.
- getPlanId() - Method in class com.squareup.square.models.ObtainTokenResponse
-
Getter for PlanId.
- getPlanId() - Method in class com.squareup.square.models.RenewTokenResponse
-
Getter for PlanId.
- getPlanId() - Method in class com.squareup.square.models.Subscription
-
Getter for PlanId.
- getPlanId() - Method in class com.squareup.square.models.SubscriptionEvent
-
Getter for PlanId.
- 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.
- 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.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.QuickPay
-
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.
- 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.
- 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.
- 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.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.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.
- 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.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.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.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.PaymentBalanceActivityRefundDetail
-
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.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.
- 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.
- getResponseCode() - Method in exception com.squareup.square.exceptions.ApiException
-
The HTTP response code from the API request.
- 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.
- getRetryOption() - Method in class com.squareup.square.http.request.configuration.RetryConfiguration
-
The option for overriding global retry configuration.
- 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.
- 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.
- 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.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.OrderReturnTax
-
Getter for Scope.
- getScopes() - Method in class com.squareup.square.models.ObtainTokenRequest
-
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.
- 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.
- getSegments() - Method in class com.squareup.square.models.ListCustomerSegmentsResponse
-
Getter for Segments.
- 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.
- getSellable() - Method in class com.squareup.square.models.CatalogItemVariation
-
Getter for Sellable.
- getSellerId() - Method in class com.squareup.square.models.BusinessBookingProfile
-
Getter for SellerId.
- 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.
- 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.
- 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.OrderFulfillment
-
Getter for ShipmentDetails.
- 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.OrderFulfillmentShipmentDetails
-
Getter for ShippingNote.
- 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.
- getSignatureKey() - Method in class com.squareup.square.models.UpdateWebhookSubscriptionSignatureKeyResponse
-
Getter for SignatureKey.
- getSignatureKey() - Method in class com.squareup.square.models.WebhookSubscription
-
Getter for SignatureKey.
- 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.
- 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.
- 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.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.
- 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.
- 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.
- 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.
- 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.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.
- 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.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.TenderCardDetails
-
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.
- getStoredObject() - Method in class com.squareup.square.utilities.JsonObject
-
Getter for stored JSON object.
- getStoredObject() - Method in class com.squareup.square.utilities.JsonValue
-
Getter for stored JSON object.
- 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.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.CheckoutOptions
-
Getter for SubscriptionPlanId.
- getSubscriptionPlans() - Method in class com.squareup.square.models.PaymentLinkRelatedResources
-
Getter for SubscriptionPlans.
- 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.
- 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.
- 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.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.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.WageSetting
-
Getter for TeamMemberId.
- getTeamMemberIdFilter() - Method in class com.squareup.square.models.SegmentFilter
-
Getter for TeamMemberIdFilter.
- 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.
- 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.V1Payment
-
Getter for TipMoney.
- getTipPercentages() - Method in class com.squareup.square.models.TipSettings
-
Getter for TipPercentages.
- 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.CustomField
-
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.ShiftWage
-
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.
- 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.OrderFulfillmentShipmentDetails
-
Getter for TrackingNumber.
- 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.
- getTransferType() - Method in class com.squareup.square.models.BankAccountPaymentDetails
-
Getter for TransferType.
- getTransitionTimeMinutes() - Method in class com.squareup.square.models.Booking
-
Getter for TransitionTimeMinutes.
- 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.CatalogObject
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.CatalogQuickAmount
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.Destination
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhook
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookData
-
Getter for Type.
- getType() - Method in class com.squareup.square.models.ExternalPaymentDetails
-
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.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.
- 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.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.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.OrderRoundingAdjustment
-
Getter for Uid.
- getUid() - Method in class com.squareup.square.models.OrderServiceCharge
-
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.
- 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.CatalogObject
-
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.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.
- 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.InvoiceCustomField
-
Getter for Value.
- 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.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.Dispute
-
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.RetrieveCustomerCustomAttributeDefinitionRequest
-
Getter for Version.
- getVersion() - Method in class com.squareup.square.models.RetrieveCustomerCustomAttributeRequest
-
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.
- 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.
- 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.RetrieveCustomerCustomAttributeRequest
-
Getter for WithDefinition.
- getWithDefinitions() - Method in class com.squareup.square.models.ListCustomerCustomAttributesRequest
-
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(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) - 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.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.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.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.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.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.
- 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.
- 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.
- 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.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.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.ListLoyaltyPromotionsRequest.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.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.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.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
-
- listBookings(Integer, 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) - Method in class com.squareup.square.api.DefaultBookingsApi
-
Retrieve a collection of bookings.
- listBookingsAsync(Integer, 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) - 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) - 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.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.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.Builder - Class in com.squareup.square.models
-
- ListCashDrawerShiftEventsResponse - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftEventsResponse type.
- ListCashDrawerShiftEventsResponse(List<CashDrawerShiftEvent>, String, List<Error>) - 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.Builder - Class in com.squareup.square.models
-
- ListCashDrawerShiftsResponse - Class in com.squareup.square.models
-
This is a model class for ListCashDrawerShiftsResponse type.
- ListCashDrawerShiftsResponse(List<CashDrawerShiftSummary>, String, List<Error>) - 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.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.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.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.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) - Method in interface com.squareup.square.api.CustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomers(String, Integer, String, String) - Method in class com.squareup.square.api.DefaultCustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomersAsync(String, Integer, String, String) - Method in interface com.squareup.square.api.CustomersApi
-
Lists customer profiles associated with a Square account.
- listCustomersAsync(String, Integer, String, String) - 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.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) - 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) - 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.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
-
- 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.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.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.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.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.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.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.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
-
- 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.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
-
- 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.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
-
- listOrders(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listOrders(String, String, Integer, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- listOrdersAsync(String, String, Integer, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listOrdersAsync(String, String, Integer, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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.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.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, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- 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.
- listPayments(String, String, String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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, Integer, String, Boolean) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- 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.
- listPaymentsAsync(String, String, String, String, Integer, String, Boolean) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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.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.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.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
-
- listRefunds(String, String, String, String, Integer, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listRefunds(String, String, String, String, Integer, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- listRefundsAsync(String, String, String, String, Integer, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listRefundsAsync(String, String, String, String, Integer, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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.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
-
- listSettlements(String, String, String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listSettlements(String, String, String, String, Integer, String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- listSettlementsAsync(String, String, String, String, Integer, String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- listSettlementsAsync(String, String, String, String, Integer, String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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 for a specific subscription.
- listSubscriptionEvents(String, String, Integer) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Lists all events for a specific subscription.
- listSubscriptionEventsAsync(String, String, Integer) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Lists all events for a specific subscription.
- listSubscriptionEventsAsync(String, String, Integer) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Lists all 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.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.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.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.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.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.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.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(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
-
- 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.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.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.DisputeEvidenceCreatedWebhook.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.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.LoyaltyEvent.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.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.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.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.
- 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.
- 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.
- 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(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.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.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.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>, LoyaltyProgramTerminology, String, String, List<LoyaltyProgramAccrualRule>, LoyaltyProgramExpirationPolicy, List<String>) - 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.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.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(String, int, String, LoyaltyProgramRewardDefinition, String, CatalogObjectReference) - 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) - 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(int) - 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.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.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.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.
- 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(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.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(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(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.PaymentBalanceActivityRefundDetail.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, String, 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.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
-
- removeNullValues(Map<String, ?>) - Static method in class com.squareup.square.ApiHelper
-
Removes null values from the given map.
- 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.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
-
- replaceAll(StringBuilder, String, String) - Static method in class com.squareup.square.ApiHelper
-
Replaces all occurrences of the given string in the string builder.
- 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.
- 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.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.
- 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) - 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) - 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) - 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) - 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) - 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.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.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.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.
- 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
-
- 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`.
- 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
-
- retrieveOrder(String) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrder(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrieveOrder(String) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrder(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- retrieveOrderAsync(String) - Method in class com.squareup.square.api.DefaultOrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrderAsync(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrieveOrderAsync(String) - Method in interface com.squareup.square.api.OrdersApi
-
Retrieves an [Order]($m/Order) by ID.
- retrieveOrderAsync(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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
-
- retrievePayment(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrievePayment(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- retrievePaymentAsync(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrievePaymentAsync(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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
-
- retrieveSettlement(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrieveSettlement(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- retrieveSettlementAsync(String, String) - Method in class com.squareup.square.api.DefaultV1TransactionsApi
-
Deprecated.
- retrieveSettlementAsync(String, String) - Method in interface com.squareup.square.api.V1TransactionsApi
-
Deprecated.
- 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 subscription.
- retrieveSubscription(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Retrieves a subscription.
- retrieveSubscriptionAsync(String, String) - Method in class com.squareup.square.api.DefaultSubscriptionsApi
-
Retrieves a subscription.
- retrieveSubscriptionAsync(String, String) - Method in interface com.squareup.square.api.SubscriptionsApi
-
Retrieves a 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.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
-
- 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
-
- RetryConfiguration - Class in com.squareup.square.http.request.configuration
-
Holds configurations for a particular HTTP request.
- RetryConfiguration.Builder - Class in com.squareup.square.http.request.configuration
-
- RetryInterceptor - Class in com.squareup.square.http.client
-
RetryInterceptor intercepts and retry requests if failed based on configuration.
- RetryInterceptor(ReadonlyHttpClientConfiguration) - Constructor for class com.squareup.square.http.client.RetryInterceptor
-
Default Constructor, Initializes the httpClientConfiguration attribute.
- 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.
- retryOption(RetryOption) - Method in class com.squareup.square.http.request.configuration.RetryConfiguration.Builder
-
The option to override retry configurations for a particular request.
- RetryOption - Enum in com.squareup.square.http.request.configuration
-
Retry options enumeration for HTTP request.
- 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.
- 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.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.
- 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(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.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.OrderReturnTax.Builder
-
Setter for scope.
- scopes(List<String>) - Method in class com.squareup.square.models.ObtainTokenRequest.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.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>) - 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) - 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) - 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) - 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.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.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.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.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.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.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.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.
- 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.
- segments(List<CustomerSegment>) - Method in class com.squareup.square.models.ListCustomerSegmentsResponse.Builder
-
Setter for segments.
- 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.
- 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.
- 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.
- serialize(Object) - Static method in class com.squareup.square.ApiHelper
-
Json Serialization of a given object.
- serialize(Object, JsonSerializer) - Static method in class com.squareup.square.ApiHelper
-
Json Serialization of a given object using a specified JsonSerializer.
- serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.squareup.square.internal.OptionalNullable.Serializer
-
- Serializer() - Constructor for class com.squareup.square.internal.OptionalNullable.Serializer
-
- 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.
- 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.
- 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) - 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.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) - 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.Builder - Class in com.squareup.square.models
-
- shipmentDetails(OrderFulfillmentShipmentDetails) - Method in class com.squareup.square.models.OrderFulfillment.Builder
-
Setter for shipmentDetails.
- 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.Builder - Class in com.squareup.square.models
-
- shippingNote(String) - Method in class com.squareup.square.models.OrderFulfillmentShipmentDetails.Builder
-
Setter for shippingNote.
- 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.http.client.OkClient
-
Shutdown the underlying OkHttpClient instance.
- shutdown() - Static method in class com.squareup.square.SquareClient
-
Shutdown the underlying HttpClient instance.
- 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.
- 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.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.
- 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.
- 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.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.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.
- 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.
- 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.
- 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.
- 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.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.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.
- 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.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.
- 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(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.TenderCardDetails.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.
- 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.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>) - 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, 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, SubscriptionEventInfo) - 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.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) - 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.CheckoutOptions.Builder
-
Setter for subscriptionPlanId.
- subscriptionPlans(List<CatalogObject>) - Method in class com.squareup.square.models.PaymentLinkRelatedResources.Builder
-
Setter for subscriptionPlans.
- 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.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(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.
- supply() - Method in interface com.squareup.square.api.BaseApi.RequestSupplier
-
Supplies the HttpRequest object.
- 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 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 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 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 in an existing subscription.
- SwapPlanRequest - Class in com.squareup.square.models
-
This is a model class for SwapPlanRequest type.
- SwapPlanRequest(String) - 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) - 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.
- 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(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.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.Builder - Class in com.squareup.square.models
-
- 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.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.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.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) - 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, List<AdditionalRecipient>, 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
.
- 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.
- 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, SaveCardOptions, DeviceMetadata) - 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.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, 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.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.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.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.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.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.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.
- 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(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.
- 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.Builder - Class in com.squareup.square.models
-
- title(String) - Method in class com.squareup.square.models.CustomField.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.ShiftWage.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.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.BulkRetrieveVendorsRequest
-
- toBuilder() - Method in class com.squareup.square.models.BulkRetrieveVendorsResponse
-
- 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.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.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.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.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.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.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.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.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.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.CompletePaymentRequest
-
- toBuilder() - Method in class com.squareup.square.models.CompletePaymentResponse
-
- toBuilder() - Method in class com.squareup.square.models.Coordinates
-
- 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.CreateInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateInvoiceResponse
-
- 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.CreateMobileAuthorizationCodeRequest
-
- toBuilder() - Method in class com.squareup.square.models.CreateMobileAuthorizationCodeResponse
-
- 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.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.DateRange
-
- 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.DeleteInvoiceRequest
-
- toBuilder() - Method in class com.squareup.square.models.DeleteInvoiceResponse
-
- toBuilder() - Method in class com.squareup.square.models.DeleteLoyaltyRewardResponse
-
- 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.Device
-
- 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.DeviceDetails
-
- toBuilder() - Method in class com.squareup.square.models.DeviceMetadata
-
- 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.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.DisputeEvidenceCreatedWebhook
-
- toBuilder() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookData
-
- toBuilder() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject
-
- 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.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.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.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.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.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.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.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.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.ListMerchantsRequest
-
- toBuilder() - Method in class com.squareup.square.models.ListMerchantsResponse
-
- 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.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.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.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.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.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.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.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.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.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.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.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.RetrieveLocationResponse
-
- 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.RetrieveMerchantResponse
-
- 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.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.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.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.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.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.TenderCardDetails
-
- toBuilder() - Method in class com.squareup.square.models.TenderCashDetails
-
- 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.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.UpdateLocationRequest
-
- toBuilder() - Method in class com.squareup.square.models.UpdateLocationResponse
-
- 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.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.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.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.configuration.RetryConfiguration
-
- 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.internal.OptionalNullable
-
Converts this OptionalNullable 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.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.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.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.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.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.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.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.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.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.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.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.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.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.Coordinates
-
Converts this Coordinates 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.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.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.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.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.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.DateRange
-
Converts this DateRange 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.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.DeleteLoyaltyRewardResponse
-
Converts this DeleteLoyaltyRewardResponse 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.Device
-
Converts this Device 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.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.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.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.DisputeEvidenceCreatedWebhook
-
Converts this DisputeEvidenceCreatedWebhook into string format.
- toString() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookData
-
Converts this DisputeEvidenceCreatedWebhookData into string format.
- toString() - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookObject
-
Converts this DisputeEvidenceCreatedWebhookObject 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.RetrieveLocationResponse
-
Converts this RetrieveLocationResponse 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.RetrieveMerchantResponse
-
Converts this RetrieveMerchantResponse 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.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.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.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.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.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.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.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.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.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.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.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.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.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.
- 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.OrderFulfillmentShipmentDetails.Builder
-
Setter for trackingNumber.
- 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.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.
- 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.
- triggerLimit(LoyaltyPromotionTriggerLimit) - Method in class com.squareup.square.models.LoyaltyPromotion.Builder
-
Setter for triggerLimit.
- tryUrlEncode(String, boolean) - Static method in class com.squareup.square.ApiHelper
-
Tries URL encode using UTF-8.
- 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.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.Destination.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhook.Builder
-
Setter for type.
- type(String) - Method in class com.squareup.square.models.DisputeEvidenceCreatedWebhookData.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.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.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.
- 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.