| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique identifier for the auto recharge preference. | [optional] |
| recordType | String | The record type. | [optional] |
| thresholdAmount | BigDecimal | The threshold amount at which the account will be recharged. | [optional] |
| rechargeAmount | BigDecimal | The amount to recharge the account, the actual recharge amount will be the amount necessary to reach the threshold amount plus the recharge amount. | [optional] |
| enabled | Boolean | Whether auto recharge is enabled. | [optional] |
| invoiceEnabled | Boolean | [optional] | |
| preference | PreferenceEnum | The payment preference for auto recharge. | [optional] |
| Name | Value |
|---|---|
| CREDIT_PAYPAL | "credit_paypal" |
| ACH | "ach" |