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

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetChildTransactionItems ( ) : System.Boolean

Checks if ChildTransactionItems property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

IsSetTotalPrice ( ) : System.Boolean

Checks if TotalPrice property is set

IsSetTransactionItemId ( ) : System.Boolean

Checks if TransactionItemId property is set

IsSetUnitPrice ( ) : System.Boolean

Checks if UnitPrice property is set

WithASIN ( String ASIN ) : TransactionItem

Sets the ASIN property

WithChildTransactionItems ( ChildTransactionItems childTransactionItems ) : TransactionItem

Sets the ChildTransactionItems property

WithQuantity ( String quantity ) : TransactionItem

Sets the Quantity property

WithTotalPrice ( Price totalPrice ) : TransactionItem

Sets the TotalPrice property

WithTransactionItemId ( String transactionItemId ) : TransactionItem

Sets the TransactionItemId property

WithUnitPrice ( Price unitPrice ) : TransactionItem

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

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

IsSetASIN() публичный Метод

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

IsSetChildTransactionItems() публичный Метод

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

IsSetQuantity() публичный Метод

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

IsSetTotalPrice() публичный Метод

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

IsSetTransactionItemId() публичный Метод

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

IsSetUnitPrice() публичный Метод

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

WithASIN() публичный Метод

Sets the ASIN property
public WithASIN ( String ASIN ) : TransactionItem
ASIN String ASIN property
Результат TransactionItem

WithChildTransactionItems() публичный Метод

Sets the ChildTransactionItems property
public WithChildTransactionItems ( ChildTransactionItems childTransactionItems ) : TransactionItem
childTransactionItems ChildTransactionItems ChildTransactionItems property
Результат TransactionItem

WithQuantity() публичный Метод

Sets the Quantity property
public WithQuantity ( String quantity ) : TransactionItem
quantity String Quantity property
Результат TransactionItem

WithTotalPrice() публичный Метод

Sets the TotalPrice property
public WithTotalPrice ( Price totalPrice ) : TransactionItem
totalPrice Price TotalPrice property
Результат TransactionItem

WithTransactionItemId() публичный Метод

Sets the TransactionItemId property
public WithTransactionItemId ( String transactionItemId ) : TransactionItem
transactionItemId String TransactionItemId property
Результат TransactionItem

WithUnitPrice() публичный Метод

Sets the UnitPrice property
public WithUnitPrice ( Price unitPrice ) : TransactionItem
unitPrice Price UnitPrice property
Результат TransactionItem