Struct shopify::fulfillment_service::UpdatetFulfillmentService [] [src]

pub struct UpdatetFulfillmentService {
    pub name: Option<String>,
    pub callback_url: Option<String>,
    pub inventory_management: Option<bool>,
    pub tracking_support: Option<bool>,
    pub requires_shipping_method: Option<bool>,
}

Fields

Trait Implementations

impl Debug for UpdatetFulfillmentService
[src]

[src]

Formats the value using the given formatter.

impl Default for UpdatetFulfillmentService
[src]

[src]

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