Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. MonetaryAmountFactoryQuery monetaryAmountFactoryQuery = MonetaryAmountFactoryQueryBuilder.of().setPrecision(50).build();
  2. MonetaryAmount monetaryAmount = Monetary.getAmountFactory(monetaryAmountFactoryQuery).setCurrency("EUR").setNumber(200).create();
Add Comment
Please, Sign In to add comment