| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
TenderBankAccountDetails |
TenderBankAccountDetails.Builder.build()
Builds a new
TenderBankAccountDetails object using the set fields. |
TenderBankAccountDetails |
Tender.getBankAccountDetails()
Getter for BankAccountDetails.
|
| Modifier and Type | Method and Description |
|---|---|
Tender.Builder |
Tender.Builder.bankAccountDetails(TenderBankAccountDetails bankAccountDetails)
Setter for bankAccountDetails.
|
| 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.