C# Class Amazon.ECS.Model.LoyaltyPoints

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetPoints ( ) : System.Boolean

Checks if Points property is set

IsSetTypicalRedemptionValue ( ) : System.Boolean

Checks if TypicalRedemptionValue property is set

WithPoints ( Decimal points ) : LoyaltyPoints

Sets the Points property

WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints

Sets the TypicalRedemptionValue property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetPoints() public method

Checks if Points property is set
public IsSetPoints ( ) : System.Boolean
return System.Boolean

IsSetTypicalRedemptionValue() public method

Checks if TypicalRedemptionValue property is set
public IsSetTypicalRedemptionValue ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithPoints() public method

Sets the Points property
public WithPoints ( Decimal points ) : LoyaltyPoints
points Decimal Points property
return LoyaltyPoints

WithTypicalRedemptionValue() public method

Sets the TypicalRedemptionValue property
public WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints
typicalRedemptionValue Price TypicalRedemptionValue property
return LoyaltyPoints