Class: Peddler::APIs::Transfers20240601::InitiatePayoutResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Transfers20240601::InitiatePayoutResponse
- Defined in:
- sig/peddler/apis/transfers_2024_06_01.rbs
Instance Attribute Summary collapse
-
#payout_reference_id ⇒ String
readonly
Returns the value of attribute payout_reference_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :payout_reference_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
Instance Method Summary collapse
Instance Attribute Details
#payout_reference_id ⇒ String (readonly)
Returns the value of attribute payout_reference_id.
98 99 100 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 98 def payout_reference_id @payout_reference_id end |
Class Method Details
.[](payout_reference_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse .[](arg0) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
91 92 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 91
def self.[]: (payout_reference_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
| (String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
.members ⇒ [ :payout_reference_id ]
94 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 94
def self.members: () -> [ :payout_reference_id ]
|
.new(payout_reference_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse .new(arg0) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
89 90 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 89
def self.new: (payout_reference_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
| (String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
96 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 96
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
Instance Method Details
#members ⇒ [ :payout_reference_id ]
100 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 100
def members: () -> [ :payout_reference_id ]
|
#to_h ⇒ { payout_reference_id: String }
101 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 101
def to_h: () -> { payout_reference_id: String }
|