Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 3.58 KB

PaymentCreateRequest.md

File metadata and controls

36 lines (31 loc) · 3.58 KB

Zuora.Model.PaymentCreateRequest

Properties

Name Type Description Notes
id string Unique identifier for the object. [optional] [readonly]
updated_by_id string Unique identifier of the Zuora user who last updated the object [optional] [readonly]
updated_time DateTime The date and time when the object was last updated in ISO 8601 UTC format. [optional] [readonly]
created_by_id string Unique identifier of the Zuora user who created the object [optional] [readonly]
created_time DateTime The date and time when the object was created in ISO 8601 UTC format. [optional] [readonly]
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]
custom_objects Dictionary<string, Object> The custom fields associated with an object. For more information about custom fields, see Manage custom fields. [optional] [readonly]
description string An arbitrary string attached to the object. Often useful for displaying to users. [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]
account_id string Identifier of the customer account associated with this payment. [optional]
account_number string Human-readable identifier of the account associated with this payment. It can be user-supplied. [optional]
amount decimal The total amount of the payment.
authorization_id string Identifier of the authorization transaction from the payment gateway. [optional]
payment_date DateTime The date and time when the payment takes effect.
payment_method_id string Identifier of the payment method used to create this payment.
gateway_id string Identifier of the payment gateway that Zuora will use to authorize this payment. [optional]
gateway_order_id string A merchant-specified natural key value that can be passed to the payment gateway when a payment is created. If not specified, the payment number will be passed in instead. [optional]
second_reference_id string A second transaction identifier returned by the payment gateway if there is an additional transaction for the refunds. You may use this field to reconcile payments between your payment gateway and Zuora Payments. [optional]
gateway_options Dictionary<string, string> [optional]
statement_descriptor string A payment gateway-specific field used by Orbital, Vantiv and Verifi. [optional]
statement_descriptor_phone string A payment gateway-specific field used by Orbital, Vantiv and Verifi. [optional]
external bool If true, indicates that this payment is not handled by Zuora. [optional]
currency string 3-letter ISO 4217 currency code.
billing_documents List<BillingDocumentPaymentApplicationRequest> Indicates to which billing documents (invoices or debit memos) are the payment applied. [optional]

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