Class: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#amazon_fulfilled ⇒ Boolean?
readonly
Returns the value of attribute amazon_fulfilled.
-
#id_type ⇒ String?
readonly
Returns the value of attribute id_type.
-
#id_value ⇒ String?
readonly
Returns the value of attribute id_value.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
-
#optional_fulfillment_program ⇒ String?
readonly
Returns the value of attribute optional_fulfillment_program.
-
#price_to_estimate_fees ⇒ Peddler::APIs::ProductFeesV0::PriceToEstimateFees?
readonly
Returns the value of attribute price_to_estimate_fees.
-
#seller_id ⇒ String?
readonly
Returns the value of attribute seller_id.
-
#seller_input_identifier ⇒ String?
readonly
Returns the value of attribute seller_input_identifier.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
Instance Method Summary collapse
-
#amazon_fulfilled? ⇒ Boolean
-
#members ⇒ [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
-
#to_h ⇒ { id_type: String?, id_value: String?, amazon_fulfilled: bool?, marketplace_id: String?, optional_fulfillment_program: String?, price_to_estimate_fees: Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, seller_id: String?, seller_input_identifier: String? }
Instance Attribute Details
#amazon_fulfilled ⇒ Boolean? (readonly)
Returns the value of attribute amazon_fulfilled.
120 121 122 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 120 def amazon_fulfilled @amazon_fulfilled end |
#id_type ⇒ String? (readonly)
Returns the value of attribute id_type.
121 122 123 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 121 def id_type @id_type end |
#id_value ⇒ String? (readonly)
Returns the value of attribute id_value.
122 123 124 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 122 def id_value @id_value end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
123 124 125 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 123 def marketplace_id @marketplace_id end |
#optional_fulfillment_program ⇒ String? (readonly)
Returns the value of attribute optional_fulfillment_program.
124 125 126 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 124 def optional_fulfillment_program @optional_fulfillment_program end |
#price_to_estimate_fees ⇒ Peddler::APIs::ProductFeesV0::PriceToEstimateFees? (readonly)
Returns the value of attribute price_to_estimate_fees.
125 126 127 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 125 def price_to_estimate_fees @price_to_estimate_fees end |
#seller_id ⇒ String? (readonly)
Returns the value of attribute seller_id.
126 127 128 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 126 def seller_id @seller_id end |
#seller_input_identifier ⇒ String? (readonly)
Returns the value of attribute seller_input_identifier.
127 128 129 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 127 def seller_input_identifier @seller_input_identifier end |
Class Method Details
.[](id_type:, id_value:, amazon_fulfilled:, marketplace_id:, optional_fulfillment_program:, price_to_estimate_fees:, seller_id:, seller_input_identifier:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
113 114 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 113
def self.[]: (?id_type: String?, ?id_value: String?, ?amazon_fulfilled: bool?, ?marketplace_id: String?, ?optional_fulfillment_program: String?, ?price_to_estimate_fees: Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, ?seller_id: String?, ?seller_input_identifier: String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
| (String?, String?, bool?, String?, String?, Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, String?, String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
|
.members ⇒ [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
116 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 116
def self.members: () -> [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
|
.new(id_type:, id_value:, amazon_fulfilled:, marketplace_id:, optional_fulfillment_program:, price_to_estimate_fees:, seller_id:, seller_input_identifier:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
111 112 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 111
def self.new: (?id_type: String?, ?id_value: String?, ?amazon_fulfilled: bool?, ?marketplace_id: String?, ?optional_fulfillment_program: String?, ?price_to_estimate_fees: Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, ?seller_id: String?, ?seller_input_identifier: String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
| (String?, String?, bool?, String?, String?, Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, String?, String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
|
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
118 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 118
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier
|
Instance Method Details
#amazon_fulfilled? ⇒ Boolean
129 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 129
def amazon_fulfilled?: () -> bool
|
#members ⇒ [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
130 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 130
def members: () -> [ :id_type, :id_value, :amazon_fulfilled, :marketplace_id, :optional_fulfillment_program, :price_to_estimate_fees, :seller_id, :seller_input_identifier ]
|
#to_h ⇒ { id_type: String?, id_value: String?, amazon_fulfilled: bool?, marketplace_id: String?, optional_fulfillment_program: String?, price_to_estimate_fees: Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, seller_id: String?, seller_input_identifier: String? }
131 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 131
def to_h: () -> { id_type: String?, id_value: String?, amazon_fulfilled: bool?, marketplace_id: String?, optional_fulfillment_program: String?, price_to_estimate_fees: Peddler::APIs::ProductFeesV0::PriceToEstimateFees?, seller_id: String?, seller_input_identifier: String? }
|