We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624d71e commit 08a0a34Copy full SHA for 08a0a34
src/resources/generated/account.rs
@@ -2942,7 +2942,8 @@ pub enum AccountBusinessType {
2942
GovernmentEntity,
2943
Individual,
2944
NonProfit,
2945
- SoleProp,
+ #[serde(other)]
2946
+ Unknown,
2947
}
2948
2949
impl AccountBusinessType {
@@ -2952,7 +2953,7 @@ impl AccountBusinessType {
2952
2953
AccountBusinessType::GovernmentEntity => "government_entity",
2954
AccountBusinessType::Individual => "individual",
2955
AccountBusinessType::NonProfit => "non_profit",
- AccountBusinessType::SoleProp => "sole_prop",
2956
+ AccountBusinessType::Unknown => "unknown",
2957
2958
2959
0 commit comments