Uses of Class
dev.vality.damsel.skipper.ChargebackCategoryDispute
-
Uses of ChargebackCategoryDispute in dev.vality.damsel.skipper
Methods in dev.vality.damsel.skipper that return ChargebackCategoryDispute Modifier and Type Method Description ChargebackCategoryDisputeChargebackCategoryDispute. deepCopy()ChargebackCategoryDisputeChargebackCategory. getDispute()Methods in dev.vality.damsel.skipper with parameters of type ChargebackCategoryDispute Modifier and Type Method Description intChargebackCategoryDispute. compareTo(ChargebackCategoryDispute other)static ChargebackCategoryChargebackCategory. dispute(ChargebackCategoryDispute value)booleanChargebackCategoryDispute. equals(ChargebackCategoryDispute that)voidChargebackCategory. setDispute(ChargebackCategoryDispute value)Constructors in dev.vality.damsel.skipper with parameters of type ChargebackCategoryDispute Constructor Description ChargebackCategoryDispute(ChargebackCategoryDispute other)Performs a deep copy on other.