We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71439e5 commit e122b55Copy full SHA for e122b55
README.md
@@ -200,6 +200,7 @@ User converted = Contact.convert(contact, user);
200
Company company = new Company();
201
company.setName("Blue Sun");
202
company.setCompanyID("1");
203
+ company.setMonthlySpend(123.10f);
204
company.setPlan(new Company.Plan("premium"));
205
company.addCustomAttribute(CustomAttribute.newIntegerAttribute("foddstuff-items", 246));
206
company.addCustomAttribute(CustomAttribute.newStringAttribute("bestseller", "fruity oaty bar"));
0 commit comments