Class: Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#carrier_will_pick_up ⇒ String?
readonly
Returns the value of attribute carrier_will_pick_up.
-
#delivery_experience ⇒ String?
readonly
Returns the value of attribute delivery_experience.
-
#include_complex_shipping_options ⇒ Boolean?
readonly
Returns the value of attribute include_complex_shipping_options.
-
#include_packing_slip_with_label ⇒ Boolean?
readonly
Returns the value of attribute include_packing_slip_with_label.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
Instance Method Summary collapse
-
#include_complex_shipping_options? ⇒ Boolean
-
#include_packing_slip_with_label? ⇒ Boolean
-
#members ⇒ [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
-
#to_h ⇒ { carrier_will_pick_up: String?, delivery_experience: String?, include_complex_shipping_options: bool?, include_packing_slip_with_label: bool? }
Instance Attribute Details
#carrier_will_pick_up ⇒ String? (readonly)
Returns the value of attribute carrier_will_pick_up.
804 805 806 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 804 def carrier_will_pick_up @carrier_will_pick_up end |
#delivery_experience ⇒ String? (readonly)
Returns the value of attribute delivery_experience.
805 806 807 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 805 def delivery_experience @delivery_experience end |
#include_complex_shipping_options ⇒ Boolean? (readonly)
Returns the value of attribute include_complex_shipping_options.
806 807 808 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 806 def @include_complex_shipping_options end |
#include_packing_slip_with_label ⇒ Boolean? (readonly)
Returns the value of attribute include_packing_slip_with_label.
807 808 809 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 807 def include_packing_slip_with_label @include_packing_slip_with_label end |
Class Method Details
.[](carrier_will_pick_up:, delivery_experience:, include_complex_shipping_options:, include_packing_slip_with_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
797 798 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 797
def self.[]: (?carrier_will_pick_up: String?, ?delivery_experience: String?, ?include_complex_shipping_options: bool?, ?include_packing_slip_with_label: bool?) -> Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
| (String?, String?, bool?, bool?) -> Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
|
.members ⇒ [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
800 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 800
def self.members: () -> [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
|
.new(carrier_will_pick_up:, delivery_experience:, include_complex_shipping_options:, include_packing_slip_with_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
795 796 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 795
def self.new: (?carrier_will_pick_up: String?, ?delivery_experience: String?, ?include_complex_shipping_options: bool?, ?include_packing_slip_with_label: bool?) -> Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
| (String?, String?, bool?, bool?) -> Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
802 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 802
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::ShippingOfferingFilter
|
Instance Method Details
#include_complex_shipping_options? ⇒ Boolean
809 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 809
def include_complex_shipping_options?: () -> bool
|
#include_packing_slip_with_label? ⇒ Boolean
810 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 810
def include_packing_slip_with_label?: () -> bool
|
#members ⇒ [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
811 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 811
def members: () -> [ :carrier_will_pick_up, :delivery_experience, :include_complex_shipping_options, :include_packing_slip_with_label ]
|
#to_h ⇒ { carrier_will_pick_up: String?, delivery_experience: String?, include_complex_shipping_options: bool?, include_packing_slip_with_label: bool? }
812 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 812
def to_h: () -> { carrier_will_pick_up: String?, delivery_experience: String?, include_complex_shipping_options: bool?, include_packing_slip_with_label: bool? }
|