GetBankAccountByV1IdResponse
February 26, 2020 ยท View on GitHub
Description
Response object returned by GetBankAccountByV1Id.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| errors | getErrors() | setErrors($value) | \SquareConnect\Model\Error[] | Information on errors encountered during the request. | [optional] |
| bank_account | getBankAccount() | setBankAccount($value) | \SquareConnect\Model\BankAccount | The requested `BankAccount` object. | [optional] |
Note: All properties are protected and only accessed via getters and setters.