Class: Peddler::APIs::Finances20240619::Context

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


99
100
101
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 99

def asin
  @asin
end

#channelString? (readonly)

Returns the value of attribute channel.

Returns:

  • (String, nil)


100
101
102
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 100

def channel
  @channel
end

#context_typeString (readonly)

Returns the value of attribute context_type.

Returns:

  • (String)


101
102
103
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 101

def context_type
  @context_type
end

#deferral_reasonString? (readonly)

Returns the value of attribute deferral_reason.

Returns:

  • (String, nil)


102
103
104
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 102

def deferral_reason
  @deferral_reason
end

#end_timeString? (readonly)

Returns the value of attribute end_time.

Returns:

  • (String, nil)


103
104
105
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 103

def end_time
  @end_time
end

#fulfillment_networkString? (readonly)

Returns the value of attribute fulfillment_network.

Returns:

  • (String, nil)


104
105
106
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 104

def fulfillment_network
  @fulfillment_network
end

#maturity_dateString? (readonly)

Returns the value of attribute maturity_date.

Returns:

  • (String, nil)


105
106
107
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 105

def maturity_date
  @maturity_date
end

#order_typeString? (readonly)

Returns the value of attribute order_type.

Returns:

  • (String, nil)


106
107
108
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 106

def order_type
  @order_type
end

#payment_dateString? (readonly)

Returns the value of attribute payment_date.

Returns:

  • (String, nil)


107
108
109
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 107

def payment_date
  @payment_date
end

#payment_methodString? (readonly)

Returns the value of attribute payment_method.

Returns:

  • (String, nil)


108
109
110
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 108

def payment_method
  @payment_method
end

#payment_referenceString? (readonly)

Returns the value of attribute payment_reference.

Returns:

  • (String, nil)


109
110
111
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 109

def payment_reference
  @payment_reference
end

#payment_typeString? (readonly)

Returns the value of attribute payment_type.

Returns:

  • (String, nil)


110
111
112
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 110

def payment_type
  @payment_type
end

#quantity_shippedInteger? (readonly)

Returns the value of attribute quantity_shipped.

Returns:

  • (Integer, nil)


111
112
113
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 111

def quantity_shipped
  @quantity_shipped
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


112
113
114
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 112

def sku
  @sku
end

#start_timeString? (readonly)

Returns the value of attribute start_time.

Returns:

  • (String, nil)


113
114
115
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 113

def start_time
  @start_time
end

#store_nameString? (readonly)

Returns the value of attribute store_name.

Returns:

  • (String, nil)


114
115
116
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 114

def store_name
  @store_name
end

Class Method Details

.[](context_type:, asin:, channel:, deferral_reason:, end_time:, fulfillment_network:, maturity_date:, order_type:, payment_date:, payment_method:, payment_reference:, payment_type:, quantity_shipped:, sku:, start_time:, store_name:) ⇒ Peddler::APIs::Finances20240619::Context .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::Finances20240619::Context

Overloads:

  • .[](context_type:, asin:, channel:, deferral_reason:, end_time:, fulfillment_network:, maturity_date:, order_type:, payment_date:, payment_method:, payment_reference:, payment_type:, quantity_shipped:, sku:, start_time:, store_name:) ⇒ Peddler::APIs::Finances20240619::Context

    Parameters:

    • context_type: (String)
    • asin: (String, nil)
    • channel: (String, nil)
    • deferral_reason: (String, nil)
    • end_time: (String, nil)
    • fulfillment_network: (String, nil)
    • maturity_date: (String, nil)
    • order_type: (String, nil)
    • payment_date: (String, nil)
    • payment_method: (String, nil)
    • payment_reference: (String, nil)
    • payment_type: (String, nil)
    • quantity_shipped: (Integer, nil)
    • sku: (String, nil)
    • start_time: (String, nil)
    • store_name: (String, nil)

    Returns:

  • .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::Finances20240619::Context

    Parameters:

    • arg0 (String)
    • arg1 (String, nil)
    • arg2 (String, nil)
    • arg3 (String, nil)
    • arg4 (String, nil)
    • arg5 (String, nil)
    • arg6 (String, nil)
    • arg7 (String, nil)
    • arg8 (String, nil)
    • arg9 (String, nil)
    • arg10 (String, nil)
    • arg11 (String, nil)
    • arg12 (Integer, nil)
    • arg13 (String, nil)
    • arg14 (String, nil)
    • arg15 (String, nil)

    Returns:



92
93
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 92

