Package | Description |
---|---|
com.worldline.connect.sdk.java.v1.domain |
Modifier and Type | Method and Description |
---|---|
EmptyValidator |
PaymentProductFieldValidators.getEmailAddress()
Indicates that the content should be validated against the rules for an email address
|
EmptyValidator |
PaymentProductFieldValidators.getExpirationDate()
Indicates that the content should be validated against the rules for an expiration date (it should be in the future)
|
EmptyValidator |
PaymentProductFieldValidators.getIban()
Indicates that the content of this (iban) field needs to validated against format checks and modulo check (as described in ISO 7064)
|
EmptyValidator |
PaymentProductFieldValidators.getLuhn()
Indicates that the content needs to be validated using a LUHN check
|
EmptyValidator |
PaymentProductFieldValidators.getResidentIdNumber()
Indicates that the content needs to be validated as per the Chinese resident identity number format
|
EmptyValidator |
PaymentProductFieldValidators.getTermsAndConditions()
Indicates that the content should be validated as such that the customer has accepted the field as if they were terms and conditions of a service
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentProductFieldValidators.setEmailAddress(EmptyValidator value)
Indicates that the content should be validated against the rules for an email address
|
void |
PaymentProductFieldValidators.setExpirationDate(EmptyValidator value)
Indicates that the content should be validated against the rules for an expiration date (it should be in the future)
|
void |
PaymentProductFieldValidators.setIban(EmptyValidator value)
Indicates that the content of this (iban) field needs to validated against format checks and modulo check (as described in ISO 7064)
|
void |
PaymentProductFieldValidators.setLuhn(EmptyValidator value)
Indicates that the content needs to be validated using a LUHN check
|
void |
PaymentProductFieldValidators.setResidentIdNumber(EmptyValidator value)
Indicates that the content needs to be validated as per the Chinese resident identity number format
|
void |
PaymentProductFieldValidators.setTermsAndConditions(EmptyValidator value)
Indicates that the content should be validated as such that the customer has accepted the field as if they were terms and conditions of a service
|
Copyright © 2024 Worldline Global Collect. All rights reserved.