Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1001 Bytes

AutoRechargePref.md

File metadata and controls

28 lines (16 loc) · 1001 Bytes

AutoRechargePref

Properties

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]

Enum: PreferenceEnum

Name Value
CREDIT_PAYPAL "credit_paypal"
ACH "ach"