Class: Peddler::Notifications::OrderChange::Summary
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::OrderChange::Summary
- Defined in:
- sig/peddler/notifications/order_change.rbs
Instance Attribute Summary collapse
-
#cancel_notify_date ⇒ String?
readonly
Returns the value of attribute cancel_notify_date.
-
#destination_postal_code ⇒ String?
readonly
Returns the value of attribute destination_postal_code.
-
#earliest_delivery_date ⇒ String?
readonly
Returns the value of attribute earliest_delivery_date.
-
#earliest_ship_date ⇒ String?
readonly
Returns the value of attribute earliest_ship_date.
-
#easy_ship_shipment_status ⇒ String?
readonly
Returns the value of attribute easy_ship_shipment_status.
-
#electronic_invoice_status ⇒ String?
readonly
Returns the value of attribute electronic_invoice_status.
-
#fulfillment_type ⇒ String
readonly
Returns the value of attribute fulfillment_type.
-
#latest_delivery_date ⇒ String?
readonly
Returns the value of attribute latest_delivery_date.
-
#latest_ship_date ⇒ String?
readonly
Returns the value of attribute latest_ship_date.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#number_of_items_shipped ⇒ Integer?
readonly
Returns the value of attribute number_of_items_shipped.
-
#number_of_items_unshipped ⇒ Integer?
readonly
Returns the value of attribute number_of_items_unshipped.
-
#order_items ⇒ Array[Peddler::Notifications::OrderChange::OrderItem]
readonly
Returns the value of attribute order_items.
-
#order_programs ⇒ Array[String]?
readonly
Returns the value of attribute order_programs.
-
#order_status ⇒ String
readonly
Returns the value of attribute order_status.
-
#order_type ⇒ String
readonly
Returns the value of attribute order_type.
-
#purchase_date ⇒ String?
readonly
Returns the value of attribute purchase_date.
-
#shipping_programs ⇒ Array[String]?
readonly
Returns the value of attribute shipping_programs.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::OrderChange::Summary
Instance Method Summary collapse
-
#members ⇒ [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
-
#to_h ⇒ { destination_postal_code: String?, fulfillment_type: String, marketplace_id: String, order_items: Array[Peddler::Notifications::OrderChange::OrderItem], order_status: String, order_type: String, purchase_date: String?, cancel_notify_date: String?, earliest_delivery_date: String?, earliest_ship_date: String?, easy_ship_shipment_status: String?, electronic_invoice_status: String?, latest_delivery_date: String?, latest_ship_date: String?, number_of_items_shipped: Integer?, number_of_items_unshipped: Integer?, order_programs: Array[String]?, shipping_programs: Array[String]? }
Instance Attribute Details
#cancel_notify_date ⇒ String? (readonly)
Returns the value of attribute cancel_notify_date.
114 115 116 |
# File 'sig/peddler/notifications/order_change.rbs', line 114 def cancel_notify_date @cancel_notify_date end |
#destination_postal_code ⇒ String? (readonly)
Returns the value of attribute destination_postal_code.
115 116 117 |
# File 'sig/peddler/notifications/order_change.rbs', line 115 def destination_postal_code @destination_postal_code end |
#earliest_delivery_date ⇒ String? (readonly)
Returns the value of attribute earliest_delivery_date.
116 117 118 |
# File 'sig/peddler/notifications/order_change.rbs', line 116 def earliest_delivery_date @earliest_delivery_date end |
#earliest_ship_date ⇒ String? (readonly)
Returns the value of attribute earliest_ship_date.
117 118 119 |
# File 'sig/peddler/notifications/order_change.rbs', line 117 def earliest_ship_date @earliest_ship_date end |
#easy_ship_shipment_status ⇒ String? (readonly)
Returns the value of attribute easy_ship_shipment_status.
118 119 120 |
# File 'sig/peddler/notifications/order_change.rbs', line 118 def easy_ship_shipment_status @easy_ship_shipment_status end |
#electronic_invoice_status ⇒ String? (readonly)
Returns the value of attribute electronic_invoice_status.
119 120 121 |
# File 'sig/peddler/notifications/order_change.rbs', line 119 def electronic_invoice_status @electronic_invoice_status end |
#fulfillment_type ⇒ String (readonly)
Returns the value of attribute fulfillment_type.
120 121 122 |
# File 'sig/peddler/notifications/order_change.rbs', line 120 def fulfillment_type @fulfillment_type end |
#latest_delivery_date ⇒ String? (readonly)
Returns the value of attribute latest_delivery_date.
121 122 123 |
# File 'sig/peddler/notifications/order_change.rbs', line 121 def latest_delivery_date @latest_delivery_date end |
#latest_ship_date ⇒ String? (readonly)
Returns the value of attribute latest_ship_date.
122 123 124 |
# File 'sig/peddler/notifications/order_change.rbs', line 122 def latest_ship_date @latest_ship_date end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
123 124 125 |
# File 'sig/peddler/notifications/order_change.rbs', line 123 def marketplace_id @marketplace_id end |
#number_of_items_shipped ⇒ Integer? (readonly)
Returns the value of attribute number_of_items_shipped.
124 125 126 |
# File 'sig/peddler/notifications/order_change.rbs', line 124 def number_of_items_shipped @number_of_items_shipped end |
#number_of_items_unshipped ⇒ Integer? (readonly)
Returns the value of attribute number_of_items_unshipped.
125 126 127 |
# File 'sig/peddler/notifications/order_change.rbs', line 125 def number_of_items_unshipped @number_of_items_unshipped end |
#order_items ⇒ Array[Peddler::Notifications::OrderChange::OrderItem] (readonly)
Returns the value of attribute order_items.
126 127 128 |
# File 'sig/peddler/notifications/order_change.rbs', line 126 def order_items @order_items end |
#order_programs ⇒ Array[String]? (readonly)
Returns the value of attribute order_programs.
127 128 129 |
# File 'sig/peddler/notifications/order_change.rbs', line 127 def order_programs @order_programs end |
#order_status ⇒ String (readonly)
Returns the value of attribute order_status.
128 129 130 |
# File 'sig/peddler/notifications/order_change.rbs', line 128 def order_status @order_status end |
#order_type ⇒ String (readonly)
Returns the value of attribute order_type.
129 130 131 |
# File 'sig/peddler/notifications/order_change.rbs', line 129 def order_type @order_type end |
#purchase_date ⇒ String? (readonly)
Returns the value of attribute purchase_date.
130 131 132 |
# File 'sig/peddler/notifications/order_change.rbs', line 130 def purchase_date @purchase_date end |
#shipping_programs ⇒ Array[String]? (readonly)
Returns the value of attribute shipping_programs.
131 132 133 |
# File 'sig/peddler/notifications/order_change.rbs', line 131 def shipping_programs @shipping_programs end |
Class Method Details
.[](destination_postal_code:, fulfillment_type:, marketplace_id:, order_items:, order_status:, order_type:, purchase_date:, cancel_notify_date:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, latest_delivery_date:, latest_ship_date:, number_of_items_shipped:, number_of_items_unshipped:, order_programs:, shipping_programs:) ⇒ Peddler::Notifications::OrderChange::Summary .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17) ⇒ Peddler::Notifications::OrderChange::Summary
107 108 |
# File 'sig/peddler/notifications/order_change.rbs', line 107
def self.[]: (destination_postal_code: String?, fulfillment_type: String, marketplace_id: String, order_items: Array[Peddler::Notifications::OrderChange::OrderItem], order_status: String, order_type: String, purchase_date: String?, ?cancel_notify_date: String?, ?earliest_delivery_date: String?, ?earliest_ship_date: String?, ?easy_ship_shipment_status: String?, ?electronic_invoice_status: String?, ?latest_delivery_date: String?, ?latest_ship_date: String?, ?number_of_items_shipped: Integer?, ?number_of_items_unshipped: Integer?, ?order_programs: Array[String]?, ?shipping_programs: Array[String]?) -> Peddler::Notifications::OrderChange::Summary
| (String?, String, String, Array[Peddler::Notifications::OrderChange::OrderItem], String, String, String?, String?, String?, String?, String?, String?, String?, String?, Integer?, Integer?, Array[String]?, Array[String]?) -> Peddler::Notifications::OrderChange::Summary
|
.members ⇒ [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
110 |
# File 'sig/peddler/notifications/order_change.rbs', line 110
def self.members: () -> [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
|
.new(destination_postal_code:, fulfillment_type:, marketplace_id:, order_items:, order_status:, order_type:, purchase_date:, cancel_notify_date:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, latest_delivery_date:, latest_ship_date:, number_of_items_shipped:, number_of_items_unshipped:, order_programs:, shipping_programs:) ⇒ Peddler::Notifications::OrderChange::Summary .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17) ⇒ Peddler::Notifications::OrderChange::Summary
105 106 |
# File 'sig/peddler/notifications/order_change.rbs', line 105
def self.new: (destination_postal_code: String?, fulfillment_type: String, marketplace_id: String, order_items: Array[Peddler::Notifications::OrderChange::OrderItem], order_status: String, order_type: String, purchase_date: String?, ?cancel_notify_date: String?, ?earliest_delivery_date: String?, ?earliest_ship_date: String?, ?easy_ship_shipment_status: String?, ?electronic_invoice_status: String?, ?latest_delivery_date: String?, ?latest_ship_date: String?, ?number_of_items_shipped: Integer?, ?number_of_items_unshipped: Integer?, ?order_programs: Array[String]?, ?shipping_programs: Array[String]?) -> Peddler::Notifications::OrderChange::Summary
| (String?, String, String, Array[Peddler::Notifications::OrderChange::OrderItem], String, String, String?, String?, String?, String?, String?, String?, String?, String?, Integer?, Integer?, Array[String]?, Array[String]?) -> Peddler::Notifications::OrderChange::Summary
|
.parse ⇒ Peddler::Notifications::OrderChange::Summary
112 |
# File 'sig/peddler/notifications/order_change.rbs', line 112
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::OrderChange::Summary
|
Instance Method Details
#members ⇒ [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
133 |
# File 'sig/peddler/notifications/order_change.rbs', line 133
def members: () -> [ :destination_postal_code, :fulfillment_type, :marketplace_id, :order_items, :order_status, :order_type, :purchase_date, :cancel_notify_date, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :latest_delivery_date, :latest_ship_date, :number_of_items_shipped, :number_of_items_unshipped, :order_programs, :shipping_programs ]
|
#to_h ⇒ { destination_postal_code: String?, fulfillment_type: String, marketplace_id: String, order_items: Array[Peddler::Notifications::OrderChange::OrderItem], order_status: String, order_type: String, purchase_date: String?, cancel_notify_date: String?, earliest_delivery_date: String?, earliest_ship_date: String?, easy_ship_shipment_status: String?, electronic_invoice_status: String?, latest_delivery_date: String?, latest_ship_date: String?, number_of_items_shipped: Integer?, number_of_items_unshipped: Integer?, order_programs: Array[String]?, shipping_programs: Array[String]? }
134 |
# File 'sig/peddler/notifications/order_change.rbs', line 134
def to_h: () -> { destination_postal_code: String?, fulfillment_type: String, marketplace_id: String, order_items: Array[Peddler::Notifications::OrderChange::OrderItem], order_status: String, order_type: String, purchase_date: String?, cancel_notify_date: String?, earliest_delivery_date: String?, earliest_ship_date: String?, easy_ship_shipment_status: String?, electronic_invoice_status: String?, latest_delivery_date: String?, latest_ship_date: String?, number_of_items_shipped: Integer?, number_of_items_unshipped: Integer?, order_programs: Array[String]?, shipping_programs: Array[String]? }
|