C# Class com.openrest.v1_1.ClubMember

ファイルを表示 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_oe property

public IList clubIds
return IList

memberId public_oe property

public string memberId
return string

phone public_oe property

public string phone
return string

restaurantId public_oe property

public string restaurantId
return string