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.
81 82 83 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 81 def account_type @account_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
82 83 84 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 82 def marketplace_id @marketplace_id end |
Class Method Details
.[](account_type:, marketplace_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest .[](arg0, arg1) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
74 75 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 74
def self.[]: (account_type: String, marketplace_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
| (String, String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
.members ⇒ [ :account_type, :marketplace_id ]
77 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 77
def self.members: () -> [ :account_type, :marketplace_id ]
|
.new(account_type:, marketplace_id:) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest .new(arg0, arg1) ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
72 73 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 72
def self.new: (account_type: String, marketplace_id: String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
| (String, String) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
.parse ⇒ Peddler::APIs::Transfers20240601::InitiatePayoutRequest
79 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 79
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Transfers20240601::InitiatePayoutRequest
|
Instance Method Details
#members ⇒ [ :account_type, :marketplace_id ]
84 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 84
def members: () -> [ :account_type, :marketplace_id ]
|
#to_h ⇒ { account_type: String, marketplace_id: String }
85 |
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 85
def to_h: () -> { account_type: String, marketplace_id: String }
|