Class: ModernTreasury::Models::BulkRequestCreateParams::Resource::PaymentOrderAsyncCreateRequest::UltimateOriginatingPartyAddress
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::BulkRequestCreateParams::Resource::PaymentOrderAsyncCreateRequest::UltimateOriginatingPartyAddress
- Defined in:
- lib/modern_treasury/models/bulk_request_create_params.rb
Overview
Instance Attribute Summary collapse
-
#country ⇒ String?
Country code conforms to [ISO 3166-1 alpha-2].
- #line1 ⇒ String?
- #line2 ⇒ String?
-
#locality ⇒ String?
Locality or City.
-
#postal_code ⇒ String?
The postal code of the address.
-
#region ⇒ String?
Region or State.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from ModernTreasury::Internal::Type::BaseModel
Instance Attribute Details
#country ⇒ String?
Country code conforms to [ISO 3166-1 alpha-2]
962 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 962 optional :country, String |
#line1 ⇒ String?
967 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 967 optional :line1, String |
#line2 ⇒ String?
972 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 972 optional :line2, String |
#locality ⇒ String?
Locality or City.
978 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 978 optional :locality, String |
#postal_code ⇒ String?
The postal code of the address.
984 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 984 optional :postal_code, String |
#region ⇒ String?
Region or State.
990 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 990 optional :region, String |