Class: Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation

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

#paymentsArray[Peddler::APIs::FulfillmentOutbound20260704::Payment]? (readonly)

Returns the value of attribute payments.



843
844
845
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 843

def payments
  @payments
end

Class Method Details

.[](payments:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation



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

def self.[]: (?payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]?) -> Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
| (Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]?) -> Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation

.members[ :payments ]

Returns:

  • ([ :payments ])


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

def self.members: () -> [ :payments ]

.new(payments:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation



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

def self.new: (?payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]?) -> Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
| (Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]?) -> Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation

.parsePeddler::APIs::FulfillmentOutbound20260704::PaymentInformation

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :payments ]

Returns:

  • ([ :payments ])


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

def members: () -> [ :payments ]

#to_h{ payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]? }

Returns:



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

def to_h: () -> { payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]? }