diff --git a/openapi/api.yaml b/openapi/api.yaml index ad7a4e4..cd91007 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -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 diff --git a/src/main/java/com/recurly/v3/requests/InvoiceCreate.java b/src/main/java/com/recurly/v3/requests/InvoiceCreate.java index 0d28d5a..a90652e 100644 --- a/src/main/java/com/recurly/v3/requests/InvoiceCreate.java +++ b/src/main/java/com/recurly/v3/requests/InvoiceCreate.java @@ -76,8 +76,6 @@ public class InvoiceCreate extends Request { * 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. */ @SerializedName("net_terms_type") @Expose @@ -227,8 +225,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -239,7 +235,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/requests/PurchaseCreate.java b/src/main/java/com/recurly/v3/requests/PurchaseCreate.java index b07bd84..9b6460e 100644 --- a/src/main/java/com/recurly/v3/requests/PurchaseCreate.java +++ b/src/main/java/com/recurly/v3/requests/PurchaseCreate.java @@ -105,8 +105,6 @@ public class PurchaseCreate extends Request { * 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. */ @SerializedName("net_terms_type") @Expose @@ -329,8 +327,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -341,7 +337,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/requests/SubscriptionChangeCreate.java b/src/main/java/com/recurly/v3/requests/SubscriptionChangeCreate.java index 01e4735..31ed79d 100644 --- a/src/main/java/com/recurly/v3/requests/SubscriptionChangeCreate.java +++ b/src/main/java/com/recurly/v3/requests/SubscriptionChangeCreate.java @@ -81,8 +81,6 @@ public class SubscriptionChangeCreate extends Request { * 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. */ @SerializedName("net_terms_type") @Expose @@ -293,8 +291,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -305,7 +301,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/requests/SubscriptionCreate.java b/src/main/java/com/recurly/v3/requests/SubscriptionCreate.java index 025ce87..cf0bc3d 100644 --- a/src/main/java/com/recurly/v3/requests/SubscriptionCreate.java +++ b/src/main/java/com/recurly/v3/requests/SubscriptionCreate.java @@ -122,8 +122,6 @@ public class SubscriptionCreate extends Request { * 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. */ @SerializedName("net_terms_type") @Expose @@ -465,8 +463,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -477,7 +473,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/requests/SubscriptionUpdate.java b/src/main/java/com/recurly/v3/requests/SubscriptionUpdate.java index 9ee7410..c5efe37 100644 --- a/src/main/java/com/recurly/v3/requests/SubscriptionUpdate.java +++ b/src/main/java/com/recurly/v3/requests/SubscriptionUpdate.java @@ -88,8 +88,6 @@ public class SubscriptionUpdate extends Request { * 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. */ @SerializedName("net_terms_type") @Expose @@ -288,8 +286,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -300,7 +296,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/resources/Invoice.java b/src/main/java/com/recurly/v3/resources/Invoice.java index 1d7dab1..870e4de 100644 --- a/src/main/java/com/recurly/v3/resources/Invoice.java +++ b/src/main/java/com/recurly/v3/resources/Invoice.java @@ -164,8 +164,6 @@ public class Invoice extends Resource { * 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. */ @SerializedName("net_terms_type") @Expose @@ -602,8 +600,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -614,7 +610,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType; diff --git a/src/main/java/com/recurly/v3/resources/Subscription.java b/src/main/java/com/recurly/v3/resources/Subscription.java index 7882a84..5eb16b1 100644 --- a/src/main/java/com/recurly/v3/resources/Subscription.java +++ b/src/main/java/com/recurly/v3/resources/Subscription.java @@ -190,8 +190,6 @@ public class Subscription extends Resource { * 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. */ @SerializedName("net_terms_type") @Expose @@ -689,8 +687,6 @@ public void setNetTerms(final Integer netTerms) { * 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. */ public Constants.NetTermsType getNetTermsType() { return this.netTermsType; @@ -701,7 +697,6 @@ public Constants.NetTermsType getNetTermsType() { * (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. */ public void setNetTermsType(final Constants.NetTermsType netTermsType) { this.netTermsType = netTermsType;