Skip to content

Commit

Permalink
Generated Latest Changes for v2021-02-25
Browse files Browse the repository at this point in the history
  • Loading branch information
Recurly Integrations authored Apr 30, 2024
1 parent cd89ad9 commit 446bfc5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions Recurly/Resources/Invoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ public class Invoice : Resource
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/InvoiceCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public class InvoiceCreate : Request
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/PurchaseCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public class PurchaseCreate : Request
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/Subscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ public class Subscription : Resource
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/SubscriptionChangeCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public class SubscriptionChangeCreate : Request
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/SubscriptionCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ public class SubscriptionCreate : Request
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions Recurly/Resources/SubscriptionUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ public class SubscriptionUpdate : Request
/// Optionally supplied string that may be either `net` or `eom` (end-of-month).
/// When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
/// When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.
///
/// This field is only available when the EOM Net Terms feature is enabled.
/// </value>
[JsonProperty("net_terms_type")]
[JsonConverter(typeof(RecurlyStringEnumConverter))]
Expand Down
2 changes: 0 additions & 2 deletions openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25178,8 +25178,6 @@ components:
Optionally supplied string that may be either `net` or `eom` (end-of-month).
When `net`, an invoice becomes past due the specified number of `Net Terms` days from the current date.
When `eom` an invoice becomes past due the specified number of `Net Terms` days from the last day of the current month.

This field is only available when the EOM Net Terms feature is enabled.
enum:
- net
- eom
Expand Down

0 comments on commit 446bfc5

Please sign in to comment.