Class: Lithic::Models::AccountHolderUpdateResponse::PatchResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderUpdateResponse::PatchResponse
- Defined in:
- lib/lithic/models/account_holder_update_response.rb
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Lithic::Models::AccountHolderUpdateResponse::PatchResponse::Address?
The address for the account holder.
-
#business_account_token ⇒ String?
The token for the business account that the account holder is associated with.
-
#email ⇒ String?
The email for the account holder.
-
#first_name ⇒ String?
The first name for the account holder.
-
#last_name ⇒ String?
The last name for the account holder.
-
#legal_business_name ⇒ String?
The legal business name for the account holder.
-
#phone_number ⇒ String?
The phone_number for the account holder.
-
#token ⇒ String?
The token for the account holder that was updated.
Instance Method Summary collapse
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(token: nil, address: nil, business_account_token: nil, email: nil, first_name: nil, last_name: nil, legal_business_name: nil, phone_number: nil) ⇒ Object
|
|
# File 'lib/lithic/models/account_holder_update_response.rb', line 848
|
Instance Attribute Details
#address ⇒ Lithic::Models::AccountHolderUpdateResponse::PatchResponse::Address?
The address for the account holder
810 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 810 optional :address, -> { Lithic::Models::AccountHolderUpdateResponse::PatchResponse::Address } |
#business_account_token ⇒ String?
The token for the business account that the account holder is associated with
816 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 816 optional :business_account_token, String, nil?: true |
#email ⇒ String?
The email for the account holder
822 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 822 optional :email, String |
#first_name ⇒ String?
The first name for the account holder
828 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 828 optional :first_name, String |
#last_name ⇒ String?
The last name for the account holder
834 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 834 optional :last_name, String |
#legal_business_name ⇒ String?
The legal business name for the account holder
840 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 840 optional :legal_business_name, String |
#phone_number ⇒ String?
The phone_number for the account holder
846 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 846 optional :phone_number, String |
#token ⇒ String?
The token for the account holder that was updated
804 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 804 optional :token, String |