| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
TenderSquareAccountDetails |
TenderSquareAccountDetails.Builder.build()
Builds a new
TenderSquareAccountDetails object using the set fields. |
TenderSquareAccountDetails |
Tender.getSquareAccountDetails()
Getter for SquareAccountDetails.
|
| Modifier and Type | Method and Description |
|---|---|
Tender.Builder |
Tender.Builder.squareAccountDetails(TenderSquareAccountDetails squareAccountDetails)
Setter for squareAccountDetails.
|
| Constructor and Description |
|---|
Tender(String type,
String id,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> transactionId,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> note,
Money amountMoney,
Money tipMoney,
Money processingFeeMoney,
io.apimatic.core.types.OptionalNullable<String> customerId,
TenderCardDetails cardDetails,
TenderCashDetails cashDetails,
TenderBankAccountDetails bankAccountDetails,
TenderBuyNowPayLaterDetails buyNowPayLaterDetails,
TenderSquareAccountDetails squareAccountDetails,
io.apimatic.core.types.OptionalNullable<List<AdditionalRecipient>> additionalRecipients,
io.apimatic.core.types.OptionalNullable<String> paymentId)
Initialization constructor.
|
Tender(String type,
String id,
String locationId,
String transactionId,
String createdAt,
String note,
Money amountMoney,
Money tipMoney,
Money processingFeeMoney,
String customerId,
TenderCardDetails cardDetails,
TenderCashDetails cashDetails,
TenderBankAccountDetails bankAccountDetails,
TenderBuyNowPayLaterDetails buyNowPayLaterDetails,
TenderSquareAccountDetails squareAccountDetails,
List<AdditionalRecipient> additionalRecipients,
String paymentId)
Initialization constructor.
|
Copyright © 2024. All rights reserved.