C# 클래스 Amazon.ECS.Model.TransactionTotals

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

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