Свойство | Type | Description | |
---|---|---|---|
EscapeXML | String |
Méthode | Description | |
---|---|---|
IsSetAmount ( ) : System.Boolean |
Checks if Amount property is set
|
|
IsSetCurrencyCode ( ) : System.Boolean |
Checks if CurrencyCode property is set
|
|
IsSetFormattedPrice ( ) : System.Boolean |
Checks if FormattedPrice property is set
|
|
WithAmount ( Decimal amount ) : |
Sets the Amount property
|
|
WithCurrencyCode ( String currencyCode ) : |
Sets the CurrencyCode property
|
|
WithFormattedPrice ( String formattedPrice ) : |
Sets the FormattedPrice property
|
Méthode | 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 |
Méthode | Description | |
---|---|---|
EscapeXML ( String str ) : String |
public IsSetCurrencyCode ( ) : System.Boolean | ||
Résultat | System.Boolean |
public IsSetFormattedPrice ( ) : System.Boolean | ||
Résultat | System.Boolean |
public WithAmount ( Decimal amount ) : |
||
amount | Decimal | Amount property |
Résultat |
public WithCurrencyCode ( String currencyCode ) : |
||
currencyCode | String | CurrencyCode property |
Résultat |
public WithFormattedPrice ( String formattedPrice ) : |
||
formattedPrice | String | FormattedPrice property |
Résultat |