C# Class SyrupPayToken.Claims.Offer

Inheritance: Element
Afficher le fichier Open project: SKplanet/syruppay-csharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public SetAccepted ( ) : Offer
Résultat Offer

SetAccepted() public méthode

public SetAccepted ( List accepted ) : Offer
accepted List
Résultat Offer

SetAmountOff() public méthode

public SetAmountOff ( int amountOff ) : Offer
amountOff int
Résultat Offer

SetApplicableForNotMatchedUser() public méthode

public SetApplicableForNotMatchedUser ( bool applicableForNotMatchedUser ) : Offer
applicableForNotMatchedUser bool
Résultat Offer

SetExclusiveGroupId() public méthode

public SetExclusiveGroupId ( string exclusiveGroupId ) : Offer
exclusiveGroupId string
Résultat Offer

SetExclusiveGroupName() public méthode

public SetExclusiveGroupName ( string exclusiveGroupName ) : Offer
exclusiveGroupName string
Résultat Offer

SetId() public méthode

public SetId ( string id ) : Offer
id string
Résultat Offer

SetName() public méthode

public SetName ( string name ) : Offer
name string
Résultat Offer

SetOrderApplied() public méthode

public SetOrderApplied ( int orderApplied ) : Offer
orderApplied int
Résultat Offer

SetType() public méthode

public SetType ( OfferType type ) : Offer
type OfferType
Résultat Offer

SetUserActionCode() public méthode

public SetUserActionCode ( string userActionCode ) : Offer
userActionCode string
Résultat Offer

SetUserSelectable() public méthode

public SetUserSelectable ( bool userSelectable ) : Offer
userSelectable bool
Résultat Offer

ValidRequired() public méthode

public ValidRequired ( ) : void
Résultat void