Class: Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#destination_address ⇒ Peddler::APIs::FulfillmentOutbound20200701::Address?
readonly
Returns the value of attribute destination_address.
-
#displayable_order_comment ⇒ String?
readonly
Returns the value of attribute displayable_order_comment.
-
#displayable_order_date ⇒ String?
readonly
Returns the value of attribute displayable_order_date.
-
#displayable_order_id ⇒ String?
readonly
Returns the value of attribute displayable_order_id.
-
#feature_constraints ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?
readonly
Returns the value of attribute feature_constraints.
-
#fulfillment_action ⇒ String?
readonly
Returns the value of attribute fulfillment_action.
-
#fulfillment_policy ⇒ String?
readonly
Returns the value of attribute fulfillment_policy.
-
#items ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?
readonly
Returns the value of attribute items.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
-
#notification_emails ⇒ Array[String]?
readonly
Returns the value of attribute notification_emails.
-
#ship_from_country_code ⇒ String?
readonly
Returns the value of attribute ship_from_country_code.
-
#shipping_speed_category ⇒ String?
readonly
Returns the value of attribute shipping_speed_category.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
Instance Method Summary collapse
-
#members ⇒ [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
-
#to_h ⇒ { destination_address: Peddler::APIs::FulfillmentOutbound20200701::Address?, displayable_order_comment: String?, displayable_order_date: String?, displayable_order_id: String?, feature_constraints: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, fulfillment_action: String?, fulfillment_policy: String?, items: Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, marketplace_id: String?, notification_emails: Array[String]?, ship_from_country_code: String?, shipping_speed_category: String? }
Instance Attribute Details
#destination_address ⇒ Peddler::APIs::FulfillmentOutbound20200701::Address? (readonly)
Returns the value of attribute destination_address.
1518 1519 1520 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1518 def destination_address @destination_address end |
#displayable_order_comment ⇒ String? (readonly)
Returns the value of attribute displayable_order_comment.
1519 1520 1521 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1519 def displayable_order_comment @displayable_order_comment end |
#displayable_order_date ⇒ String? (readonly)
Returns the value of attribute displayable_order_date.
1520 1521 1522 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1520 def displayable_order_date @displayable_order_date end |
#displayable_order_id ⇒ String? (readonly)
Returns the value of attribute displayable_order_id.
1521 1522 1523 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1521 def displayable_order_id @displayable_order_id end |
#feature_constraints ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]? (readonly)
Returns the value of attribute feature_constraints.
1522 1523 1524 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1522 def feature_constraints @feature_constraints end |
#fulfillment_action ⇒ String? (readonly)
Returns the value of attribute fulfillment_action.
1523 1524 1525 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1523 def fulfillment_action @fulfillment_action end |
#fulfillment_policy ⇒ String? (readonly)
Returns the value of attribute fulfillment_policy.
1524 1525 1526 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1524 def fulfillment_policy @fulfillment_policy end |
#items ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]? (readonly)
Returns the value of attribute items.
1525 1526 1527 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1525 def items @items end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
1526 1527 1528 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1526 def marketplace_id @marketplace_id end |
#notification_emails ⇒ Array[String]? (readonly)
Returns the value of attribute notification_emails.
1527 1528 1529 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1527 def notification_emails @notification_emails end |
#ship_from_country_code ⇒ String? (readonly)
Returns the value of attribute ship_from_country_code.
1528 1529 1530 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1528 def ship_from_country_code @ship_from_country_code end |
#shipping_speed_category ⇒ String? (readonly)
Returns the value of attribute shipping_speed_category.
1529 1530 1531 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1529 def shipping_speed_category @shipping_speed_category end |
Class Method Details
.[](destination_address:, displayable_order_comment:, displayable_order_date:, displayable_order_id:, feature_constraints:, fulfillment_action:, fulfillment_policy:, items:, marketplace_id:, notification_emails:, ship_from_country_code:, shipping_speed_category:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
1511 1512 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1511
def self.[]: (?destination_address: Peddler::APIs::FulfillmentOutbound20200701::Address?, ?displayable_order_comment: String?, ?displayable_order_date: String?, ?displayable_order_id: String?, ?feature_constraints: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, ?fulfillment_action: String?, ?fulfillment_policy: String?, ?items: Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, ?marketplace_id: String?, ?notification_emails: Array[String]?, ?ship_from_country_code: String?, ?shipping_speed_category: String?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
| (Peddler::APIs::FulfillmentOutbound20200701::Address?, String?, String?, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, String?, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, String?, Array[String]?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
|
.members ⇒ [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
1514 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1514
def self.members: () -> [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
|
.new(destination_address:, displayable_order_comment:, displayable_order_date:, displayable_order_id:, feature_constraints:, fulfillment_action:, fulfillment_policy:, items:, marketplace_id:, notification_emails:, ship_from_country_code:, shipping_speed_category:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
1509 1510 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1509
def self.new: (?destination_address: Peddler::APIs::FulfillmentOutbound20200701::Address?, ?displayable_order_comment: String?, ?displayable_order_date: String?, ?displayable_order_id: String?, ?feature_constraints: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, ?fulfillment_action: String?, ?fulfillment_policy: String?, ?items: Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, ?marketplace_id: String?, ?notification_emails: Array[String]?, ?ship_from_country_code: String?, ?shipping_speed_category: String?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
| (Peddler::APIs::FulfillmentOutbound20200701::Address?, String?, String?, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, String?, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, String?, Array[String]?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
1516 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1516
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest
|
Instance Method Details
#members ⇒ [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
1531 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1531
def members: () -> [ :destination_address, :displayable_order_comment, :displayable_order_date, :displayable_order_id, :feature_constraints, :fulfillment_action, :fulfillment_policy, :items, :marketplace_id, :notification_emails, :ship_from_country_code, :shipping_speed_category ]
|
#to_h ⇒ { destination_address: Peddler::APIs::FulfillmentOutbound20200701::Address?, displayable_order_comment: String?, displayable_order_date: String?, displayable_order_id: String?, feature_constraints: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, fulfillment_action: String?, fulfillment_policy: String?, items: Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, marketplace_id: String?, notification_emails: Array[String]?, ship_from_country_code: String?, shipping_speed_category: String? }
1532 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1532
def to_h: () -> { destination_address: Peddler::APIs::FulfillmentOutbound20200701::Address?, displayable_order_comment: String?, displayable_order_date: String?, displayable_order_id: String?, feature_constraints: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings]?, fulfillment_action: String?, fulfillment_policy: String?, items: Array[Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderItem]?, marketplace_id: String?, notification_emails: Array[String]?, ship_from_country_code: String?, shipping_speed_category: String? }
|