diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8935e93..b8dda9b 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.28.0"
+ ".": "0.29.0"
}
\ No newline at end of file
diff --git a/.stats.yml b/.stats.yml
index e94784d..ab8589d 100644
--- a/.stats.yml
+++ b/.stats.yml
@@ -1,4 +1,4 @@
configured_endpoints: 238
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-8444ba4d474e25e8bd4474e53e985998c050b982eac5693a3168116c578bea64.yml
-openapi_spec_hash: 8a7faa0b93068b32ed26567fcf2c7158
-config_hash: 20a19f4f8eba684f97ba7cdc0007f818
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-3996eb5bc3e7f69441c9f098475ef7ae3f9d8aaeea130d75cb40510df996c032.yml
+openapi_spec_hash: 569e865a0ab51d0a80eee01a2c8bbb42
+config_hash: ac050010e5453883d5e5fa603554a2e0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee8af52..4ee381b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 0.29.0 (2026-05-04)
+
+Full Changelog: [v0.28.0...v0.29.0](https://github.com/Increase/increase-csharp/compare/v0.28.0...v0.29.0)
+
+### Features
+
+* **api:** api update ([0ee4b77](https://github.com/Increase/increase-csharp/commit/0ee4b77b071d3159145946dd0ef0052be673dfd7))
+* **api:** api update ([6a4af3d](https://github.com/Increase/increase-csharp/commit/6a4af3dc348eee19c0294b4c806d878702f201af))
+
## 0.28.0 (2026-05-02)
Full Changelog: [v0.27.0...v0.28.0](https://github.com/Increase/increase-csharp/compare/v0.27.0...v0.28.0)
diff --git a/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerCreateParamsTest.cs b/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerCreateParamsTest.cs
index 0b3a1df..5a74b80 100644
--- a/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerCreateParamsTest.cs
@@ -35,7 +35,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -81,7 +81,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -141,7 +141,7 @@ public void OptionalNonNullableParamsUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -195,7 +195,7 @@ public void OptionalNonNullableParamsSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -252,7 +252,7 @@ public void Url_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -309,7 +309,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -365,7 +365,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -405,7 +405,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -456,7 +456,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -510,7 +510,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -557,7 +557,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -608,7 +608,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -656,7 +656,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -704,7 +704,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -751,7 +751,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -802,7 +802,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -852,7 +852,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1084,7 +1084,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1109,7 +1109,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
@@ -1145,7 +1145,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1184,7 +1184,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1216,7 +1216,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
@@ -1252,7 +1252,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1345,7 +1345,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1443,13 +1443,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -1465,7 +1465,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -1485,7 +1485,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -1498,7 +1498,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -1514,7 +1514,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -1528,7 +1528,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -1542,7 +1542,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -1555,7 +1555,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -1572,7 +1572,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -1588,7 +1588,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
diff --git a/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerUpdateParamsTest.cs b/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerUpdateParamsTest.cs
index 0ef5807..9e7e3ef 100644
--- a/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerUpdateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/BeneficialOwners/BeneficialOwnerUpdateParamsTest.cs
@@ -32,7 +32,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -72,7 +72,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -185,7 +185,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -419,7 +419,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -445,7 +445,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
BeneficialOwnerUpdateParamsIdentificationOther expectedOther = new()
@@ -481,7 +481,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -520,7 +520,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -553,7 +553,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
BeneficialOwnerUpdateParamsIdentificationOther expectedOther = new()
@@ -589,7 +589,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -690,7 +690,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -790,13 +790,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -812,7 +812,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -833,7 +833,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -847,7 +847,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -863,7 +863,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -877,7 +877,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -891,7 +891,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -904,7 +904,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -921,7 +921,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -937,7 +937,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
diff --git a/src/Increase.Api.Tests/Models/CheckTransfers/CheckTransferCreateParamsTest.cs b/src/Increase.Api.Tests/Models/CheckTransfers/CheckTransferCreateParamsTest.cs
index a7aaf3d..80a98d7 100644
--- a/src/Increase.Api.Tests/Models/CheckTransfers/CheckTransferCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/CheckTransfers/CheckTransferCreateParamsTest.cs
@@ -365,7 +365,7 @@ public void FieldRoundtrip_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -395,7 +395,7 @@ public void FieldRoundtrip_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -446,7 +446,7 @@ public void SerializationRoundtrip_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -490,7 +490,7 @@ public void FieldRoundtripThroughSerialization_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -527,7 +527,7 @@ public void FieldRoundtripThroughSerialization_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -578,7 +578,7 @@ public void Validation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -616,7 +616,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -651,7 +651,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -673,7 +673,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -717,7 +717,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -748,7 +748,7 @@ public void CopyConstructor_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -789,7 +789,7 @@ public void FieldRoundtrip_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -798,7 +798,7 @@ public void FieldRoundtrip_Works()
string expectedCity = "city";
string expectedLine1 = "line1";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine2 = "line2";
string expectedName = "name";
string expectedPhone = "x";
@@ -820,7 +820,7 @@ public void SerializationRoundtrip_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -843,7 +843,7 @@ public void FieldRoundtripThroughSerialization_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -859,7 +859,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "city";
string expectedLine1 = "line1";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine2 = "line2";
string expectedName = "name";
string expectedPhone = "x";
@@ -881,7 +881,7 @@ public void Validation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
@@ -898,7 +898,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
Assert.Null(model.Line2);
@@ -917,7 +917,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -931,7 +931,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line2 = null,
@@ -955,7 +955,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line2 = null,
@@ -974,7 +974,7 @@ public void CopyConstructor_Works()
City = "city",
Line1 = "line1",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line2 = "line2",
Name = "name",
Phone = "x",
diff --git a/src/Increase.Api.Tests/Models/Entities/EntityCreateParamsTest.cs b/src/Increase.Api.Tests/Models/Entities/EntityCreateParamsTest.cs
index 4b42716..4a391e6 100644
--- a/src/Increase.Api.Tests/Models/Entities/EntityCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/Entities/EntityCreateParamsTest.cs
@@ -50,7 +50,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -95,7 +95,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -127,7 +127,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -170,7 +170,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -213,7 +213,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -244,7 +244,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -289,7 +289,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -350,7 +350,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -395,7 +395,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -427,7 +427,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -470,7 +470,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -520,7 +520,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -551,7 +551,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -596,7 +596,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -763,7 +763,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -808,7 +808,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -840,7 +840,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -883,7 +883,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -926,7 +926,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -957,7 +957,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1002,7 +1002,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1137,7 +1137,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1171,7 +1171,7 @@ public void FieldRoundtrip_Works()
BeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution,
Email = "dev@stainless.com",
- IncorporationState = "x",
+ IncorporationState = "xx",
IndustryCode = "x",
Website = "website",
};
@@ -1209,7 +1209,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1246,7 +1246,7 @@ public void FieldRoundtrip_Works()
> expectedBeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution;
string expectedEmail = "dev@stainless.com";
- string expectedIncorporationState = "x";
+ string expectedIncorporationState = "xx";
string expectedIndustryCode = "x";
string expectedWebsite = "website";
@@ -1306,7 +1306,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1340,7 +1340,7 @@ public void SerializationRoundtrip_Works()
BeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution,
Email = "dev@stainless.com",
- IncorporationState = "x",
+ IncorporationState = "xx",
IndustryCode = "x",
Website = "website",
};
@@ -1392,7 +1392,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1426,7 +1426,7 @@ public void FieldRoundtripThroughSerialization_Works()
BeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution,
Email = "dev@stainless.com",
- IncorporationState = "x",
+ IncorporationState = "xx",
IndustryCode = "x",
Website = "website",
};
@@ -1471,7 +1471,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1508,7 +1508,7 @@ public void FieldRoundtripThroughSerialization_Works()
> expectedBeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution;
string expectedEmail = "dev@stainless.com";
- string expectedIncorporationState = "x";
+ string expectedIncorporationState = "xx";
string expectedIndustryCode = "x";
string expectedWebsite = "website";
@@ -1568,7 +1568,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1602,7 +1602,7 @@ public void Validation_Works()
BeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution,
Email = "dev@stainless.com",
- IncorporationState = "x",
+ IncorporationState = "xx",
IndustryCode = "x",
Website = "website",
};
@@ -1648,7 +1648,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1731,7 +1731,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1805,7 +1805,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1895,7 +1895,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1976,7 +1976,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2010,7 +2010,7 @@ public void CopyConstructor_Works()
BeneficialOwnershipExemptionReason =
BeneficialOwnershipExemptionReason.RegulatedFinancialInstitution,
Email = "dev@stainless.com",
- IncorporationState = "x",
+ IncorporationState = "xx",
IndustryCode = "x",
Website = "website",
};
@@ -2239,7 +2239,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2284,7 +2284,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2342,7 +2342,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2401,7 +2401,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2453,7 +2453,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2511,7 +2511,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2564,7 +2564,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2617,7 +2617,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2669,7 +2669,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2725,7 +2725,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2780,7 +2780,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2836,7 +2836,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2876,7 +2876,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2927,7 +2927,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2981,7 +2981,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3028,7 +3028,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3079,7 +3079,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3127,7 +3127,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3175,7 +3175,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3222,7 +3222,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3273,7 +3273,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3323,7 +3323,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3558,7 +3558,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3583,7 +3583,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
@@ -3619,7 +3619,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3658,7 +3658,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3690,7 +3690,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
@@ -3726,7 +3726,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3819,7 +3819,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -3917,13 +3917,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -3939,7 +3939,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -3959,7 +3959,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -3972,7 +3972,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -3988,7 +3988,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -4002,7 +4002,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -4016,7 +4016,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -4029,7 +4029,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -4046,7 +4046,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -4062,7 +4062,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -4656,7 +4656,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4671,7 +4671,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -4703,7 +4703,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4732,7 +4732,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4754,7 +4754,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -4786,7 +4786,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4809,7 +4809,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4832,7 +4832,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4854,7 +4854,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4880,7 +4880,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4905,7 +4905,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -4931,14 +4931,14 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -4956,7 +4956,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -4977,7 +4977,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -4991,7 +4991,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -5009,7 +5009,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -5024,7 +5024,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -5039,7 +5039,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -5053,7 +5053,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -5071,7 +5071,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -5088,7 +5088,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -5252,7 +5252,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5298,7 +5298,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5355,7 +5355,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5412,7 +5412,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5462,7 +5462,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5519,7 +5519,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5573,7 +5573,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5628,7 +5628,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5668,7 +5668,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5719,7 +5719,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5773,7 +5773,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5820,7 +5820,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5871,7 +5871,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5919,7 +5919,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -5967,7 +5967,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6014,7 +6014,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6065,7 +6065,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6115,7 +6115,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6350,7 +6350,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6376,7 +6376,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
JointIndividualIdentificationOther expectedOther = new()
@@ -6412,7 +6412,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6451,7 +6451,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6484,7 +6484,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
JointIndividualIdentificationOther expectedOther = new()
@@ -6520,7 +6520,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6621,7 +6621,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -6715,13 +6715,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -6737,7 +6737,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -6757,7 +6757,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -6770,7 +6770,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -6786,7 +6786,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -6800,7 +6800,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -6814,7 +6814,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -6827,7 +6827,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -6844,7 +6844,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -6860,7 +6860,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -7169,7 +7169,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7209,7 +7209,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7260,7 +7260,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7314,7 +7314,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7361,7 +7361,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7412,7 +7412,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7460,7 +7460,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7508,7 +7508,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7555,7 +7555,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7606,7 +7606,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7656,7 +7656,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7891,7 +7891,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7917,7 +7917,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
NaturalPersonIdentificationOther expectedOther = new()
@@ -7953,7 +7953,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -7992,7 +7992,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -8025,7 +8025,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
NaturalPersonIdentificationOther expectedOther = new()
@@ -8061,7 +8061,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -8162,7 +8162,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -8258,13 +8258,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -8280,7 +8280,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -8300,7 +8300,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -8313,7 +8313,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -8329,7 +8329,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -8343,7 +8343,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -8357,7 +8357,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -8370,7 +8370,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -8387,7 +8387,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -8403,7 +8403,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -9131,7 +9131,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9162,7 +9162,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9207,7 +9207,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9235,7 +9235,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -9266,7 +9266,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9311,7 +9311,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9357,7 +9357,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9388,7 +9388,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9433,7 +9433,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9472,7 +9472,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9503,7 +9503,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9548,7 +9548,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9580,7 +9580,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -9611,7 +9611,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9656,7 +9656,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9702,7 +9702,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9733,7 +9733,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9778,7 +9778,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9814,7 +9814,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9845,7 +9845,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9889,7 +9889,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9920,7 +9920,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -9957,7 +9957,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -9988,7 +9988,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10038,7 +10038,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -10069,7 +10069,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10112,7 +10112,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -10143,7 +10143,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10188,7 +10188,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10227,14 +10227,14 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -10252,7 +10252,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -10273,7 +10273,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -10287,7 +10287,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -10305,7 +10305,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -10320,7 +10320,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -10335,7 +10335,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -10349,7 +10349,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -10367,7 +10367,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -10384,7 +10384,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -10481,7 +10481,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10525,7 +10525,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10577,7 +10577,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10632,7 +10632,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10683,7 +10683,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10735,7 +10735,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10833,7 +10833,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10943,7 +10943,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -10983,7 +10983,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11034,7 +11034,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11088,7 +11088,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11135,7 +11135,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11186,7 +11186,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11234,7 +11234,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11282,7 +11282,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11329,7 +11329,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11380,7 +11380,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11430,7 +11430,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11665,7 +11665,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11691,7 +11691,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
TrusteeIndividualIdentificationOther expectedOther = new()
@@ -11727,7 +11727,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11766,7 +11766,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11799,7 +11799,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
TrusteeIndividualIdentificationOther expectedOther = new()
@@ -11835,7 +11835,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -11936,7 +11936,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12030,13 +12030,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -12052,7 +12052,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -12073,7 +12073,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -12087,7 +12087,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -12103,7 +12103,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -12117,7 +12117,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -12131,7 +12131,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -12144,7 +12144,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -12161,7 +12161,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -12177,7 +12177,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -12486,7 +12486,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12526,7 +12526,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12577,7 +12577,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12628,7 +12628,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12675,7 +12675,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12726,7 +12726,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12774,7 +12774,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12822,7 +12822,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12869,7 +12869,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12920,7 +12920,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -12970,7 +12970,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13205,7 +13205,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13231,7 +13231,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
GrantorIdentificationOther expectedOther = new()
@@ -13267,7 +13267,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13306,7 +13306,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13339,7 +13339,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
GrantorIdentificationOther expectedOther = new()
@@ -13375,7 +13375,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13476,7 +13476,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -13574,13 +13574,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -13596,7 +13596,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -13616,7 +13616,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -13629,7 +13629,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -13645,7 +13645,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -13659,7 +13659,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -13673,7 +13673,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -13686,7 +13686,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -13703,7 +13703,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -13719,7 +13719,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
diff --git a/src/Increase.Api.Tests/Models/Entities/EntityUpdateParamsTest.cs b/src/Increase.Api.Tests/Models/Entities/EntityUpdateParamsTest.cs
index 58839c0..1148432 100644
--- a/src/Increase.Api.Tests/Models/Entities/EntityUpdateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/Entities/EntityUpdateParamsTest.cs
@@ -45,7 +45,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -72,7 +72,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -117,7 +117,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -158,7 +158,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -184,7 +184,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -229,7 +229,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -362,7 +362,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -389,7 +389,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -434,7 +434,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1152,7 +1152,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1163,7 +1163,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1182,7 +1182,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1207,7 +1207,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1225,7 +1225,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1244,7 +1244,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1311,7 +1311,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -1333,14 +1333,14 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -1358,7 +1358,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1379,7 +1379,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1393,7 +1393,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -1411,7 +1411,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1426,7 +1426,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -1441,7 +1441,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -1455,7 +1455,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -1473,7 +1473,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -1490,7 +1490,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -1526,7 +1526,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1565,7 +1565,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1614,7 +1614,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1667,7 +1667,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1713,7 +1713,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1762,7 +1762,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -1869,7 +1869,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2103,7 +2103,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2129,7 +2129,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
EntityUpdateParamsNaturalPersonIdentificationOther expectedOther = new()
@@ -2165,7 +2165,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2205,7 +2205,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2239,7 +2239,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
EntityUpdateParamsNaturalPersonIdentificationOther expectedOther = new()
@@ -2275,7 +2275,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2376,7 +2376,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
@@ -2476,13 +2476,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, model.ExpirationDate);
@@ -2498,7 +2498,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -2519,7 +2519,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -2533,7 +2533,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedBackFileID = "back_file_id";
Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
@@ -2549,7 +2549,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -2563,7 +2563,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
Assert.Null(model.BackFileID);
@@ -2577,7 +2577,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -2590,7 +2590,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -2607,7 +2607,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
BackFileID = null,
@@ -2623,7 +2623,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
};
@@ -3313,7 +3313,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -3324,7 +3324,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -3343,7 +3343,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -3368,7 +3368,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -3386,7 +3386,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -3405,7 +3405,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -3472,7 +3472,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
},
@@ -3494,14 +3494,14 @@ public void FieldRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -3519,7 +3519,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -3540,7 +3540,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -3554,7 +3554,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedLine1 = "x";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedZip = "x";
string expectedLine2 = "x";
@@ -3572,7 +3572,7 @@ public void Validation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
@@ -3587,7 +3587,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -3602,7 +3602,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
};
@@ -3616,7 +3616,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -3634,7 +3634,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
// Null should be interpreted as omitted for these properties
@@ -3651,7 +3651,7 @@ public void CopyConstructor_Works()
{
City = "x",
Line1 = "x",
- State = "x",
+ State = "xx",
Zip = "x",
Line2 = "x",
};
diff --git a/src/Increase.Api.Tests/Models/FednowTransfers/FednowTransferCreateParamsTest.cs b/src/Increase.Api.Tests/Models/FednowTransfers/FednowTransferCreateParamsTest.cs
index 22c5642..0a8aa63 100644
--- a/src/Increase.Api.Tests/Models/FednowTransfers/FednowTransferCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/FednowTransfers/FednowTransferCreateParamsTest.cs
@@ -29,7 +29,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
},
ExternalAccountID = "external_account_id",
@@ -54,7 +54,7 @@ public void FieldRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
string expectedExternalAccountID = "external_account_id";
@@ -176,7 +176,7 @@ public void CopyConstructor_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
},
ExternalAccountID = "external_account_id",
@@ -199,13 +199,13 @@ public void FieldRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
string expectedCity = "x";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine1 = "x";
Assert.Equal(expectedCity, model.City);
@@ -221,7 +221,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -241,7 +241,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -254,7 +254,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine1 = "x";
Assert.Equal(expectedCity, deserialized.City);
@@ -270,7 +270,7 @@ public void Validation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -284,7 +284,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
Assert.Null(model.Line1);
@@ -298,7 +298,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -311,7 +311,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line1 = null,
@@ -328,7 +328,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line1 = null,
@@ -344,7 +344,7 @@ public void CopyConstructor_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -363,13 +363,13 @@ public void FieldRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
string expectedCity = "x";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine1 = "x";
Assert.Equal(expectedCity, model.City);
@@ -385,7 +385,7 @@ public void SerializationRoundtrip_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -405,7 +405,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -418,7 +418,7 @@ public void FieldRoundtripThroughSerialization_Works()
string expectedCity = "x";
string expectedPostalCode = "21029-9469";
- string expectedState = "x";
+ string expectedState = "xx";
string expectedLine1 = "x";
Assert.Equal(expectedCity, deserialized.City);
@@ -434,7 +434,7 @@ public void Validation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
@@ -448,7 +448,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
Assert.Null(model.Line1);
@@ -462,7 +462,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
};
model.Validate();
@@ -475,7 +475,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line1 = null,
@@ -492,7 +492,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
// Null should be interpreted as omitted for these properties
Line1 = null,
@@ -508,7 +508,7 @@ public void CopyConstructor_Works()
{
City = "x",
PostalCode = "21029-9469",
- State = "x",
+ State = "xx",
Line1 = "x",
};
diff --git a/src/Increase.Api.Tests/Models/SwiftTransfers/SwiftTransferCreateParamsTest.cs b/src/Increase.Api.Tests/Models/SwiftTransfers/SwiftTransferCreateParamsTest.cs
index a480c9f..c02bb62 100644
--- a/src/Increase.Api.Tests/Models/SwiftTransfers/SwiftTransferCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/SwiftTransfers/SwiftTransferCreateParamsTest.cs
@@ -265,7 +265,7 @@ public void FieldRoundtrip_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -273,7 +273,7 @@ public void FieldRoundtrip_Works()
};
string expectedCity = "city";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "line1";
string expectedLine2 = "line2";
string expectedPostalCode = ")(";
@@ -293,7 +293,7 @@ public void SerializationRoundtrip_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -315,7 +315,7 @@ public void FieldRoundtripThroughSerialization_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -330,7 +330,7 @@ public void FieldRoundtripThroughSerialization_Works()
Assert.NotNull(deserialized);
string expectedCity = "city";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "line1";
string expectedLine2 = "line2";
string expectedPostalCode = ")(";
@@ -350,7 +350,7 @@ public void Validation_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -366,7 +366,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
};
@@ -384,7 +384,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
};
@@ -397,7 +397,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
// Null should be interpreted as omitted for these properties
@@ -420,7 +420,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
// Null should be interpreted as omitted for these properties
@@ -438,7 +438,7 @@ public void CopyConstructor_Works()
var model = new CreditorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -459,7 +459,7 @@ public void FieldRoundtrip_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -467,7 +467,7 @@ public void FieldRoundtrip_Works()
};
string expectedCity = "city";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "line1";
string expectedLine2 = "line2";
string expectedPostalCode = ")(";
@@ -487,7 +487,7 @@ public void SerializationRoundtrip_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -509,7 +509,7 @@ public void FieldRoundtripThroughSerialization_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -524,7 +524,7 @@ public void FieldRoundtripThroughSerialization_Works()
Assert.NotNull(deserialized);
string expectedCity = "city";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "line1";
string expectedLine2 = "line2";
string expectedPostalCode = ")(";
@@ -544,7 +544,7 @@ public void Validation_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
@@ -560,7 +560,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
};
@@ -578,7 +578,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
};
@@ -591,7 +591,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
// Null should be interpreted as omitted for these properties
@@ -614,7 +614,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
// Null should be interpreted as omitted for these properties
@@ -632,7 +632,7 @@ public void CopyConstructor_Works()
var model = new DebtorAddress
{
City = "city",
- Country = "x",
+ Country = "xx",
Line1 = "line1",
Line2 = "line2",
PostalCode = ")(",
diff --git a/src/Increase.Api.Tests/Models/WireDrawdownRequests/WireDrawdownRequestCreateParamsTest.cs b/src/Increase.Api.Tests/Models/WireDrawdownRequests/WireDrawdownRequestCreateParamsTest.cs
index d00d201..bfefb3e 100644
--- a/src/Increase.Api.Tests/Models/WireDrawdownRequests/WireDrawdownRequestCreateParamsTest.cs
+++ b/src/Increase.Api.Tests/Models/WireDrawdownRequests/WireDrawdownRequestCreateParamsTest.cs
@@ -266,7 +266,7 @@ public void FieldRoundtrip_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -274,7 +274,7 @@ public void FieldRoundtrip_Works()
};
string expectedCity = "x";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "x";
string expectedLine2 = "x";
string expectedPostalCode = "x";
@@ -294,7 +294,7 @@ public void SerializationRoundtrip_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -316,7 +316,7 @@ public void FieldRoundtripThroughSerialization_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -331,7 +331,7 @@ public void FieldRoundtripThroughSerialization_Works()
Assert.NotNull(deserialized);
string expectedCity = "x";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "x";
string expectedLine2 = "x";
string expectedPostalCode = "x";
@@ -351,7 +351,7 @@ public void Validation_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -367,7 +367,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
};
@@ -385,7 +385,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
};
@@ -398,7 +398,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
// Null should be interpreted as omitted for these properties
@@ -421,7 +421,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
// Null should be interpreted as omitted for these properties
@@ -439,7 +439,7 @@ public void CopyConstructor_Works()
var model = new CreditorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -460,7 +460,7 @@ public void FieldRoundtrip_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -468,7 +468,7 @@ public void FieldRoundtrip_Works()
};
string expectedCity = "x";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "x";
string expectedLine2 = "x";
string expectedPostalCode = "x";
@@ -488,7 +488,7 @@ public void SerializationRoundtrip_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -510,7 +510,7 @@ public void FieldRoundtripThroughSerialization_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -525,7 +525,7 @@ public void FieldRoundtripThroughSerialization_Works()
Assert.NotNull(deserialized);
string expectedCity = "x";
- string expectedCountry = "x";
+ string expectedCountry = "xx";
string expectedLine1 = "x";
string expectedLine2 = "x";
string expectedPostalCode = "x";
@@ -545,7 +545,7 @@ public void Validation_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
@@ -561,7 +561,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
};
@@ -579,7 +579,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
};
@@ -592,7 +592,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
// Null should be interpreted as omitted for these properties
@@ -615,7 +615,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
// Null should be interpreted as omitted for these properties
@@ -633,7 +633,7 @@ public void CopyConstructor_Works()
var model = new DebtorAddress
{
City = "x",
- Country = "x",
+ Country = "xx",
Line1 = "x",
Line2 = "x",
PostalCode = "x",
diff --git a/src/Increase.Api.Tests/Services/BeneficialOwnerServiceTest.cs b/src/Increase.Api.Tests/Services/BeneficialOwnerServiceTest.cs
index 748292b..730f2eb 100644
--- a/src/Increase.Api.Tests/Services/BeneficialOwnerServiceTest.cs
+++ b/src/Increase.Api.Tests/Services/BeneficialOwnerServiceTest.cs
@@ -32,7 +32,7 @@ public async Task Create_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
- State = "x",
+ State = "xx",
BackFileID = "back_file_id",
},
Other = new()
diff --git a/src/Increase.Api/Increase.Api.csproj b/src/Increase.Api/Increase.Api.csproj
index f3b3d2c..5cac8e9 100644
--- a/src/Increase.Api/Increase.Api.csproj
+++ b/src/Increase.Api/Increase.Api.csproj
@@ -3,7 +3,7 @@
Increase C#
Increase.Api
- 0.28.0
+ 0.29.0
The official .NET library for the Increase API.
Library
README.md
diff --git a/src/Increase.Api/Models/RoutingNumbers/RoutingNumberListParams.cs b/src/Increase.Api/Models/RoutingNumbers/RoutingNumberListParams.cs
index b2c510f..b174ef3 100644
--- a/src/Increase.Api/Models/RoutingNumbers/RoutingNumberListParams.cs
+++ b/src/Increase.Api/Models/RoutingNumbers/RoutingNumberListParams.cs
@@ -12,8 +12,8 @@ namespace Increase.Api.Models.RoutingNumbers;
/// You can use this API to confirm if a routing number is valid, such as when a user
/// is providing you with bank account details. Since routing numbers uniquely identify
/// a bank, this will always return 0 or 1 entry. In Sandbox, only a few [routing
-/// numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
-/// `110000000` is an example of a Sandbox routing number.
+/// numbers are valid](/documentation/sandbox-test-values#routing-numbers). `110000000`
+/// is an example of a Sandbox routing number.
///
/// NOTE: Do not inherit from this type outside the SDK unless you're okay with
/// breaking changes in non-major versions. We may add new methods in the future that
diff --git a/src/Increase.Api/Services/IRoutingNumberService.cs b/src/Increase.Api/Services/IRoutingNumberService.cs
index df35add..764d74b 100644
--- a/src/Increase.Api/Services/IRoutingNumberService.cs
+++ b/src/Increase.Api/Services/IRoutingNumberService.cs
@@ -30,8 +30,7 @@ public interface IRoutingNumberService
/// You can use this API to confirm if a routing number is valid, such as when a
/// user is providing you with bank account details. Since routing numbers uniquely
/// identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
- /// [routing numbers are
- /// valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
+ /// [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers).
/// `110000000` is an example of a Sandbox routing number.
///
Task List(