amazon_spapi/models/solicitations/
mod.rs

1pub mod create_product_review_and_seller_feedback_solicitation_response;
2pub use self::create_product_review_and_seller_feedback_solicitation_response::CreateProductReviewAndSellerFeedbackSolicitationResponse;
3pub mod error;
4pub use self::error::Error;
5pub mod get_schema_response;
6pub use self::get_schema_response::GetSchemaResponse;
7pub mod get_schema_response_links;
8pub use self::get_schema_response_links::GetSchemaResponseLinks;
9pub mod get_solicitation_action_response;
10pub use self::get_solicitation_action_response::GetSolicitationActionResponse;
11pub mod get_solicitation_action_response_embedded;
12pub use self::get_solicitation_action_response_embedded::GetSolicitationActionResponseEmbedded;
13pub mod get_solicitation_action_response_links;
14pub use self::get_solicitation_action_response_links::GetSolicitationActionResponseLinks;
15pub mod get_solicitation_actions_for_order_response;
16pub use self::get_solicitation_actions_for_order_response::GetSolicitationActionsForOrderResponse;
17pub mod get_solicitation_actions_for_order_response_embedded;
18pub use self::get_solicitation_actions_for_order_response_embedded::GetSolicitationActionsForOrderResponseEmbedded;
19pub mod get_solicitation_actions_for_order_response_links;
20pub use self::get_solicitation_actions_for_order_response_links::GetSolicitationActionsForOrderResponseLinks;
21pub mod link_object;
22pub use self::link_object::LinkObject;
23pub mod solicitations_action;
24pub use self::solicitations_action::SolicitationsAction;