PaymentAccountResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the payment account. | [default to null] |
| name | String | Name of the payment account. | [default to null] |
| account_type | AccountType | Type of the payment account. | [default to null] |
| account_details | AccountDetails | Account details specific to the account type. | [default to null] |
| instructions | String | Instructions for using this payment account. | [default to null] |
| is_active | Boolean | Whether the payment account is active. | [default to null] |
| updated_at | Date | Timestamp when the payment account was last updated. | [default to null] |
| created_at | Date | Timestamp when the payment account was created. | [default to null] |
| formatted_date | String | Formatted creation date (e.g., “Jan 01, 2024”). | [default to null] |
| formatted_updated_date | String | Formatted last update date (e.g., “Jan 01, 2024”). | [default to null] |
| last_digits | String | Last digits of the account number for security. | [default to null] |