Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 808 Bytes

File metadata and controls

11 lines (8 loc) · 808 Bytes

Flipdish.Model.LastPaymentError

Properties

Name Type Description Notes
Code string For some errors that could be handled programmatically, a short string indicating the error code reported. [optional]
DeclineCode string For card errors resulting from a card issuer decline, a short string indicating the card issuer’s reason for the decline if they provide one. [optional]
Message string A human-readable message providing more details about the error. For card errors, these messages can be shown to your users. [optional]

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