Uses of Class
com.adyen.model.AccountInfo
-
Packages that use AccountInfo Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout -
-
Uses of AccountInfo in com.adyen.model
Methods in com.adyen.model with parameters of type AccountInfo Modifier and Type Method Description PaymentRequest3ds2PaymentRequest3ds2. accountInfo(AccountInfo accountInfo)voidPaymentRequest. setAccountInfo(AccountInfo accountInfo)voidPaymentRequest3d. setAccountInfo(AccountInfo accountInfo)voidPaymentRequest3ds2. setAccountInfo(AccountInfo accountInfo) -
Uses of AccountInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AccountInfo Modifier and Type Method Description AccountInfoCreateCheckoutSessionRequest. getAccountInfo()Get accountInfoAccountInfoCreateCheckoutSessionResponse. getAccountInfo()Get accountInfoAccountInfoPaymentMethodsRequest. getAccountInfo()AccountInfoPaymentSessionRequest. getAccountInfo()AccountInfoPaymentsRequest. getAccountInfo()Get accountInfoMethods in com.adyen.model.checkout with parameters of type AccountInfo Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. accountInfo(AccountInfo accountInfo)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. accountInfo(AccountInfo accountInfo)PaymentSessionRequestPaymentSessionRequest. accountInfo(AccountInfo accountInfo)PaymentsRequestPaymentsRequest. accountInfo(AccountInfo accountInfo)voidCreateCheckoutSessionRequest. setAccountInfo(AccountInfo accountInfo)voidCreateCheckoutSessionResponse. setAccountInfo(AccountInfo accountInfo)voidPaymentMethodsRequest. setAccountInfo(AccountInfo accountInfo)voidPaymentSessionRequest. setAccountInfo(AccountInfo accountInfo)voidPaymentsRequest. setAccountInfo(AccountInfo accountInfo) -
Uses of AccountInfo in com.adyen.model.payout
Methods in com.adyen.model.payout that return AccountInfo Modifier and Type Method Description AccountInfoPayoutRequest. getAccountInfo()Get accountInfoMethods in com.adyen.model.payout with parameters of type AccountInfo Modifier and Type Method Description PayoutRequestPayoutRequest. accountInfo(AccountInfo accountInfo)voidPayoutRequest. setAccountInfo(AccountInfo accountInfo)
-