Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.LevelTwoPaymentInfo
Packages that use LevelTwoPaymentInfo
-
Uses of LevelTwoPaymentInfo in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain that return LevelTwoPaymentInfoModifier and TypeMethodDescriptionOrbitalCaptureRequest.getLevel2()Captures Level 2 information on the transaction.OrbitalCreatePaymentRequest.getLevel2()Captures Level 2 information on the transaction.OrbitalRefundRequest.getLevel2()Captures Level 2 information on the transaction.Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain with parameters of type LevelTwoPaymentInfoModifier and TypeMethodDescriptionvoidOrbitalCaptureRequest.setLevel2(LevelTwoPaymentInfo level2) Captures Level 2 information on the transaction.voidOrbitalCreatePaymentRequest.setLevel2(LevelTwoPaymentInfo level2) Captures Level 2 information on the transaction.voidOrbitalRefundRequest.setLevel2(LevelTwoPaymentInfo level2) Captures Level 2 information on the transaction.