def self.[]: (context_type: String, ?asin: String?, ?channel: String?, ?deferral_reason: String?, ?end_time: String?, ?fulfillment_network: String?, ?maturity_date: String?, ?order_type: String?, ?payment_date: String?, ?payment_method: String?, ?payment_reference: String?, ?payment_type: String?, ?quantity_shipped: Integer?, ?sku: String?, ?start_time: String?, ?store_name: String?) -> Peddler::APIs::Finances20240619::Context
| (String, String?, String?, String?, String?, String?, String?, String?, String?, String?, String?, String?, Integer?, String?, String?, String?) -> Peddler::APIs::Finances20240619::Context

.members[ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ]

Returns:

  • ([ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ])


95
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 95

def self.members: () -> [ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ]

.new(context_type:, asin:, channel:, deferral_reason:, end_time:, fulfillment_network:, maturity_date:, order_type:, payment_date:, payment_method:, payment_reference:, payment_type:, quantity_shipped:, sku:, start_time:, store_name:) ⇒ Peddler::APIs::Finances20240619::Context .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::Finances20240619::Context

Overloads:

  • .new(context_type:, asin:, channel:, deferral_reason:, end_time:, fulfillment_network:, maturity_date:, order_type:, payment_date:, payment_method:, payment_reference:, payment_type:, quantity_shipped:, sku:, start_time:, store_name:) ⇒ Peddler::APIs::Finances20240619::Context

    Parameters:

    • context_type: (String)
    • asin: (String, nil)
    • channel: (String, nil)
    • deferral_reason: (String, nil)
    • end_time: (String, nil)
    • fulfillment_network: (String, nil)
    • maturity_date: (String, nil)
    • order_type: (String, nil)
    • payment_date: (String, nil)
    • payment_method: (String, nil)
    • payment_reference: (String, nil)
    • payment_type: (String, nil)
    • quantity_shipped: (Integer, nil)
    • sku: (String, nil)
    • start_time: (String, nil)
    • store_name: (String, nil)

    Returns:

  • .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::Finances20240619::Context

    Parameters:

    • arg0 (String)
    • arg1 (String, nil)
    • arg2 (String, nil)
    • arg3 (String, nil)
    • arg4 (String, nil)
    • arg5 (String, nil)
    • arg6 (String, nil)
    • arg7 (String, nil)
    • arg8 (String, nil)
    • arg9 (String, nil)
    • arg10 (String, nil)
    • arg11 (String, nil)
    • arg12 (Integer, nil)
    • arg13 (String, nil)
    • arg14 (String, nil)
    • arg15 (String, nil)

    Returns:



90
91
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 90

def self.new: (context_type: String, ?asin: String?, ?channel: String?, ?deferral_reason: String?, ?end_time: String?, ?fulfillment_network: String?, ?maturity_date: String?, ?order_type: String?, ?payment_date: String?, ?payment_method: String?, ?payment_reference: String?, ?payment_type: String?, ?quantity_shipped: Integer?, ?sku: String?, ?start_time: String?, ?store_name: String?) -> Peddler::APIs::Finances20240619::Context
| (String, String?, String?, String?, String?, String?, String?, String?, String?, String?, String?, String?, Integer?, String?, String?, String?) -> Peddler::APIs::Finances20240619::Context

.parsePeddler::APIs::Finances20240619::Context

Parameters:

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

Returns:



97
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 97

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

Instance Method Details

#members[ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ]

Returns:

  • ([ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ])


116
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 116

def members: () -> [ :context_type, :asin, :channel, :deferral_reason, :end_time, :fulfillment_network, :maturity_date, :order_type, :payment_date, :payment_method, :payment_reference, :payment_type, :quantity_shipped, :sku, :start_time, :store_name ]

#to_h{ context_type: String, asin: String?, channel: String?, deferral_reason: String?, end_time: String?, fulfillment_network: String?, maturity_date: String?, order_type: String?, payment_date: String?, payment_method: String?, payment_reference: String?, payment_type: String?, quantity_shipped: Integer?, sku: String?, start_time: String?, store_name: String? }

Returns:

  • ({ context_type: String, asin: String?, channel: String?, deferral_reason: String?, end_time: String?, fulfillment_network: String?, maturity_date: String?, order_type: String?, payment_date: String?, payment_method: String?, payment_reference: String?, payment_type: String?, quantity_shipped: Integer?, sku: String?, start_time: String?, store_name: String? })


117
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 117

def to_h: () -> { context_type: String, asin: String?, channel: String?, deferral_reason: String?, end_time: String?, fulfillment_network: String?, maturity_date: String?, order_type: String?, payment_date: String?, payment_method: String?, payment_reference: String?, payment_type: String?, quantity_shipped: Integer?, sku: String?, start_time: String?, store_name: String? }