C# Class com.openrest.v1_1.ClubMember

Show file Open project: wix/openrest4net Class Usage Examples

Public Properties

Property Type Description
clubIds IList
memberId string
phone string
restaurantId string

Public Methods

Method Description
ClubMember ( ) : System
ClubMember ( string restaurantId, string memberId, string phone, IList clubIds ) : System

Method Details

ClubMember() public method

public ClubMember ( ) : System
return System

ClubMember() public method

public ClubMember ( string restaurantId, string memberId, string phone, IList clubIds ) : System
restaurantId string
memberId string
phone string
clubIds IList
return System

Property Details

clubIds public property

public IList clubIds
return IList

memberId public property

public string memberId
return string

phone public property

public string phone
return string

restaurantId public property

public string restaurantId
return string