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)


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

def asin
  @asin
end

#channelString? (readonly)

Returns the value of attribute channel.

Returns:

  • (String, nil)


73
74
75
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 73

def channel
  @channel
end

#context_typeString (readonly)

Returns the value of attribute context_type.

Returns:

  • (String)


74
75
76
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 74

def context_type
  @context_type
end

#deferral_reasonString? (readonly)

Returns the value of attribute deferral_reason.

Returns:

  • (String, nil)


75
76
77
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 75

def deferral_reason
  @deferral_reason
end

#end_timeString? (readonly)

Returns the value of attribute end_time.

Returns:

  • (String, nil)


76
77
78
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 76

def end_time
  @end_time
end

#fulfillment_networkString? (readonly)

Returns the value of attribute fulfillment_network.

Returns:

  • (String, nil)


77
78
79
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 77

def fulfillment_network
  @fulfillment_network
end

#maturity_dateString? (readonly)

Returns the value of attribute maturity_date.

Returns:

  • (String, nil)


78
79
80
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 78

def maturity_date
  @maturity_date
end

#order_typeString? (readonly)

Returns the value of attribute order_type.

Returns:

  • (String, nil)


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

def order_type
  @order_type
end

#payment_dateString? (readonly)

Returns the value of attribute payment_date.

Returns:

  • (String, nil)


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

def payment_date
  @payment_date
end

#payment_methodString? (readonly)

Returns the value of attribute payment_method.

Returns:

  • (String, nil)


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

def payment_method
  @payment_method
end

#payment_referenceString? (readonly)

Returns the value of attribute payment_reference.

Returns:

  • (String, nil)


82
83
84
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 82

def payment_reference
  @payment_reference
end

#payment_typeString? (readonly)

Returns the value of attribute payment_type.

Returns:

  • (String, nil)


83
84
85
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 83

def payment_type
  @payment_type
end

#quantity_shippedInteger? (readonly)

Returns the value of attribute quantity_shipped.

Returns:

  • (Integer, nil)


84
85
86
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 84

def quantity_shipped
  @quantity_shipped
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


85
86
87
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 85

def sku
  @sku
end

#start_timeString? (readonly)

Returns the value of attribute start_time.

Returns:

  • (String, nil)


86
87
88
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 86

def start_time
  @start_time
end

#store_nameString? (readonly)

Returns the value of attribute store_name.

Returns:

  • (String, nil)


87
88
89
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 87

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:



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

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 ])


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

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:



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

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:



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

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 ])


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

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? })


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

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? }