Class: Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

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

#fees_estimate_requestPeddler::APIs::ProductFeesV0::FeesEstimateRequest? (readonly)

Returns the value of attribute fees_estimate_request.



79
80
81
# File 'sig/peddler/apis/product_fees_v0.rbs', line 79

def fees_estimate_request
  @fees_estimate_request
end

#id_typeString (readonly)

Returns the value of attribute id_type.

Returns:

  • (String)


80
81
82
# File 'sig/peddler/apis/product_fees_v0.rbs', line 80

def id_type
  @id_type
end

#id_valueString (readonly)

Returns the value of attribute id_value.

Returns:

  • (String)


81
82
83
# File 'sig/peddler/apis/product_fees_v0.rbs', line 81

def id_value
  @id_value
end

Class Method Details

.[](id_type:, id_value:, fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

Overloads:



72
73
# File 'sig/peddler/apis/product_fees_v0.rbs', line 72

def self.[]: (id_type: String, id_value: String, ?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
| (String, String, Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

.members[ :id_type, :id_value, :fees_estimate_request ]

Returns:

  • ([ :id_type, :id_value, :fees_estimate_request ])


75
# File 'sig/peddler/apis/product_fees_v0.rbs', line 75

def self.members: () -> [ :id_type, :id_value, :fees_estimate_request ]

.new(id_type:, id_value:, fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

Overloads:



70
71
# File 'sig/peddler/apis/product_fees_v0.rbs', line 70

def self.new: (id_type: String, id_value: String, ?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
| (String, String, Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

.parsePeddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

Parameters:

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

Returns:



77
# File 'sig/peddler/apis/product_fees_v0.rbs', line 77

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest

Instance Method Details

#members[ :id_type, :id_value, :fees_estimate_request ]

Returns:

  • ([ :id_type, :id_value, :fees_estimate_request ])


83
# File 'sig/peddler/apis/product_fees_v0.rbs', line 83

def members: () -> [ :id_type, :id_value, :fees_estimate_request ]

#to_h{ id_type: String, id_value: String, fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }

Returns:



84
# File 'sig/peddler/apis/product_fees_v0.rbs', line 84

def to_h: () -> { id_type: String, id_value: String, fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }