Uses of Class
com.adyen.model.transferwebhooks.SGLocalAccountIdentification
-
Packages that use SGLocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of SGLocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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 stringSGLocalAccountIdentificationBankAccountV3AccountIdentification. getSGLocalAccountIdentification()Get the actual instance of `SGLocalAccountIdentification`.SGLocalAccountIdentificationSGLocalAccountIdentification. type(SGLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type SGLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(SGLocalAccountIdentification o)
-