| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomerDetails |
CustomerDetails.Builder.build()
Builds a new
CustomerDetails object using the set fields. |
CustomerDetails |
CreatePaymentRequest.getCustomerDetails()
Getter for CustomerDetails.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentRequest.Builder |
CreatePaymentRequest.Builder.customerDetails(CustomerDetails customerDetails)
Setter for customerDetails.
|
| Constructor and Description |
|---|
CreatePaymentRequest(String sourceId,
String idempotencyKey,
Money amountMoney,
Money tipMoney,
Money appFeeMoney,
String delayDuration,
String delayAction,
Boolean autocomplete,
String orderId,
String customerId,
String locationId,
String teamMemberId,
String referenceId,
String verificationToken,
Boolean acceptPartialAuthorization,
String buyerEmailAddress,
Address billingAddress,
Address shippingAddress,
String note,
String statementDescriptionIdentifier,
CashPaymentDetails cashDetails,
ExternalPaymentDetails externalDetails,
CustomerDetails customerDetails)
Initialization constructor.
|
Copyright © 2024. All rights reserved.