Sunny Cars CarRentalAgentService SDK

Gender Enumeration

Enumeration of possible values describing a Gender.

[Visual Basic]
<, _  (TypeId:=System.SerializableAttribute), _  (Namespace:="http://xml.sunnycars.com/Interfaces/CarRentalAgent/V2.0", ElementName:="Gender", IsNullable:=True, TypeId:=System.Xml.Serialization.XmlRootAttribute)>
Public Enum Gender [C#]
[]
[(TypeId=System.SerializableAttribute)]
[(Namespace="http://xml.sunnycars.com/Interfaces/CarRentalAgent/V2.0", ElementName="Gender", IsNullable=True, TypeId=System.Xml.Serialization.XmlRootAttribute)]
public enum Gender [C++]
[]
[(TypeId=System.SerializableAttribute)]
[(Namespace="http://xml.sunnycars.com/Interfaces/CarRentalAgent/V2.0", ElementName="Gender", IsNullable=True, TypeId=System.Xml.Serialization.XmlRootAttribute)]
public __value enum Gender [JScript] public enum Gender

Remarks

Members

Member NameDescription
None Gender is undefined.
Male Specifies that gender is male.
Female Specifies that gender is female.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

SunnyCars.Schema.Osi.WsReservation.V4 Namespace