BasicResponse
A basic response/error returned by the GoCardless API containing a textual description of the result.
Properties
Summary - string?
The summary text of the response.
Detail - string?
The detailed description of the response.
Constructor
public BasicResponse(string? summary, string? detail)
Parameters
summary - string?
The summary text of the response/error.
detail - string?
The detailed description of the response/error.