Class: ModernTreasury::Models::BulkRequestCreateParams::Resource::PaymentOrderAsyncCreateRequest::OriginatingPartyAddress
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::BulkRequestCreateParams::Resource::PaymentOrderAsyncCreateRequest::OriginatingPartyAddress
- Defined in:
- lib/modern_treasury/models/bulk_request_create_params.rb,
sig/modern_treasury/models/bulk_request_create_params.rbs
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.
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
469 |
# File 'sig/modern_treasury/models/bulk_request_create_params.rbs', line 469
def initialize: (
|
Instance Attribute Details
#country ⇒ String?
Country code conforms to [ISO 3166-1 alpha-2]
665 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 665 optional :country, String, nil?: true |
#line1 ⇒ String?
670 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 670 optional :line1, String, nil?: true |
#line2 ⇒ String?
675 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 675 optional :line2, String, nil?: true |
#locality ⇒ String?
Locality or City. Use the full city name rather than an abbreviation (e.g. San Francisco).
682 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 682 optional :locality, String, nil?: true |
#postal_code ⇒ String?
The postal code of the address.
688 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 688 optional :postal_code, String, nil?: true |
#region ⇒ String?
Region or State. This field is free-form; for US states, we recommend a two-letter code (e.g. CA). Full state names are also accepted.
695 |
# File 'lib/modern_treasury/models/bulk_request_create_params.rb', line 695 optional :region, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
478 |
# File 'sig/modern_treasury/models/bulk_request_create_params.rbs', line 478
def to_hash: -> {
|