Class: Peddler::APIs::MerchantFulfillmentV0::RateItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::RateItem
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#rate_item_charge ⇒ Peddler::Money?
readonly
Returns the value of attribute rate_item_charge.
-
#rate_item_id ⇒ String
readonly
Returns the value of attribute rate_item_id.
-
#rate_item_name_localization ⇒ String?
readonly
Returns the value of attribute rate_item_name_localization.
-
#rate_item_type ⇒ String?
readonly
Returns the value of attribute rate_item_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem
Instance Method Summary collapse
-
#members ⇒ [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
-
#to_h ⇒ { rate_item_id: String, rate_item_charge: Peddler::Money?, rate_item_name_localization: String?, rate_item_type: String? }
Instance Attribute Details
#rate_item_charge ⇒ Peddler::Money? (readonly)
Returns the value of attribute rate_item_charge.
679 680 681 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 679 def rate_item_charge @rate_item_charge end |
#rate_item_id ⇒ String (readonly)
Returns the value of attribute rate_item_id.
680 681 682 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 680 def rate_item_id @rate_item_id end |
#rate_item_name_localization ⇒ String? (readonly)
Returns the value of attribute rate_item_name_localization.
681 682 683 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 681 def rate_item_name_localization @rate_item_name_localization end |
#rate_item_type ⇒ String? (readonly)
Returns the value of attribute rate_item_type.
682 683 684 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 682 def rate_item_type @rate_item_type end |
Class Method Details
.[](rate_item_id:, rate_item_charge:, rate_item_name_localization:, rate_item_type:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem
672 673 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 672
def self.[]: (rate_item_id: String, ?rate_item_charge: Peddler::Money?, ?rate_item_name_localization: String?, ?rate_item_type: String?) -> Peddler::APIs::MerchantFulfillmentV0::RateItem
| (String, Peddler::Money?, String?, String?) -> Peddler::APIs::MerchantFulfillmentV0::RateItem
|
.members ⇒ [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
675 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 675
def self.members: () -> [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
|
.new(rate_item_id:, rate_item_charge:, rate_item_name_localization:, rate_item_type:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem
670 671 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 670
def self.new: (rate_item_id: String, ?rate_item_charge: Peddler::Money?, ?rate_item_name_localization: String?, ?rate_item_type: String?) -> Peddler::APIs::MerchantFulfillmentV0::RateItem
| (String, Peddler::Money?, String?, String?) -> Peddler::APIs::MerchantFulfillmentV0::RateItem
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::RateItem
677 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 677
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::RateItem
|
Instance Method Details
#members ⇒ [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
684 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 684
def members: () -> [ :rate_item_id, :rate_item_charge, :rate_item_name_localization, :rate_item_type ]
|
#to_h ⇒ { rate_item_id: String, rate_item_charge: Peddler::Money?, rate_item_name_localization: String?, rate_item_type: String? }
685 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 685
def to_h: () -> { rate_item_id: String, rate_item_charge: Peddler::Money?, rate_item_name_localization: String?, rate_item_type: String? }
|