C# Class MarketplaceWebServiceProducts.Model.MoneyType

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Datei anzeigen Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAmount ( ) : System.Boolean

Checks if Amount property is set

IsSetCurrencyCode ( ) : System.Boolean

Checks if CurrencyCode property is set

WithAmount ( Decimal amount ) : MoneyType

Sets the Amount property

WithCurrencyCode ( String currencyCode ) : MoneyType

Sets the CurrencyCode property

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAmount() public method

Checks if Amount property is set
public IsSetAmount ( ) : System.Boolean
return System.Boolean

IsSetCurrencyCode() public method

Checks if CurrencyCode property is set
public IsSetCurrencyCode ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithAmount() public method

Sets the Amount property
public WithAmount ( Decimal amount ) : MoneyType
amount Decimal Amount property
return MoneyType

WithCurrencyCode() public method

Sets the CurrencyCode property
public WithCurrencyCode ( String currencyCode ) : MoneyType
currencyCode String CurrencyCode property
return MoneyType