Skip to content

Commit

Permalink
Changes generated by a8403abd88e00bbcdd8f7462c8364a257b402ed5
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Aug 13, 2024
1 parent 792dd12 commit 0c2533d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,34 +616,6 @@ public enum BillingRequestMandateRequestAuthorisationSource {
Paper,
}

/// <summary>
/// This attribute represents the authorisation type between the payer and merchant. It can be
/// set to one-off, recurring or standing for ACH scheme. And single, recurring and sporadic for
/// PAD scheme.
/// </summary>
[JsonConverter(typeof(GcStringEnumConverter), (int)Unknown)]
public enum BillingRequestMandateRequestConsentType {
/// <summary>Unknown status</summary>
[EnumMember(Value = "unknown")]
Unknown = 0,

/// <summary>`consent_type` with a value of "one_off"</summary>
[EnumMember(Value = "one_off")]
OneOff,
/// <summary>`consent_type` with a value of "single"</summary>
[EnumMember(Value = "single")]
Single,
/// <summary>`consent_type` with a value of "recurring"</summary>
[EnumMember(Value = "recurring")]
Recurring,
/// <summary>`consent_type` with a value of "standing"</summary>
[EnumMember(Value = "standing")]
Standing,
/// <summary>`consent_type` with a value of "sporadic"</summary>
[EnumMember(Value = "sporadic")]
Sporadic,
}

/// <summary>
/// Represents a billing request mandate request constraint resource.
///
Expand Down

0 comments on commit 0c2533d

Please sign in to comment.