Uses of Class
dev.vality.damsel.domain.PartialCaptureServiceTerms
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PartialCaptureServiceTerms in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PartialCaptureServiceTerms Modifier and Type Field Description PartialCaptureServiceTermsPaymentHoldsServiceTerms. partial_capturesMethods in dev.vality.damsel.domain that return PartialCaptureServiceTerms Modifier and Type Method Description PartialCaptureServiceTermsPartialCaptureServiceTerms. deepCopy()PartialCaptureServiceTermsPaymentHoldsServiceTerms. getPartialCaptures()Methods in dev.vality.damsel.domain with parameters of type PartialCaptureServiceTerms Modifier and Type Method Description intPartialCaptureServiceTerms. compareTo(PartialCaptureServiceTerms other)booleanPartialCaptureServiceTerms. equals(PartialCaptureServiceTerms that)PaymentHoldsServiceTermsPaymentHoldsServiceTerms. setPartialCaptures(PartialCaptureServiceTerms partial_captures)Constructors in dev.vality.damsel.domain with parameters of type PartialCaptureServiceTerms Constructor Description PartialCaptureServiceTerms(PartialCaptureServiceTerms other)Performs a deep copy on other.