AmendOptions
From API Documentation
AmendOptions is used with amend() call
Supported Calls
Fields
| Name | Required? | Type | Allowable Values | Description |
|---|---|---|---|---|
| GenerateInvoice | No | string | true, false | Set to true if you want Zuora to generate an invoice after the amend() call to immediately bill the customer for the new product. |
| InvoiceProcessingOptions | No | An object of type InvoiceProcessingOptions | N/A | Used to specify if, and how, an invoice should be generated for a new amendment. |
| ProcessPayment | No | string | true, false | Set to true if you want Zuora to collect payment against the invoice. Note that the Account must have AutoPay set to true. |
