You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update generated code for v2093 and
* Update generated code for v2095 and
* Update generated code for v2096 and
* Update generated code for v2099 and
---------
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* The category identifying the legal structure of the company or legal entity. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `stripe`. See [Business structure](https://stripe.com/docs/connect/identity-verification#business-structure) for more details.
734
739
*/
@@ -885,6 +890,23 @@ declare module 'stripe' {
885
890
year: number|null;
886
891
}
887
892
893
+
interfaceRepresentativeDeclaration{
894
+
/**
895
+
* The Unix timestamp marking when the representative declaration attestation was made.
896
+
*/
897
+
date: number|null;
898
+
899
+
/**
900
+
* The IP address from which the representative declaration attestation was made.
901
+
*/
902
+
ip: string|null;
903
+
904
+
/**
905
+
* The user-agent string from the browser where the representative declaration attestation was made.
* The category identifying the legal structure of the company or legal entity. See [Business structure](https://docs.stripe.com/connect/identity-verification#business-structure) for more details. Pass an empty string to unset this value.
1029
1034
*/
@@ -1106,6 +1111,23 @@ declare module 'stripe' {
1106
1111
year: number;
1107
1112
}
1108
1113
1114
+
interfaceRepresentativeDeclaration{
1115
+
/**
1116
+
* The Unix timestamp marking when the representative declaration attestation was made.
1117
+
*/
1118
+
date?: number;
1119
+
1120
+
/**
1121
+
* The IP address from which the representative declaration attestation was made.
1122
+
*/
1123
+
ip?: string;
1124
+
1125
+
/**
1126
+
* The user agent of the browser from which the representative declaration attestation was made.
1127
+
*/
1128
+
user_agent?: string;
1129
+
}
1130
+
1109
1131
typeStructure=
1110
1132
|'free_zone_establishment'
1111
1133
|'free_zone_llc'
@@ -2953,6 +2975,11 @@ declare module 'stripe' {
2953
2975
*/
2954
2976
registration_number?: string;
2955
2977
2978
+
/**
2979
+
* This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
* The category identifying the legal structure of the company or legal entity. See [Business structure](https://docs.stripe.com/connect/identity-verification#business-structure) for more details. Pass an empty string to unset this value.
2958
2985
*/
@@ -3035,6 +3062,23 @@ declare module 'stripe' {
3035
3062
year: number;
3036
3063
}
3037
3064
3065
+
interfaceRepresentativeDeclaration{
3066
+
/**
3067
+
* The Unix timestamp marking when the representative declaration attestation was made.
3068
+
*/
3069
+
date?: number;
3070
+
3071
+
/**
3072
+
* The IP address from which the representative declaration attestation was made.
3073
+
*/
3074
+
ip?: string;
3075
+
3076
+
/**
3077
+
* The user agent of the browser from which the representative declaration attestation was made.
0 commit comments