Struct amazon_sp_finances::models::removal_shipment_adjustment_event::RemovalShipmentAdjustmentEvent
source · [−]pub struct RemovalShipmentAdjustmentEvent {
pub posted_date: Option<String>,
pub adjustment_event_id: Option<String>,
pub merchant_order_id: Option<String>,
pub order_id: Option<String>,
pub transaction_type: Option<String>,
pub removal_shipment_item_adjustment_list: Option<Vec<RemovalShipmentItemAdjustment>>,
}Expand description
RemovalShipmentAdjustmentEvent : A financial adjustment event for FBA liquidated inventory. A positive value indicates money owed to Amazon by the buyer (for example, when the charge was incorrectly calculated as less than it should be). A negative value indicates a full or partial refund owed to the buyer (for example, when the buyer receives damaged items or fewer items than ordered).
Fields
posted_date: Option<String>adjustment_event_id: Option<String>The unique identifier for the adjustment event.
merchant_order_id: Option<String>The merchant removal orderId.
order_id: Option<String>The orderId for shipping inventory.
transaction_type: Option<String>The type of removal order. Possible values: * WHOLESALE_LIQUIDATION.
removal_shipment_item_adjustment_list: Option<Vec<RemovalShipmentItemAdjustment>>A comma-delimited list of Removal shipmentItemAdjustment details for FBA inventory.
Implementations
sourceimpl RemovalShipmentAdjustmentEvent
impl RemovalShipmentAdjustmentEvent
sourcepub fn new() -> RemovalShipmentAdjustmentEvent
pub fn new() -> RemovalShipmentAdjustmentEvent
A financial adjustment event for FBA liquidated inventory. A positive value indicates money owed to Amazon by the buyer (for example, when the charge was incorrectly calculated as less than it should be). A negative value indicates a full or partial refund owed to the buyer (for example, when the buyer receives damaged items or fewer items than ordered).
Trait Implementations
sourceimpl Clone for RemovalShipmentAdjustmentEvent
impl Clone for RemovalShipmentAdjustmentEvent
sourcefn clone(&self) -> RemovalShipmentAdjustmentEvent
fn clone(&self) -> RemovalShipmentAdjustmentEvent
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more