RecipientV1Schema constructor

RecipientV1Schema()

Implementation

RecipientV1Schema() : super() {
  withOptionalProperty('id', TypeCode.String);
  withOptionalProperty('name', TypeCode.String);
  withOptionalProperty('email', TypeCode.String);
  withOptionalProperty('phone', TypeCode.String);
  withOptionalProperty('language', TypeCode.String);
}