Skip to content

Commit

Permalink
Changes generated by 5043cdcd8aa745b7dec3c57bd94ed6a8b3d25dc6
Browse files Browse the repository at this point in the history
This commit was automatically created from gocardless/gocardless-dotnet-template@5043cdc
by the `push-files` action.

Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/9382426248
  • Loading branch information
gocardless-ci-robot[bot] committed Jun 5, 2024
1 parent a0cef03 commit bd0c1fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GoCardless/Resources/Subscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ public class Subscription
[JsonProperty("name")]
public string Name { get; set; }

/// <summary>
/// Whether the parent plan of this subscription is paused.
/// </summary>
[JsonProperty("parent_plan_paused")]
public bool? ParentPlanPaused { get; set; }

/// <summary>
/// An optional payment reference. This will be set as the reference on
/// each payment
Expand Down

0 comments on commit bd0c1fe

Please sign in to comment.