Class: PreludeSDK::Models::Verification::Phone::PhoneVerificationPsd2Transaction
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- PreludeSDK::Models::Verification::Phone::PhoneVerificationPsd2Transaction
- Defined in:
- lib/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rb,
sig/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rbs
Instance Attribute Summary collapse
- #amount ⇒ PreludeSDK::Models::Verification::Phone::PhoneVerificationMoney?
-
#recipient ⇒ String?
Payee name displayed to the payer.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
24 |
# File 'sig/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rbs', line 24
def initialize: (
|
Instance Attribute Details
#amount ⇒ PreludeSDK::Models::Verification::Phone::PhoneVerificationMoney?
11 |
# File 'lib/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rb', line 11 optional :amount, -> { PreludeSDK::Verification::Phone::PhoneVerificationMoney } |
#recipient ⇒ String?
Payee name displayed to the payer.
17 |
# File 'lib/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rb', line 17 optional :recipient, String |
Instance Method Details
#to_hash ⇒ {
29 |
# File 'sig/prelude_sdk/models/verification/phone/phone_verification_psd2_transaction.rbs', line 29
def to_hash: -> {
|