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.
121 122 123 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 121 def payout_reference_id @payout_reference_id end |
Class Method Details
.[](payout_reference_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse .[](arg0) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
114 115 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 114
def self.[]: (payout_reference_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
| (String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
.members ⇒ [ :payout_reference_id ]
117 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 117
def self.members: () -> [ :payout_reference_id ]
|
.new(payout_reference_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse .new(arg0) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
112 113 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 112
def self.new: (payout_reference_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
| (String) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutResponse
119 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 119
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Transfers20240601::InitiatePayoutResponse
|
Instance Method Details
#members ⇒ [ :payout_reference_id ]
123 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 123
def members: () -> [ :payout_reference_id ]
|
#to_h ⇒ { payout_reference_id: String }
124 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 124
def to_h: () -> { payout_reference_id: String }
|