From 0c2533d14cd161ab58cc027110d8cc1f9d0a7089 Mon Sep 17 00:00:00 2001
From: "gocardless-ci-robot[bot]"
<123969075+gocardless-ci-robot[bot]@users.noreply.github.com>
Date: Tue, 13 Aug 2024 14:49:26 +0000
Subject: [PATCH] Changes generated by a8403abd88e00bbcdd8f7462c8364a257b402ed5
This commit was automatically created from gocardless/gocardless-dotnet-template@a8403abd88e00bbcdd8f7462c8364a257b402ed5
by the `push-files` action.
Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/10372028458
---
GoCardless/Resources/BillingRequest.cs | 28 --------------------------
1 file changed, 28 deletions(-)
diff --git a/GoCardless/Resources/BillingRequest.cs b/GoCardless/Resources/BillingRequest.cs
index d8199a6..f98a03c 100644
--- a/GoCardless/Resources/BillingRequest.cs
+++ b/GoCardless/Resources/BillingRequest.cs
@@ -616,34 +616,6 @@ public enum BillingRequestMandateRequestAuthorisationSource {
Paper,
}
- ///
- /// 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.
- ///
- [JsonConverter(typeof(GcStringEnumConverter), (int)Unknown)]
- public enum BillingRequestMandateRequestConsentType {
- /// Unknown status
- [EnumMember(Value = "unknown")]
- Unknown = 0,
-
- /// `consent_type` with a value of "one_off"
- [EnumMember(Value = "one_off")]
- OneOff,
- /// `consent_type` with a value of "single"
- [EnumMember(Value = "single")]
- Single,
- /// `consent_type` with a value of "recurring"
- [EnumMember(Value = "recurring")]
- Recurring,
- /// `consent_type` with a value of "standing"
- [EnumMember(Value = "standing")]
- Standing,
- /// `consent_type` with a value of "sporadic"
- [EnumMember(Value = "sporadic")]
- Sporadic,
- }
-
///
/// Represents a billing request mandate request constraint resource.
///