Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 849 Bytes

AutoRechargePrefRequest.md

File metadata and controls

26 lines (14 loc) · 849 Bytes

AutoRechargePrefRequest

Properties

Name Type Description Notes
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"