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
# Customer-provided token that indicates a relationship with an object outside of
@@ -188,7 +189,7 @@ class AccountHolderSimulateEnrollmentReviewResponse < Lithic::Internal::Type::Ba
188
189
#
189
190
# @param email [String] (Deprecated. Use control_person.email when user_type == "BUSINESS".
190
191
#
191
-
# @param exemption_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType] The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
192
+
# @param exemption_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType, nil] The type of KYC exemption for a KYC-Exempt Account Holder. `null` if the account
192
193
#
193
194
# @param external_id [String] Customer-provided token that indicates a relationship with an object outside of
194
195
#
@@ -465,7 +466,7 @@ class Address < Lithic::Internal::Type::BaseModel
465
466
end
466
467
end
467
468
468
-
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
469
+
# The type of KYC exemption for a KYC-Exempt Account Holder. `null` if the account
@@ -196,7 +196,7 @@ class KYBKYCPatchResponse < Lithic::Internal::Type::BaseModel
196
196
#
197
197
# @param email [String] (Deprecated. Use control_person.email when user_type == "BUSINESS".
198
198
#
199
-
# @param exemption_type [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ExemptionType] The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
199
+
# @param exemption_type [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ExemptionType] The type of KYC exemption for a KYC-Exempt Account Holder. `null` if the account
200
200
#
201
201
# @param external_id [String] Customer-provided token that indicates a relationship with an object outside of
202
202
#
@@ -473,7 +473,7 @@ class Address < Lithic::Internal::Type::BaseModel
473
473
end
474
474
end
475
475
476
-
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
476
+
# The type of KYC exemption for a KYC-Exempt Account Holder. `null` if the account
@@ -109,7 +109,7 @@ class AccountUpdateParams < Lithic::Internal::Type::BaseModel
109
109
#
110
110
# @param state [Symbol, Lithic::Models::AccountUpdateParams::State] Account states.
111
111
#
112
-
# @param substatus [Symbol, Lithic::Models::AccountUpdateParams::Substatus] Account state substatus values:
112
+
# @param substatus [Symbol, Lithic::Models::AccountUpdateParams::Substatus, nil] Account state substatus values:
113
113
#
114
114
# @param verification_address [Lithic::Models::AccountUpdateParams::VerificationAddress] Address used during Address Verification Service (AVS) checks during transaction
# @param state [Symbol, Lithic::Models::AccountUpdateParams::State] Account states.
46
46
#
47
-
# @param substatus [Symbol, Lithic::Models::AccountUpdateParams::Substatus] Account state substatus values:
47
+
# @param substatus [Symbol, Lithic::Models::AccountUpdateParams::Substatus, nil] Account state substatus values:
48
48
#
49
49
# @param verification_address [Lithic::Models::AccountUpdateParams::VerificationAddress] Address used during Address Verification Service (AVS) checks during transaction
0 commit comments