| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ACHDetails |
ACHDetails.Builder.build()
Builds a new
ACHDetails object using the set fields. |
ACHDetails |
BankAccountPaymentDetails.getAchDetails()
Getter for AchDetails.
|
| Modifier and Type | Method and Description |
|---|---|
BankAccountPaymentDetails.Builder |
BankAccountPaymentDetails.Builder.achDetails(ACHDetails achDetails)
Setter for achDetails.
|
| Constructor and Description |
|---|
BankAccountPaymentDetails(String bankName,
String transferType,
String accountOwnershipType,
String fingerprint,
String country,
String statementDescription,
ACHDetails achDetails,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.