Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.16 KB

File metadata and controls

14 lines (10 loc) · 1.16 KB

ProcessingOptions

Properties

Name Type Description Notes
apply_credit_balance bool Indicates if any credit balance on a customer's account is automatically applied to invoices. If no value is specified then this field defaults to false. This feature is not available if you have enabled the Invoice Settlement feature. [optional]
electronic_payment_options ProcessingOptionsElectronicPaymentOptions [optional]
billing_options BillingOptions [optional]
collect_payment bool Indicates if the current request needs to collect payments. This value can not be 'true' when 'runBilling' flag is 'false'. [optional]
run_billing bool Indicates if the current request needs to generate an invoice. The invoice will be generated against all subscriptions included in this order. [optional]

[Back to Model list] [Back to API list] [Back to README]