GoCardlessErrorerror_reasoninvalid_type Field |
The errors key may also hold an array of type errors if the JSON you sent was incorrectly typed.
These are in the same format as validation errors (with a message and field per error).
A type error will also be returned if you include any additional, unknown parameters.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic const string invalid_type = "invalid_type"
Public Const invalid_type As String = "invalid_type"
Field Value
Type:
String
See Also