Class: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_fulfilledBoolean? (readonly)

Returns the value of attribute amazon_fulfilled.

Returns:

  • (Boolean, nil)


120
121
122
# File 'sig/peddler/apis/product_fees_v0.rbs', line 120

def amazon_fulfilled
  @amazon_fulfilled
end

#id_typeString? (readonly)

Returns the value of attribute id_type.

Returns:

  • (String, nil)


121
122
123
# File 'sig/peddler/apis/product_fees_v0.rbs', line 121

def id_type
  @id_type
end

#id_valueString? (readonly)

Returns the value of attribute id_value.

Returns:

  • (String, nil)


122
123
124
# File 'sig/peddler/apis/product_fees_v0.rbs', line 122

def id_value
  @id_value
end

#marketplace_idString? (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String, nil)


123
124
125
# File 'sig/peddler/apis/product_fees_v0.rbs', line 123

def marketplace_id
  @marketplace_id
end

#optional_fulfillment_programString? (readonly)

Returns the value of attribute optional_fulfillment_program.

Returns:

  • (String, nil)


124
125
126
# File 'sig/peddler/apis/product_fees_v0.rbs', line 124

def optional_fulfillment_program
  @optional_fulfillment_program
end

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

Returns the value of attribute seller_id.

Returns:

  • (String, nil)


126
127
128
# File 'sig/peddler/apis/product_fees_v0.rbs', line 126

def seller_id
  @seller_id
end

#seller_input_identifierString? (readonly)

Returns the value of attribute seller_input_identifier.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ProductFeesV0::FeesEstimateIdentifier

Parameters:

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

Returns:



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

Returns:

  • (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 ]

Returns:

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

Returns:

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