Class: Peddler::APIs::FulfillmentOutbound20260704::Payment
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::Payment
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#payment_id ⇒ String?
readonly
Returns the value of attribute payment_id.
-
#payment_method ⇒ String?
readonly
Returns the value of attribute payment_method.
-
#payment_time ⇒ Time?
readonly
Returns the value of attribute payment_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :payment_id, :payment_method, :payment_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment
Instance Method Summary collapse
-
#members ⇒ [ :payment_id, :payment_method, :payment_time ]
-
#to_h ⇒ { payment_id: String?, payment_method: String?, payment_time: Time? }
Instance Attribute Details
#payment_id ⇒ String? (readonly)
Returns the value of attribute payment_id.
825 826 827 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 825 def payment_id @payment_id end |
#payment_method ⇒ String? (readonly)
Returns the value of attribute payment_method.
826 827 828 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 826 def payment_method @payment_method end |
#payment_time ⇒ Time? (readonly)
Returns the value of attribute payment_time.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Payment
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 ]
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? }
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? }
|