Struct mws::fulfillment_outbound::Fee [] [src]

pub struct Fee {
    pub Name: String,
    pub Amount: Currency,
}

Fee type and cost.

Fields

The type of fee.

The numeric value of the item's weight.

Trait Implementations

impl Debug for Fee
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Fee
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Fee
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<S: XmlEventStream> FromXMLStream<S> for Fee
[src]

Auto Trait Implementations

impl Send for Fee

impl Sync for Fee