Struct shopify::fulfillment_service::NewFulfillmentService [] [src]

pub struct NewFulfillmentService {
    pub name: String,
    pub callback_url: String,
    pub inventory_management: bool,
    pub tracking_support: bool,
    pub requires_shipping_method: bool,
    pub format: String,
}

Fields

Trait Implementations

impl Debug for NewFulfillmentService
[src]

[src]

Formats the value using the given formatter.