Class: Peddler::APIs::FinancesV0::DirectPayment
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::DirectPayment
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#direct_payment_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute direct_payment_amount.
-
#direct_payment_type ⇒ String?
readonly
Returns the value of attribute direct_payment_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :direct_payment_amount, :direct_payment_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::DirectPayment
Instance Method Summary collapse
-
#members ⇒ [ :direct_payment_amount, :direct_payment_type ]
-
#to_h ⇒ { direct_payment_amount: Peddler::Money?, direct_payment_type: String? }
Instance Attribute Details
#direct_payment_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute direct_payment_amount.
300 301 302 |
# File 'sig/peddler/apis/finances_v0.rbs', line 300 def direct_payment_amount @direct_payment_amount end |
#direct_payment_type ⇒ String? (readonly)
Returns the value of attribute direct_payment_type.
301 302 303 |
# File 'sig/peddler/apis/finances_v0.rbs', line 301 def direct_payment_type @direct_payment_type end |
Class Method Details
.[](direct_payment_amount:, direct_payment_type:) ⇒ Peddler::APIs::FinancesV0::DirectPayment .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::DirectPayment
293 294 |
# File 'sig/peddler/apis/finances_v0.rbs', line 293
def self.[]: (?direct_payment_amount: Peddler::Money?, ?direct_payment_type: String?) -> Peddler::APIs::FinancesV0::DirectPayment
| (Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::DirectPayment
|
.members ⇒ [ :direct_payment_amount, :direct_payment_type ]
296 |
# File 'sig/peddler/apis/finances_v0.rbs', line 296
def self.members: () -> [ :direct_payment_amount, :direct_payment_type ]
|
.new(direct_payment_amount:, direct_payment_type:) ⇒ Peddler::APIs::FinancesV0::DirectPayment .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::DirectPayment
291 292 |
# File 'sig/peddler/apis/finances_v0.rbs', line 291
def self.new: (?direct_payment_amount: Peddler::Money?, ?direct_payment_type: String?) -> Peddler::APIs::FinancesV0::DirectPayment
| (Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::DirectPayment
|
.parse ⇒ Peddler::APIs::FinancesV0::DirectPayment
298 |
# File 'sig/peddler/apis/finances_v0.rbs', line 298
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::DirectPayment
|
Instance Method Details
#members ⇒ [ :direct_payment_amount, :direct_payment_type ]
303 |
# File 'sig/peddler/apis/finances_v0.rbs', line 303
def members: () -> [ :direct_payment_amount, :direct_payment_type ]
|
#to_h ⇒ { direct_payment_amount: Peddler::Money?, direct_payment_type: String? }
304 |
# File 'sig/peddler/apis/finances_v0.rbs', line 304
def to_h: () -> { direct_payment_amount: Peddler::Money?, direct_payment_type: String? }
|