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

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

Private Properties

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

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

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

Checks if Condition property is set

IsSetOrderingCustomerId ( ) : System.Boolean

Checks if OrderingCustomerId property is set

IsSetPayingCustomerId ( ) : System.Boolean

Checks if PayingCustomerId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerName ( ) : System.Boolean

Checks if SellerName property is set

IsSetShipments ( ) : System.Boolean

Checks if Shipments property is set

IsSetTotals ( ) : System.Boolean

Checks if Totals property is set

IsSetTransactionDate ( ) : System.Boolean

Checks if TransactionDate property is set

IsSetTransactionDateEpoch ( ) : System.Boolean

Checks if TransactionDateEpoch property is set

IsSetTransactionId ( ) : System.Boolean

Checks if TransactionId property is set

IsSetTransactionItems ( ) : System.Boolean

Checks if TransactionItems property is set

WithCondition ( String condition ) : Transaction

Sets the Condition property

WithOrderingCustomerId ( String orderingCustomerId ) : Transaction

Sets the OrderingCustomerId property

WithPayingCustomerId ( String payingCustomerId ) : Transaction

Sets the PayingCustomerId property

WithSellerId ( String sellerId ) : Transaction

Sets the SellerId property

WithSellerName ( String sellerName ) : Transaction

Sets the SellerName property

WithShipments ( TransactionShipments shipments ) : Transaction

Sets the Shipments property

WithTotals ( TransactionTotals totals ) : Transaction

Sets the Totals property

WithTransactionDate ( String transactionDate ) : Transaction

Sets the TransactionDate property

WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction

Sets the TransactionDateEpoch property

WithTransactionId ( String transactionId ) : Transaction

Sets the TransactionId property

WithTransactionItems ( TransactionItems transactionItems ) : Transaction

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the Condition property
public WithCondition ( String condition ) : Transaction
condition String Condition property
Результат Transaction

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

Sets the OrderingCustomerId property
public WithOrderingCustomerId ( String orderingCustomerId ) : Transaction
orderingCustomerId String OrderingCustomerId property
Результат Transaction

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

Sets the PayingCustomerId property
public WithPayingCustomerId ( String payingCustomerId ) : Transaction
payingCustomerId String PayingCustomerId property
Результат Transaction

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

Sets the SellerId property
public WithSellerId ( String sellerId ) : Transaction
sellerId String SellerId property
Результат Transaction

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

Sets the SellerName property
public WithSellerName ( String sellerName ) : Transaction
sellerName String SellerName property
Результат Transaction

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

Sets the Shipments property
public WithShipments ( TransactionShipments shipments ) : Transaction
shipments TransactionShipments Shipments property
Результат Transaction

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

Sets the Totals property
public WithTotals ( TransactionTotals totals ) : Transaction
totals TransactionTotals Totals property
Результат Transaction

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

Sets the TransactionDate property
public WithTransactionDate ( String transactionDate ) : Transaction
transactionDate String TransactionDate property
Результат Transaction

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

Sets the TransactionDateEpoch property
public WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction
transactionDateEpoch String TransactionDateEpoch property
Результат Transaction

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

Sets the TransactionId property
public WithTransactionId ( String transactionId ) : Transaction
transactionId String TransactionId property
Результат Transaction

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

Sets the TransactionItems property
public WithTransactionItems ( TransactionItems transactionItems ) : Transaction
transactionItems TransactionItems TransactionItems property
Результат Transaction