From bb286a0ef5f47b597d1a0bc75287b3acce5f3176 Mon Sep 17 00:00:00 2001 From: Recurly Integrations Date: Tue, 30 Apr 2024 15:24:58 +0000 Subject: [PATCH] Generated Latest Changes for v2021-02-25 --- invoice.go | 1 - invoice_create.go | 1 - openapi/api.yaml | 2 -- purchase_create.go | 1 - subscription.go | 1 - subscription_change_create.go | 1 - subscription_create.go | 1 - subscription_update.go | 1 - 8 files changed, 9 deletions(-) diff --git a/invoice.go b/invoice.go index 82bf65e..414ea23 100644 --- a/invoice.go +++ b/invoice.go @@ -70,7 +70,6 @@ type Invoice struct { // 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. NetTermsType string `json:"net_terms_type,omitempty"` Address InvoiceAddress `json:"address,omitempty"` diff --git a/invoice_create.go b/invoice_create.go index 28e64a2..a91ae86 100644 --- a/invoice_create.go +++ b/invoice_create.go @@ -38,7 +38,6 @@ type InvoiceCreate struct { // 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. NetTermsType *string `json:"net_terms_type,omitempty"` // For manual invoicing, this identifies the PO number associated with the subscription. 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/purchase_create.go b/purchase_create.go index a363506..213cff9 100644 --- a/purchase_create.go +++ b/purchase_create.go @@ -40,7 +40,6 @@ type PurchaseCreate struct { // 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. NetTermsType *string `json:"net_terms_type,omitempty"` // Terms and conditions to be put on the purchase invoice. diff --git a/subscription.go b/subscription.go index 3fbfd24..6341596 100644 --- a/subscription.go +++ b/subscription.go @@ -136,7 +136,6 @@ type Subscription struct { // 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. NetTermsType string `json:"net_terms_type,omitempty"` // Terms and conditions diff --git a/subscription_change_create.go b/subscription_change_create.go index f41e228..c8c44ea 100644 --- a/subscription_change_create.go +++ b/subscription_change_create.go @@ -72,7 +72,6 @@ type SubscriptionChangeCreate struct { // 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. NetTermsType *string `json:"net_terms_type,omitempty"` // An optional type designation for the payment gateway transaction created by this request. Supports 'moto' value, which is the acronym for mail order and telephone transactions. diff --git a/subscription_create.go b/subscription_create.go index a3fb9b4..6fdd533 100644 --- a/subscription_create.go +++ b/subscription_create.go @@ -102,7 +102,6 @@ type SubscriptionCreate struct { // 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. NetTermsType *string `json:"net_terms_type,omitempty"` // If present, this subscription's transactions will use the payment gateway with this code. diff --git a/subscription_update.go b/subscription_update.go index 1ce9b52..0a5ffce 100644 --- a/subscription_update.go +++ b/subscription_update.go @@ -58,7 +58,6 @@ type SubscriptionUpdate struct { // 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. NetTermsType *string `json:"net_terms_type,omitempty"` // If present, this subscription's transactions will use the payment gateway with this code.