Uses of Class
com.adyen.model.checkout.AccountInfo
-
Packages that use AccountInfo Package Description com.adyen.model.checkout -
-
Uses of AccountInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AccountInfo Modifier and Type Method Description AccountInfoAccountInfo. accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator)AccountInfoAccountInfo. accountChangeDate(OffsetDateTime accountChangeDate)AccountInfoAccountInfo. accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)AccountInfoAccountInfo. accountCreationDate(OffsetDateTime accountCreationDate)AccountInfoAccountInfo. accountType(AccountInfo.AccountTypeEnum accountType)AccountInfoAccountInfo. addCardAttemptsDay(Integer addCardAttemptsDay)AccountInfoAccountInfo. deliveryAddressUsageDate(OffsetDateTime deliveryAddressUsageDate)AccountInfoAccountInfo. deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)static AccountInfoAccountInfo. fromJson(String jsonString)Create an instance of AccountInfo given an JSON stringAccountInfoBalanceCheckRequest. getAccountInfo()Get accountInfoAccountInfoCreateCheckoutSessionRequest. getAccountInfo()Get accountInfoAccountInfoCreateCheckoutSessionResponse. getAccountInfo()Get accountInfoAccountInfoDonationPaymentRequest. getAccountInfo()Get accountInfoAccountInfoPaymentRequest. getAccountInfo()Get accountInfoAccountInfoAccountInfo. homePhone(String homePhone)Deprecated.AccountInfoAccountInfo. mobilePhone(String mobilePhone)Deprecated.AccountInfoAccountInfo. passwordChangeDate(OffsetDateTime passwordChangeDate)AccountInfoAccountInfo. passwordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator)AccountInfoAccountInfo. pastTransactionsDay(Integer pastTransactionsDay)AccountInfoAccountInfo. pastTransactionsYear(Integer pastTransactionsYear)AccountInfoAccountInfo. paymentAccountAge(OffsetDateTime paymentAccountAge)AccountInfoAccountInfo. paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)AccountInfoAccountInfo. purchasesLast6Months(Integer purchasesLast6Months)AccountInfoAccountInfo. suspiciousActivity(Boolean suspiciousActivity)AccountInfoAccountInfo. workPhone(String workPhone)Deprecated.Methods in com.adyen.model.checkout with parameters of type AccountInfo Modifier and Type Method Description BalanceCheckRequestBalanceCheckRequest. accountInfo(AccountInfo accountInfo)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. accountInfo(AccountInfo accountInfo)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. accountInfo(AccountInfo accountInfo)DonationPaymentRequestDonationPaymentRequest. accountInfo(AccountInfo accountInfo)PaymentRequestPaymentRequest. accountInfo(AccountInfo accountInfo)voidBalanceCheckRequest. setAccountInfo(AccountInfo accountInfo)accountInfovoidCreateCheckoutSessionRequest. setAccountInfo(AccountInfo accountInfo)accountInfovoidCreateCheckoutSessionResponse. setAccountInfo(AccountInfo accountInfo)accountInfovoidDonationPaymentRequest. setAccountInfo(AccountInfo accountInfo)accountInfovoidPaymentRequest. setAccountInfo(AccountInfo accountInfo)accountInfo
-