Consumer object

json_schema
1$ref: "../../models/Consumer.yaml"

Example Consumer object

1{
2 "phoneNumber": "(415) 200-0000",
3 "givenNames": "Joe",
4 "surname": "Customer",
5 "email": "test@example.com"
6}