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

Can not construct a BunqMeTabEntry to create a BunqMeTab #85

Closed
mbernson opened this issue Mar 29, 2018 · 1 comment
Closed

Can not construct a BunqMeTabEntry to create a BunqMeTab #85

mbernson opened this issue Mar 29, 2018 · 1 comment

Comments

@mbernson
Copy link

Steps to reproduce:

  1. Try to create a BunqMeTab (shared payment request)

What should happen:

  1. I can create the required BunqMeTabEntry object for it

What happens:

  1. The BunqMeTabEntry cannot be constructed

References

@mbernson mbernson added this to the 0.13.5 milestone Mar 29, 2018
@OGKevin OGKevin modified the milestones: 1.0.0, 1.1.0 Jul 24, 2018
@bluewalk
Copy link

I'm doing the same, code that works is:

var amount = 0.75;

var tabEntry = new BunqMeTabEntry
{
    AmountInquired = new Amount(amount.ToString(CultureInfo.InvariantCulture), CURRENCY_EUR),
    Description = "Testing"
};
var tabId = BunqMeTab.Create(tabEntry, account).Value;
var tab = BunqMeTab.Get(tabId).Value;

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