Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: 355ca6c73f05d0ce3888debdc2e1a7d8
openapi_spec_hash: fa67b808ca579e929aea7dd917b18cf9
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
21 changes: 12 additions & 9 deletions lib/increase/models/beneficial_owner_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -146,16 +147,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down
21 changes: 12 additions & 9 deletions lib/increase/models/beneficial_owner_update_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -115,16 +116,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down
126 changes: 72 additions & 54 deletions lib/increase/models/entity_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,18 +281,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -312,16 +313,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down Expand Up @@ -429,18 +432,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -460,16 +464,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down Expand Up @@ -1018,18 +1024,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -1049,16 +1056,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down Expand Up @@ -1355,18 +1364,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -1386,16 +1396,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down Expand Up @@ -2010,18 +2022,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -2041,16 +2054,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down Expand Up @@ -2348,18 +2363,19 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @return [String]
required :country, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @return [String, nil]
optional :country, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -2379,16 +2395,18 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, line1:, country: nil, line2: nil, state: nil, zip: nil)
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param country [String]
# The two-letter ISO 3166-1 alpha-2 code for the country of the address. Defaults
# to `US`.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String]
Expand Down
Loading