Uses of Class
cz.gopay.api.v3.model.eet.EET
-
Packages that use EET Package Description cz.gopay.api.v3.model.eet cz.gopay.api.v3.model.payment -
-
Uses of EET in cz.gopay.api.v3.model.eet
Methods in cz.gopay.api.v3.model.eet that return EET Modifier and Type Method Description EETEET. withDan1(Long dan1, Long zaklDan1)EETEET. withDan2(Long dan2, Long zaklDan2)EETEET. withDan3(Long dan3, Long zaklDan3)EETEET. withPouzitZboz(Long pouzitZboz1, Long pouzitZboz2, Long pouzitZboz3) -
Uses of EET in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return EET Modifier and Type Method Description EETBasePayment. getEet()EETCapturePayment. getEet()EETNextPayment. getEet()EETRefundPayment. getEet()Methods in cz.gopay.api.v3.model.payment with parameters of type EET Modifier and Type Method Description voidBasePayment. setEet(EET eet)voidCapturePayment. setEet(EET eet)voidNextPayment. setEet(EET eet)voidRefundPayment. setEet(EET eet)
-