C# Class Amazon.ECS.Model.SavedForLaterItems

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
IsSetSavedForLaterItem ( ) : System.Boolean

Checks if SavedForLaterItem property is set

IsSetSubTotal ( ) : System.Boolean

Checks if SubTotal property is set

WithSavedForLaterItem ( ) : SavedForLaterItems

Sets the SavedForLaterItem property

WithSubTotal ( Price subTotal ) : SavedForLaterItems

Sets the SubTotal property

Méthodes protégées

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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetSavedForLaterItem() public méthode

Checks if SavedForLaterItem property is set
public IsSetSavedForLaterItem ( ) : System.Boolean
Résultat System.Boolean

IsSetSubTotal() public méthode

Checks if SubTotal property is set
public IsSetSubTotal ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithSavedForLaterItem() public méthode

Sets the SavedForLaterItem property
public WithSavedForLaterItem ( ) : SavedForLaterItems
Résultat SavedForLaterItems

WithSubTotal() public méthode

Sets the SubTotal property
public WithSubTotal ( Price subTotal ) : SavedForLaterItems
subTotal Price SubTotal property
Résultat SavedForLaterItems