PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.firstName(String firstName) |
The raw first name validation result that Adyen received from the scheme.
|
static PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.fromJson(String jsonString) |
Create an instance of PaymentValidationsNameResultRawResponse given an JSON string
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.fullName(String fullName) |
The raw full name validation result that Adyen received from the scheme.
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResponse.getRawResponse() |
Get rawResponse
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.lastName(String lastName) |
The raw last name validation result that Adyen received from the scheme.
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.middleName(String middleName) |
The raw middle name validation result that Adyen received from the scheme.
|
PaymentValidationsNameResultRawResponse |
PaymentValidationsNameResultRawResponse.status(String status) |
The raw name validation status value that Adyen received from the scheme.
|