65 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
96 inline void SetTotal(
const Total& value) { m_totalHasBeenSet =
true; m_total = value; }
101 inline void SetTotal(
Total&& value) { m_totalHasBeenSet =
true; m_total = std::move(value); }
116 bool m_accountIdHasBeenSet;
119 bool m_totalHasBeenSet;