PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.firstName(String firstName) |
Informs you if the first name your shopper provided matches the cardholder first name on file
at the issuing bank.
|
static PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.fromJson(String jsonString) |
Create an instance of PaymentValidationsNameResultResponse given an JSON string
|
PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.fullName(String fullName) |
Informs you if the full name your shopper provided matches the cardholder name on file at the
issuing bank.
|
PaymentValidationsNameResultResponse |
PaymentValidationsNameResponse.getResult() |
Get result
|
PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.lastName(String lastName) |
Informs you if the last name your shopper provided matches the cardholder last name on file at
the issuing bank.
|
PaymentValidationsNameResultResponse |
PaymentValidationsNameResultResponse.middleName(String middleName) |
Informs you if the middle name your shopper provided matches the cardholder middle name on file
at the issuing bank.
|