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

Type Implementations #9

Closed
MaxGfeller opened this issue Jan 5, 2017 · 3 comments
Closed

Type Implementations #9

MaxGfeller opened this issue Jan 5, 2017 · 3 comments

Comments

@MaxGfeller
Copy link

The createAccount method on the accountUserApi needs a parameter of the type AccountData for which only the interface is defined. Not sure if i'm missing something here but i can't find a existing implementation for AccountData (and also other types) and ended up implementing one myself.

Is there an existing implementation somewhere?

@sbrossie
Copy link
Member

sbrossie commented Jan 5, 2017 via email

@MaxGfeller
Copy link
Author

Stéphane, thanks for your answer! Instead of having everyone to implement those interfaces i would vote to have those POJOs provided in the framework. Would love to hear what others think of that.

@pierre
Copy link
Member

pierre commented Oct 31, 2017

We've started implementing POJOs under org.killbill.billing.plugin.api.core. We'll add more as needed (PR welcome too!).

@pierre pierre closed this as completed Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants