| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomerResponse |
DefaultCustomersApi.createCustomer(CreateCustomerRequest body)
Creates a new customer for a business.
|
CreateCustomerResponse |
CustomersApi.createCustomer(CreateCustomerRequest body)
Creates a new customer for a business.
|
CompletableFuture<CreateCustomerResponse> |
DefaultCustomersApi.createCustomerAsync(CreateCustomerRequest body)
Creates a new customer for a business.
|
CompletableFuture<CreateCustomerResponse> |
CustomersApi.createCustomerAsync(CreateCustomerRequest body)
Creates a new customer for a business.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomerRequest |
CreateCustomerRequest.Builder.build()
Builds a new
CreateCustomerRequest object using the set fields. |
Copyright © 2022. All rights reserved.