pub struct AmazonPrograms {
pub programs: Vec<String>,
}Expand description
AmazonPrograms : Contains the list of programs that Amazon associates with an item. Possible programs are: - Subscribe and Save: Offers recurring, scheduled deliveries to Amazon customers and Amazon Business customers for their frequently ordered products. - FBM Ship+: Unlocks expedited shipping without the extra cost. Helps you to provide accurate and fast delivery dates to Amazon customers. You also receive protection from late deliveries, a discount on expedited shipping rates, and cash back when you ship.
Fields§
§programs: Vec<String>A list of the programs that Amazon associates with the order item. Possible values: SUBSCRIBE_AND_SAVE, FBM_SHIP_PLUS
Implementations§
Source§impl AmazonPrograms
impl AmazonPrograms
Sourcepub fn new(programs: Vec<String>) -> AmazonPrograms
pub fn new(programs: Vec<String>) -> AmazonPrograms
Contains the list of programs that Amazon associates with an item. Possible programs are: - Subscribe and Save: Offers recurring, scheduled deliveries to Amazon customers and Amazon Business customers for their frequently ordered products. - FBM Ship+: Unlocks expedited shipping without the extra cost. Helps you to provide accurate and fast delivery dates to Amazon customers. You also receive protection from late deliveries, a discount on expedited shipping rates, and cash back when you ship.
Trait Implementations§
Source§impl Clone for AmazonPrograms
impl Clone for AmazonPrograms
Source§fn clone(&self) -> AmazonPrograms
fn clone(&self) -> AmazonPrograms
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more