C# Class SyrupPayToken.Claims.Offer

Inheritance: Element
Mostra file Open project: SKplanet/syruppay-csharp

Private Properties

Property Type Description

Public Methods

Method Description
SetAccepted ( ) : Offer
SetAccepted ( List accepted ) : Offer
SetAmountOff ( int amountOff ) : Offer
SetApplicableForNotMatchedUser ( bool applicableForNotMatchedUser ) : Offer
SetExclusiveGroupId ( string exclusiveGroupId ) : Offer
SetExclusiveGroupName ( string exclusiveGroupName ) : Offer
SetId ( string id ) : Offer
SetName ( string name ) : Offer
SetOrderApplied ( int orderApplied ) : Offer
SetType ( OfferType type ) : Offer
SetUserActionCode ( string userActionCode ) : Offer
SetUserSelectable ( bool userSelectable ) : Offer
ValidRequired ( ) : void

Method Details

SetAccepted() public method

public SetAccepted ( ) : Offer
return Offer

SetAccepted() public method

public SetAccepted ( List accepted ) : Offer
accepted List
return Offer

SetAmountOff() public method

public SetAmountOff ( int amountOff ) : Offer
amountOff int
return Offer

SetApplicableForNotMatchedUser() public method

public SetApplicableForNotMatchedUser ( bool applicableForNotMatchedUser ) : Offer
applicableForNotMatchedUser bool
return Offer

SetExclusiveGroupId() public method

public SetExclusiveGroupId ( string exclusiveGroupId ) : Offer
exclusiveGroupId string
return Offer

SetExclusiveGroupName() public method

public SetExclusiveGroupName ( string exclusiveGroupName ) : Offer
exclusiveGroupName string
return Offer

SetId() public method

public SetId ( string id ) : Offer
id string
return Offer

SetName() public method

public SetName ( string name ) : Offer
name string
return Offer

SetOrderApplied() public method

public SetOrderApplied ( int orderApplied ) : Offer
orderApplied int
return Offer

SetType() public method

public SetType ( OfferType type ) : Offer
type OfferType
return Offer

SetUserActionCode() public method

public SetUserActionCode ( string userActionCode ) : Offer
userActionCode string
return Offer

SetUserSelectable() public method

public SetUserSelectable ( bool userSelectable ) : Offer
userSelectable bool
return Offer

ValidRequired() public method

public ValidRequired ( ) : void
return void