Generated Latest Changes for v2021-02-25 #847
Merged
+371
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces new API support for creating and deleting account notes, adds a new
bill_date
field to accounts, and extends several resources to support aharmonized_system_code
attribute. These changes enhance the API's flexibility for managing account notes and improve product classification for tax and customs purposes.Account Notes API Enhancements:
POST /accounts/{account_id}/notes
endpoint, including OpenAPI documentation, client method, and request/response schemas.DELETE /accounts/{account_id}/notes/{account_note_id}
endpoint, with updated OpenAPI documentation and client method.account_note_id
parameter.Account Resource Update:
bill_date
field to theAccount
resource, with getter/setter methods in the PHP client and schema updates in the OpenAPI spec. This allows specifying a preferred billing date for new subscriptions.Harmonized System Code Support:
harmonized_system_code
attribute to theAddOn
,Item
,LineItem
, andPlan
resources, including PHP getter/setter methods and OpenAPI schema updates. This enables international product classification for customs and tax purposes.