Skip to content

Commit 1bd63eb

Browse files
Changes generated by 5c3b73a22f0bee3c25b3563fdc7efdb6e77485a1
This commit was automatically created from gocardless/gocardless-dotnet-template@5c3b73a by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/15856460290
1 parent 61ab00d commit 1bd63eb

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

GoCardless/Resources/BillingRequest.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,18 @@ public enum BillingRequestPurposeCode {
12731273
/// <summary>`purpose_code` with a value of "other"</summary>
12741274
[EnumMember(Value = "other")]
12751275
Other,
1276+
/// <summary>`purpose_code` with a value of "Epayment"</summary>
1277+
[EnumMember(Value = "Epayment")]
1278+
Epayment,
1279+
/// <summary>`purpose_code` with a value of "Commercial"</summary>
1280+
[EnumMember(Value = "Commercial")]
1281+
Commercial,
1282+
/// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1283+
[EnumMember(Value = "OtherPayment")]
1284+
OtherPayment,
1285+
/// <summary>`purpose_code` with a value of "Trade"</summary>
1286+
[EnumMember(Value = "Trade")]
1287+
Trade,
12761288
}
12771289

12781290
public class BillingRequestResources

GoCardless/Resources/BillingRequestWithAction.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,18 @@ public enum BillingRequestWithActionBillingRequestsPurposeCode {
14641464
/// <summary>`purpose_code` with a value of "other"</summary>
14651465
[EnumMember(Value = "other")]
14661466
Other,
1467+
/// <summary>`purpose_code` with a value of "Epayment"</summary>
1468+
[EnumMember(Value = "Epayment")]
1469+
Epayment,
1470+
/// <summary>`purpose_code` with a value of "Commercial"</summary>
1471+
[EnumMember(Value = "Commercial")]
1472+
Commercial,
1473+
/// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1474+
[EnumMember(Value = "OtherPayment")]
1475+
OtherPayment,
1476+
/// <summary>`purpose_code` with a value of "Trade"</summary>
1477+
[EnumMember(Value = "Trade")]
1478+
Trade,
14671479
}
14681480

14691481
public class BillingRequestWithActionBillingRequestsResources

GoCardless/Services/BillingRequestService.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,18 @@ public enum BillingRequestPurposeCode
11571157
/// <summary>`purpose_code` with a value of "other"</summary>
11581158
[EnumMember(Value = "other")]
11591159
Other,
1160+
/// <summary>`purpose_code` with a value of "Epayment"</summary>
1161+
[EnumMember(Value = "Epayment")]
1162+
Epayment,
1163+
/// <summary>`purpose_code` with a value of "Commercial"</summary>
1164+
[EnumMember(Value = "Commercial")]
1165+
Commercial,
1166+
/// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1167+
[EnumMember(Value = "OtherPayment")]
1168+
OtherPayment,
1169+
/// <summary>`purpose_code` with a value of "Trade"</summary>
1170+
[EnumMember(Value = "Trade")]
1171+
Trade,
11601172
}
11611173

11621174
[JsonProperty("subscription_request")]

GoCardless/Services/BillingRequestWithActionService.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,18 @@ public enum BillingRequestWithActionPurposeCode
994994
/// <summary>`purpose_code` with a value of "other"</summary>
995995
[EnumMember(Value = "other")]
996996
Other,
997+
/// <summary>`purpose_code` with a value of "Epayment"</summary>
998+
[EnumMember(Value = "Epayment")]
999+
Epayment,
1000+
/// <summary>`purpose_code` with a value of "Commercial"</summary>
1001+
[EnumMember(Value = "Commercial")]
1002+
Commercial,
1003+
/// <summary>`purpose_code` with a value of "OtherPayment"</summary>
1004+
[EnumMember(Value = "OtherPayment")]
1005+
OtherPayment,
1006+
/// <summary>`purpose_code` with a value of "Trade"</summary>
1007+
[EnumMember(Value = "Trade")]
1008+
Trade,
9971009
}
9981010
}
9991011

0 commit comments

Comments
 (0)