Class: Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#destination_addressPeddler::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_commentString? (readonly)

Returns the value of attribute displayable_order_comment.

Returns:

  • (String, nil)


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_dateString? (readonly)

Returns the value of attribute displayable_order_date.

Returns:

  • (String, nil)


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_idString? (readonly)

Returns the value of attribute displayable_order_id.

Returns:

  • (String, nil)


1521
1522
1523
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1521

def displayable_order_id
  @displayable_order_id
end

#feature_constraintsArray[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_actionString? (readonly)

Returns the value of attribute fulfillment_action.

Returns:

  • (String, nil)


1523
1524
1525
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1523

def fulfillment_action
  @fulfillment_action
end

#fulfillment_policyString? (readonly)

Returns the value of attribute fulfillment_policy.

Returns:

  • (String, nil)


1524
1525
1526
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1524

def fulfillment_policy
  @fulfillment_policy
end

#itemsArray[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_idString? (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String, nil)


1526
1527
1528
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1526

def marketplace_id
  @marketplace_id
end

#notification_emailsArray[String]? (readonly)

Returns the value of attribute notification_emails.

Returns:

  • (Array[String], nil)


1527
1528
1529
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1527

def notification_emails
  @notification_emails
end

#ship_from_country_codeString? (readonly)

Returns the value of attribute ship_from_country_code.

Returns:

  • (String, nil)


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_categoryString? (readonly)

Returns the value of attribute shipping_speed_category.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }