C# Class Amazon.ECS.Model.TransactionTotals

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetPromotion ( ) : System.Boolean

Checks if Promotion property is set

IsSetShippingCharge ( ) : System.Boolean

Checks if ShippingCharge property is set

IsSetSubtotal ( ) : System.Boolean

Checks if Subtotal property is set

IsSetTax ( ) : System.Boolean

Checks if Tax property is set

IsSetTotal ( ) : System.Boolean

Checks if Total property is set

WithPromotion ( Price promotion ) : TransactionTotals

Sets the Promotion property

WithShippingCharge ( Price shippingCharge ) : TransactionTotals

Sets the ShippingCharge property

WithSubtotal ( Price subtotal ) : TransactionTotals

Sets the Subtotal property

WithTax ( Price tax ) : TransactionTotals

Sets the Tax property

WithTotal ( Price total ) : TransactionTotals

Sets the Total 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

IsSetPromotion() public méthode

Checks if Promotion property is set
public IsSetPromotion ( ) : System.Boolean
Résultat System.Boolean

IsSetShippingCharge() public méthode

Checks if ShippingCharge property is set
public IsSetShippingCharge ( ) : System.Boolean
Résultat System.Boolean

IsSetSubtotal() public méthode

Checks if Subtotal property is set
public IsSetSubtotal ( ) : System.Boolean
Résultat System.Boolean

IsSetTax() public méthode

Checks if Tax property is set
public IsSetTax ( ) : System.Boolean
Résultat System.Boolean

IsSetTotal() public méthode

Checks if Total property is set
public IsSetTotal ( ) : 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

WithPromotion() public méthode

Sets the Promotion property
public WithPromotion ( Price promotion ) : TransactionTotals
promotion Price Promotion property
Résultat TransactionTotals

WithShippingCharge() public méthode

Sets the ShippingCharge property
public WithShippingCharge ( Price shippingCharge ) : TransactionTotals
shippingCharge Price ShippingCharge property
Résultat TransactionTotals

WithSubtotal() public méthode

Sets the Subtotal property
public WithSubtotal ( Price subtotal ) : TransactionTotals
subtotal Price Subtotal property
Résultat TransactionTotals

WithTax() public méthode

Sets the Tax property
public WithTax ( Price tax ) : TransactionTotals
tax Price Tax property
Résultat TransactionTotals

WithTotal() public méthode

Sets the Total property
public WithTotal ( Price total ) : TransactionTotals
total Price Total property
Résultat TransactionTotals