Uses of Class
dev.vality.damsel.skipper.ChargebackStatus
-
Uses of ChargebackStatus in dev.vality.damsel.skipper
Fields in dev.vality.damsel.skipper declared as ChargebackStatus Modifier and Type Field Description ChargebackStatusChargebackStatusChangeEvent. statusFields in dev.vality.damsel.skipper with type parameters of type ChargebackStatus Modifier and Type Field Description List<ChargebackStatus>ChargebackFilter. statusesMethods in dev.vality.damsel.skipper that return ChargebackStatus Modifier and Type Method Description static ChargebackStatusChargebackStatus. accepted(ChargebackAccepted value)static ChargebackStatusChargebackStatus. cancelled(ChargebackCancelled value)ChargebackStatusChargebackStatus. deepCopy()ChargebackStatusChargebackStatusChangeEvent. getStatus()static ChargebackStatusChargebackStatus. pending(ChargebackPending value)static ChargebackStatusChargebackStatus. rejected(ChargebackRejected value)Methods in dev.vality.damsel.skipper that return types with arguments of type ChargebackStatus Modifier and Type Method Description List<ChargebackStatus>ChargebackFilter. getStatuses()Iterator<ChargebackStatus>ChargebackFilter. getStatusesIterator()Methods in dev.vality.damsel.skipper with parameters of type ChargebackStatus Modifier and Type Method Description voidChargebackFilter. addToStatuses(ChargebackStatus elem)intChargebackStatus. compareTo(ChargebackStatus other)booleanChargebackStatus. equals(ChargebackStatus other)ChargebackStatusChangeEventChargebackStatusChangeEvent. setStatus(ChargebackStatus status)Method parameters in dev.vality.damsel.skipper with type arguments of type ChargebackStatus Modifier and Type Method Description ChargebackFilterChargebackFilter. setStatuses(List<ChargebackStatus> statuses)Constructors in dev.vality.damsel.skipper with parameters of type ChargebackStatus Constructor Description ChargebackStatus(ChargebackStatus other)ChargebackStatusChangeEvent(String invoice_id, String payment_id, String chargeback_id, ChargebackStatus status, String created_at)