Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.19 KB

CardMandate.md

File metadata and controls

20 lines (15 loc) · 1.19 KB

Zuora.Model.CardMandate

Properties

Name Type Description Notes
id string Identifier of the single- or multi-use mandate generated by the payment gateway. [optional]
reason string Reason for the mandate. [optional]
state string The status of the mandate, which indicates whether it can be used to initiate a payment. [optional] [readonly]
network_transaction_id string Identifier of a network transaction. [optional] [readonly]
customer_acceptance CustomerAcceptanceMandate A reference to the consent agreement you have with your customer. [optional] [readonly]
type string Indicates the type of the stored credential profile, if any. [optional] [readonly]
verified bool Indicates the mandate was verified with the payment gateway by Zuora. [optional] [readonly]
verify bool Specifies if Zuora should verify this mandate. [optional]

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