Class: Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#payments ⇒ Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]?
readonly
Returns the value of attribute payments.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :payments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
Instance Method Summary collapse
-
#members ⇒ [ :payments ]
-
#to_h ⇒ { payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]? }
Instance Attribute Details
#payments ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PaymentInformation
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 ]
845 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 845
def members: () -> [ :payments ]
|
#to_h ⇒ { payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]? }
846 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 846
def to_h: () -> { payments: Array[Peddler::APIs::FulfillmentOutbound20260704::Payment]? }
|