Uses of Class
com.adyen.model.transfers.SGLocalAccountIdentification
-
Packages that use SGLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of SGLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type SGLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(SGLocalAccountIdentification o)
-