Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): add response body to virtualAccounts.retrieve() and update resources #155

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

stainless-bot
Copy link
Collaborator

  • Fix virtualAccounts.retrieve() to return a response instead of void
  • Change Documents.create() and PaymentOrderCreateParams.Document to accept documentable_id and documentable_type body params instead of query params
  • Add as_of_lock_version to LedgerAccountListParams and LedgerAccountRetrieveParams
  • Remove entity_id from InternalAccountCreateParams
  • Add vendor_attributes to InternalAccountCreateParams
  • Change effective_at to accept date-time instead of date

…e resources

- Fix `virtualAccounts.retrieve()` to return a response instead of `void`
- Change `Documents.create()` and `PaymentOrderCreateParams.Document` to accept `documentable_id` and `documentable_type` body params instead of query params
- Add `as_of_lock_version` to `LedgerAccountListParams` and `LedgerAccountRetrieveParams`
- Remove `entity_id` from `InternalAccountCreateParams`
- Add `vendor_attributes` to `InternalAccountCreateParams`
- Change `effective_at` to accept `date-time` instead of `date`
@stainless-bot stainless-bot merged commit 12fc75b into next Jul 14, 2023
@stainless-bot stainless-bot deleted the fix-api-add-response-body-to-vir branch July 14, 2023 21:59
chen-annie pushed a commit that referenced this pull request Jul 24, 2023
…e resources (#155)

- Fix `virtualAccounts.retrieve()` to return a response instead of `void`
- Change `Documents.create()` and `PaymentOrderCreateParams.Document` to accept `documentable_id` and `documentable_type` body params instead of query params
- Add `as_of_lock_version` to `LedgerAccountListParams` and `LedgerAccountRetrieveParams`
- Remove `entity_id` from `InternalAccountCreateParams`
- Add `vendor_attributes` to `InternalAccountCreateParams`
- Change `effective_at` to accept `date-time` instead of `date`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant