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

[V2] Add RevRec settings to business entities #817

Merged

Conversation

Smolations
Copy link

@Smolations Smolations commented Jan 31, 2024

Adds the DefaultLiabilityGlAccountId and DefaultRevenueGlAccountId properties to the BusinessEntity entity for the V2 client.

Examples

These IDs cannot be added to business entities from the client/API, only the UI.

var businessEntity = BusinessEntities.Get(id);

Console.WriteLine("Liability ID: {0}", businessEntity.DefaultLiabilityGlAccountId);
Console.WriteLine("Revenue ID: {0}", businessEntity.DefaultRevenueGlAccountId);

@Smolations Smolations added the V2 V2 Client label Jan 31, 2024
@Smolations Smolations mentioned this pull request Jan 31, 2024
Base automatically changed from add-revrec-performance-obligations-feature to add-revrec-features January 31, 2024 20:07
@Smolations Smolations marked this pull request as ready for review January 31, 2024 21:41
@wsethbrown
Copy link

Dev QA +1

@wsethbrown wsethbrown merged commit 583b1c7 into add-revrec-features Feb 1, 2024
5 of 6 checks passed
@wsethbrown wsethbrown deleted the add-revrec-settings-to-business-entities branch February 1, 2024 18:55
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...2.0.0)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...1.17.35)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
recurly-integrations pushed a commit that referenced this pull request Mar 13, 2024
[Full Changelog](1.17.34...1.17.36)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants