Class: Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#displayable_comment ⇒ String?
readonly
Returns the value of attribute displayable_comment.
-
#fulfillment_network_sku ⇒ String?
readonly
Returns the value of attribute fulfillment_network_sku.
-
#gift_message ⇒ String?
readonly
Returns the value of attribute gift_message.
-
#per_unit_declared_value ⇒ Peddler::Money?
readonly
Returns the value of attribute per_unit_declared_value.
-
#per_unit_price ⇒ Peddler::Money?
readonly
Returns the value of attribute per_unit_price.
-
#per_unit_tax ⇒ Peddler::Money?
readonly
Returns the value of attribute per_unit_tax.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
-
#seller_fulfillment_order_item_id ⇒ String
readonly
Returns the value of attribute seller_fulfillment_order_item_id.
-
#seller_sku ⇒ String
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
Instance Method Summary collapse
-
#members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
-
#to_h ⇒ { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, displayable_comment: String?, fulfillment_network_sku: String?, gift_message: String?, per_unit_declared_value: Peddler::Money?, per_unit_price: Peddler::Money?, per_unit_tax: Peddler::Money? }
Instance Attribute Details
#displayable_comment ⇒ String? (readonly)
Returns the value of attribute displayable_comment.
93 94 95 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 93 def displayable_comment @displayable_comment end |
#fulfillment_network_sku ⇒ String? (readonly)
Returns the value of attribute fulfillment_network_sku.
94 95 96 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 94 def fulfillment_network_sku @fulfillment_network_sku end |
#gift_message ⇒ String? (readonly)
Returns the value of attribute gift_message.
95 96 97 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 95 def @gift_message end |
#per_unit_declared_value ⇒ Peddler::Money? (readonly)
Returns the value of attribute per_unit_declared_value.
96 97 98 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 96 def per_unit_declared_value @per_unit_declared_value end |
#per_unit_price ⇒ Peddler::Money? (readonly)
Returns the value of attribute per_unit_price.
97 98 99 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 97 def per_unit_price @per_unit_price end |
#per_unit_tax ⇒ Peddler::Money? (readonly)
Returns the value of attribute per_unit_tax.
98 99 100 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 98 def per_unit_tax @per_unit_tax end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
99 100 101 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 99 def quantity @quantity end |
#seller_fulfillment_order_item_id ⇒ String (readonly)
Returns the value of attribute seller_fulfillment_order_item_id.
100 101 102 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 100 def seller_fulfillment_order_item_id @seller_fulfillment_order_item_id end |
#seller_sku ⇒ String (readonly)
Returns the value of attribute seller_sku.
101 102 103 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 101 def seller_sku @seller_sku end |
Class Method Details
.[](quantity:, seller_fulfillment_order_item_id:, seller_sku:, displayable_comment:, fulfillment_network_sku:, gift_message:, per_unit_declared_value:, per_unit_price:, per_unit_tax:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
86 87 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 86
def self.[]: (quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, ?displayable_comment: String?, ?fulfillment_network_sku: String?, ?gift_message: String?, ?per_unit_declared_value: Peddler::Money?, ?per_unit_price: Peddler::Money?, ?per_unit_tax: Peddler::Money?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
| (Integer, String, String, String?, String?, String?, Peddler::Money?, Peddler::Money?, Peddler::Money?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
|
.members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
89 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 89
def self.members: () -> [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
|
.new(quantity:, seller_fulfillment_order_item_id:, seller_sku:, displayable_comment:, fulfillment_network_sku:, gift_message:, per_unit_declared_value:, per_unit_price:, per_unit_tax:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
84 85 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 84
def self.new: (quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, ?displayable_comment: String?, ?fulfillment_network_sku: String?, ?gift_message: String?, ?per_unit_declared_value: Peddler::Money?, ?per_unit_price: Peddler::Money?, ?per_unit_tax: Peddler::Money?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
| (Integer, String, String, String?, String?, String?, Peddler::Money?, Peddler::Money?, Peddler::Money?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
91 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 91
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderItem
|
Instance Method Details
#members ⇒ [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
103 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 103
def members: () -> [ :quantity, :seller_fulfillment_order_item_id, :seller_sku, :displayable_comment, :fulfillment_network_sku, :gift_message, :per_unit_declared_value, :per_unit_price, :per_unit_tax ]
|
#to_h ⇒ { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, displayable_comment: String?, fulfillment_network_sku: String?, gift_message: String?, per_unit_declared_value: Peddler::Money?, per_unit_price: Peddler::Money?, per_unit_tax: Peddler::Money? }
104 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 104
def to_h: () -> { quantity: Integer, seller_fulfillment_order_item_id: String, seller_sku: String, displayable_comment: String?, fulfillment_network_sku: String?, gift_message: String?, per_unit_declared_value: Peddler::Money?, per_unit_price: Peddler::Money?, per_unit_tax: Peddler::Money? }
|