Skip to content

Commit

Permalink
Changes generated by 3ccd4105b500058adacdbed4d810c8b323a57151
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Sep 10, 2024
1 parent 89118b8 commit 276c38a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GoCardless/Resources/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ public enum EventResourceType {
/// <summary>`resource_type` with a value of "organisations"</summary>
[EnumMember(Value = "organisations")]
Organisations,
/// <summary>`resource_type` with a value of "outbound_payments"</summary>
[EnumMember(Value = "outbound_payments")]
OutboundPayments,
/// <summary>`resource_type` with a value of "payer_authorisations"</summary>
[EnumMember(Value = "payer_authorisations")]
PayerAuthorisations,
Expand Down
6 changes: 6 additions & 0 deletions GoCardless/Services/EventService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ public enum EventInclude
/// <summary>`include` with a value of "mandate"</summary>
[EnumMember(Value = "mandate")]
Mandate,
/// <summary>`include` with a value of "outbound_payment"</summary>
[EnumMember(Value = "outbound_payment")]
OutboundPayment,
/// <summary>`include` with a value of "payer_authorisation"</summary>
[EnumMember(Value = "payer_authorisation")]
PayerAuthorisation,
Expand Down Expand Up @@ -390,6 +393,9 @@ public enum EventResourceType
/// <summary>`resource_type` with a value of "organisations"</summary>
[EnumMember(Value = "organisations")]
Organisations,
/// <summary>`resource_type` with a value of "outbound_payments"</summary>
[EnumMember(Value = "outbound_payments")]
OutboundPayments,
/// <summary>`resource_type` with a value of "payer_authorisations"</summary>
[EnumMember(Value = "payer_authorisations")]
PayerAuthorisations,
Expand Down

0 comments on commit 276c38a

Please sign in to comment.