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 31d5646 commit dde2001
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 37 deletions.
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
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/requests/InvoiceCreate.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/requests/PurchaseCreate.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/requests/SubscriptionCreate.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/requests/SubscriptionUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/resources/Invoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/com/recurly/v3/resources/Subscription.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
@SerializedName("net_terms_type")
@Expose
Expand Down Expand Up @@ -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.
*
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public Constants.NetTermsType getNetTermsType() {
return this.netTermsType;
Expand All @@ -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.
* <p>This field is only available when the EOM Net Terms feature is enabled.
*/
public void setNetTermsType(final Constants.NetTermsType netTermsType) {
this.netTermsType = netTermsType;
Expand Down

0 comments on commit dde2001

Please sign in to comment.