Class: Peddler::APIs::Transfers20240601::InitiatePayoutRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Transfers20240601::InitiatePayoutRequest
- Defined in:
- sig/peddler/apis/transfers_2024_06_01.rbs
Instance Attribute Summary collapse
-
#account_type ⇒ String
readonly
Returns the value of attribute account_type.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_type, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
Instance Method Summary collapse
-
#members ⇒ [ :account_type, :marketplace_id ]
-
#to_h ⇒ { account_type: String, marketplace_id: String }
Instance Attribute Details
#account_type ⇒ String (readonly)
Returns the value of attribute account_type.
104 105 106 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 104 def account_type @account_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
105 106 107 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 105 def marketplace_id @marketplace_id end |
Class Method Details
.[](account_type:, marketplace_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest .[](arg0, arg1) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
97 98 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 97
def self.[]: (account_type: String, marketplace_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
| (String, String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
.members ⇒ [ :account_type, :marketplace_id ]
100 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 100
def self.members: () -> [ :account_type, :marketplace_id ]
|
.new(account_type:, marketplace_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest .new(arg0, arg1) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
95 96 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 95
def self.new: (account_type: String, marketplace_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
| (String, String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
102 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 102
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
Instance Method Details
#members ⇒ [ :account_type, :marketplace_id ]
107 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 107
def members: () -> [ :account_type, :marketplace_id ]
|
#to_h ⇒ { account_type: String, marketplace_id: String }
108 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 108
def to_h: () -> { account_type: String, marketplace_id: String }
|