C# Класс Amazon.ECS.Model.TransactionTotals

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetPromotion() публичный метод

Checks if Promotion property is set
public IsSetPromotion ( ) : System.Boolean
Результат System.Boolean

IsSetShippingCharge() публичный метод

Checks if ShippingCharge property is set
public IsSetShippingCharge ( ) : System.Boolean
Результат System.Boolean

IsSetSubtotal() публичный метод

Checks if Subtotal property is set
public IsSetSubtotal ( ) : System.Boolean
Результат System.Boolean

IsSetTax() публичный метод

Checks if Tax property is set
public IsSetTax ( ) : System.Boolean
Результат System.Boolean

IsSetTotal() публичный метод

Checks if Total property is set
public IsSetTotal ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный метод

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
Результат String

WithPromotion() публичный метод

Sets the Promotion property
public WithPromotion ( Price promotion ) : TransactionTotals
promotion Price Promotion property
Результат TransactionTotals

WithShippingCharge() публичный метод

Sets the ShippingCharge property
public WithShippingCharge ( Price shippingCharge ) : TransactionTotals
shippingCharge Price ShippingCharge property
Результат TransactionTotals

WithSubtotal() публичный метод

Sets the Subtotal property
public WithSubtotal ( Price subtotal ) : TransactionTotals
subtotal Price Subtotal property
Результат TransactionTotals

WithTax() публичный метод

Sets the Tax property
public WithTax ( Price tax ) : TransactionTotals
tax Price Tax property
Результат TransactionTotals

WithTotal() публичный метод

Sets the Total property
public WithTotal ( Price total ) : TransactionTotals
total Price Total property
Результат TransactionTotals