Class: Peddler::APIs::FulfillmentOutbound20260704::Payment

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#payment_idString? (readonly)

Returns the value of attribute payment_id.

Returns:

  • (String, nil)


825
826
827
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 825

def payment_id
  @payment_id
end

#payment_methodString? (readonly)

Returns the value of attribute payment_method.

Returns:

  • (String, nil)


826
827
828
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 826

def payment_method
  @payment_method
end

#payment_timeTime? (readonly)

Returns the value of attribute payment_time.

Returns:

  • (Time, nil)


827
828
829
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 827

def payment_time
  @payment_time
end

Class Method Details

.[](payment_id:, payment_method:, payment_time:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment

Overloads:



818
819
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 818

def self.[]: (?payment_id: String?, ?payment_method: String?, ?payment_time: Time?) -> Peddler::APIs::FulfillmentOutbound20260704::Payment
| (String?, String?, Time?) -> Peddler::APIs::FulfillmentOutbound20260704::Payment

.members[ :payment_id, :payment_method, :payment_time ]

Returns:

  • ([ :payment_id, :payment_method, :payment_time ])


821
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 821

def self.members: () -> [ :payment_id, :payment_method, :payment_time ]

.new(payment_id:, payment_method:, payment_time:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment

Overloads:



816
817
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 816

def self.new: (?payment_id: String?, ?payment_method: String?, ?payment_time: Time?) -> Peddler::APIs::FulfillmentOutbound20260704::Payment
| (String?, String?, Time?) -> Peddler::APIs::FulfillmentOutbound20260704::Payment

.parsePeddler::APIs::FulfillmentOutbound20260704::Payment

Parameters:

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

Returns:



823
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 823

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

Instance Method Details

#members[ :payment_id, :payment_method, :payment_time ]

Returns:

  • ([ :payment_id, :payment_method, :payment_time ])


829
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 829

def members: () -> [ :payment_id, :payment_method, :payment_time ]

#to_h{ payment_id: String?, payment_method: String?, payment_time: Time? }

Returns:

  • ({ payment_id: String?, payment_method: String?, payment_time: Time? })


830
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 830

def to_h: () -> { payment_id: String?, payment_method: String?, payment_time: Time? }