Skip to content

Commit

Permalink
Merge pull request #902 from recurly/v3-v2021-02-25-9213342136
Browse files Browse the repository at this point in the history
Generated Latest Changes for v2021-02-25 (Entity Use Code)
  • Loading branch information
csampson committed May 23, 2024
2 parents 00afae8 + 29d92e4 commit 294ab44
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/recurly/requests/account_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class AccountCreate < Request
# @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
define_attribute :email, String

# @!attribute entity_use_code
# @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
define_attribute :entity_use_code, String

# @!attribute exemption_certificate
# @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
define_attribute :exemption_certificate, String
Expand Down
4 changes: 4 additions & 0 deletions lib/recurly/requests/account_purchase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class AccountPurchase < Request
# @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
define_attribute :email, String

# @!attribute entity_use_code
# @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
define_attribute :entity_use_code, String

# @!attribute exemption_certificate
# @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
define_attribute :exemption_certificate, String
Expand Down
4 changes: 4 additions & 0 deletions lib/recurly/requests/account_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class AccountUpdate < Request
# @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
define_attribute :email, String

# @!attribute entity_use_code
# @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
define_attribute :entity_use_code, String

# @!attribute exemption_certificate
# @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
define_attribute :exemption_certificate, String
Expand Down
4 changes: 4 additions & 0 deletions lib/recurly/resources/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ class Account < Resource
# @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
define_attribute :email, String

# @!attribute entity_use_code
# @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
define_attribute :entity_use_code, String

# @!attribute exemption_certificate
# @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
define_attribute :exemption_certificate, String
Expand Down
10 changes: 10 additions & 0 deletions openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17474,6 +17474,11 @@ components:
"$ref": "#/components/schemas/BillingInfoCreate"
custom_fields:
"$ref": "#/components/schemas/CustomFields"
entity_use_code:
type: string
description: The Avalara AvaTax value that can be passed to identify the
customer type for tax purposes. The range of values can be A - R (more
info at Avalara). Value is case-sensitive.
AccountResponse:
type: object
properties:
Expand Down Expand Up @@ -17575,6 +17580,11 @@ components:
"$ref": "#/components/schemas/BillingInfo"
custom_fields:
"$ref": "#/components/schemas/CustomFields"
entity_use_code:
type: string
description: The Avalara AvaTax value that can be passed to identify the
customer type for tax purposes. The range of values can be A - R (more
info at Avalara). Value is case-sensitive.
AccountNote:
type: object
required:
Expand Down

0 comments on commit 294ab44

Please sign in to comment.