Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

RefundPatchRequest.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

Zuora.Model.RefundPatchRequest

Properties

Name Type Description Notes
description string An arbitrary string attached to the object. Often useful for displaying to users. [optional]
reason_code string User-provided reason for the refund. [optional]
bank_account_account string An active account in your Zuora Chart of Accounts. [optional]
unapplied_payment_account string An active account in your Zuora Chart of Accounts. [optional]
reference_id string Transaction identifier returned by the payment gateway. You may use this field to reconcile payments between your payment gateway and Zuora Payments. [optional]
custom_fields Dictionary<string, Object> Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. [optional]

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