Uses of Class
com.adyen.model.MerchantRiskIndicator
-
Packages that use MerchantRiskIndicator Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout -
-
Uses of MerchantRiskIndicator in com.adyen.model
Methods in com.adyen.model with parameters of type MerchantRiskIndicator Modifier and Type Method Description voidPaymentRequest. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPaymentRequest3d. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPaymentRequest3ds2. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator) -
Uses of MerchantRiskIndicator in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MerchantRiskIndicator Modifier and Type Method Description MerchantRiskIndicatorPaymentMethodsRequest. getMerchantRiskIndicator()MerchantRiskIndicatorPaymentSessionRequest. getMerchantRiskIndicator()MerchantRiskIndicatorPaymentsRequest. getMerchantRiskIndicator()Get merchantRiskIndicatorMethods in com.adyen.model.checkout with parameters of type MerchantRiskIndicator Modifier and Type Method Description PaymentSessionRequestPaymentSessionRequest. merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)PaymentsRequestPaymentsRequest. merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPaymentMethodsRequest. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPaymentSessionRequest. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPaymentsRequest. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator) -
Uses of MerchantRiskIndicator in com.adyen.model.payout
Methods in com.adyen.model.payout that return MerchantRiskIndicator Modifier and Type Method Description MerchantRiskIndicatorPayoutRequest. getMerchantRiskIndicator()Get merchantRiskIndicatorMethods in com.adyen.model.payout with parameters of type MerchantRiskIndicator Modifier and Type Method Description PayoutRequestPayoutRequest. merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)voidPayoutRequest. setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)
-