object

ShipmentUserInfo

Schema for shipments user info.
Fields
email
String
Email address of the user. For example, `email` can be set to 'user@example.com'.
first_name
String
First name of the user. For example, `first_name` can be set to 'John'.
gender
String
Gender of the user. For example, `gender` can be set to 'male'.
last_name
String
Last name of the user. For example, `last_name` can be set to 'Doe'.
mobile
String
Mobile number of the user. For example, `mobile` can be set to '9876543210'.
name
String
Full name of the user. For example, `name` can be set to 'John Doe'.