Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated Latest Changes for v2021-02-25 (Auth & Capture) #830

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading