Class: MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource::LatestVerificationSession::AccountVerificationSession::Standard
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource::LatestVerificationSession::AccountVerificationSession::Standard
- Defined in:
- lib/method_ruby/models/account_create_response.rb,
sig/method_ruby/models/account_create_response.rbs
Overview
Instance Attribute Summary collapse
-
#number ⇒ String?
The masked card number.
Instance Method Summary collapse
-
#initialize ⇒ Standard
constructor
A new instance of Standard.
- #to_hash ⇒ { number: String? }
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 ⇒ Standard
Returns a new instance of Standard.
4127 |
# File 'sig/method_ruby/models/account_create_response.rbs', line 4127
def initialize: (?number: String?) -> void
|
Instance Attribute Details
#number ⇒ String?
The masked card number. Null if the number still needs to be provided.
5320 |
# File 'lib/method_ruby/models/account_create_response.rb', line 5320 optional :number, String, nil?: true |
Instance Method Details
#to_hash ⇒ { number: String? }
4129 |
# File 'sig/method_ruby/models/account_create_response.rbs', line 4129
def to_hash: -> { number: String? }
|