Skip to content

Commit e122b55

Browse files
authored
Updated readme with monthly spend for companies (#167)
1 parent 71439e5 commit e122b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ User converted = Contact.convert(contact, user);
200200
Company company = new Company();
201201
company.setName("Blue Sun");
202202
company.setCompanyID("1");
203+
company.setMonthlySpend(123.10f);
203204
company.setPlan(new Company.Plan("premium"));
204205
company.addCustomAttribute(CustomAttribute.newIntegerAttribute("foddstuff-items", 246));
205206
company.addCustomAttribute(CustomAttribute.newStringAttribute("bestseller", "fruity oaty bar"));

0 commit comments

Comments
 (0)