C# Class MarketplaceWebServiceProducts.Model.PriceType

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Mostrar archivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetLandedPrice ( ) : System.Boolean

Checks if LandedPrice property is set

IsSetListingPrice ( ) : System.Boolean

Checks if ListingPrice property is set

IsSetShipping ( ) : System.Boolean

Checks if Shipping property is set

WithLandedPrice ( MoneyType landedPrice ) : PriceType

Sets the LandedPrice property

WithListingPrice ( MoneyType listingPrice ) : PriceType

Sets the ListingPrice property

WithShipping ( MoneyType shipping ) : PriceType

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

IsSetLandedPrice() public method

Checks if LandedPrice property is set
public IsSetLandedPrice ( ) : System.Boolean
return System.Boolean

IsSetListingPrice() public method

Checks if ListingPrice property is set
public IsSetListingPrice ( ) : System.Boolean
return System.Boolean

IsSetShipping() public method

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

WithLandedPrice() public method

Sets the LandedPrice property
public WithLandedPrice ( MoneyType landedPrice ) : PriceType
landedPrice MoneyType LandedPrice property
return PriceType

WithListingPrice() public method

Sets the ListingPrice property
public WithListingPrice ( MoneyType listingPrice ) : PriceType
listingPrice MoneyType ListingPrice property
return PriceType

WithShipping() public method

Sets the Shipping property
public WithShipping ( MoneyType shipping ) : PriceType
shipping MoneyType Shipping property
return PriceType