Uses of Class
com.adyen.model.balanceplatform.SGLocalAccountIdentification
-
Packages that use SGLocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of SGLocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SGLocalAccountIdentification Modifier and Type Method Description SGLocalAccountIdentificationSGLocalAccountIdentification. accountNumber(String accountNumber)SGLocalAccountIdentificationSGLocalAccountIdentification. bic(String bic)static SGLocalAccountIdentificationSGLocalAccountIdentification. fromJson(String jsonString)Create an instance of SGLocalAccountIdentification given an JSON stringSGLocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getSGLocalAccountIdentification()Get the actual instance of `SGLocalAccountIdentification`.SGLocalAccountIdentificationSGLocalAccountIdentification. type(SGLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type SGLocalAccountIdentification Constructor Description BankAccountIdentificationValidationRequestAccountIdentification(SGLocalAccountIdentification o)
-