Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentRevealInfo
-
Packages that use PaymentInstrumentRevealInfo Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentRevealInfo in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentRevealInfo Modifier and Type Method Description PaymentInstrumentRevealInfoPaymentInstrumentRevealInfo. cvc(String cvc)PaymentInstrumentRevealInfoPaymentInstrumentRevealInfo. expiration(Expiry expiration)static PaymentInstrumentRevealInfoPaymentInstrumentRevealInfo. fromJson(String jsonString)Create an instance of PaymentInstrumentRevealInfo given an JSON stringPaymentInstrumentRevealInfoPaymentInstrumentRevealInfo. pan(String pan) -
Uses of PaymentInstrumentRevealInfo in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaymentInstrumentRevealInfo Modifier and Type Method Description PaymentInstrumentRevealInfoPaymentInstrumentsApi. getPanOfPaymentInstrument(String id)Get the PAN of a payment instrumentPaymentInstrumentRevealInfoPaymentInstrumentsApi. getPanOfPaymentInstrument(String id, RequestOptions requestOptions)Get the PAN of a payment instrument
-