Uses of Class
dev.vality.damsel.domain.PaymentHoldsServiceTerms
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentHoldsServiceTerms in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentHoldsServiceTerms Modifier and Type Field Description PaymentHoldsServiceTermsPaymentsServiceTerms. holdsMethods in dev.vality.damsel.domain that return PaymentHoldsServiceTerms Modifier and Type Method Description PaymentHoldsServiceTermsPaymentHoldsServiceTerms. deepCopy()PaymentHoldsServiceTermsPaymentsServiceTerms. getHolds()PaymentHoldsServiceTermsPaymentHoldsServiceTerms. setLifetime(HoldLifetimeSelector lifetime)PaymentHoldsServiceTermsPaymentHoldsServiceTerms. setPartialCaptures(PartialCaptureServiceTerms partial_captures)PaymentHoldsServiceTermsPaymentHoldsServiceTerms. setPaymentMethods(PaymentMethodSelector payment_methods)Methods in dev.vality.damsel.domain with parameters of type PaymentHoldsServiceTerms Modifier and Type Method Description intPaymentHoldsServiceTerms. compareTo(PaymentHoldsServiceTerms other)booleanPaymentHoldsServiceTerms. equals(PaymentHoldsServiceTerms that)PaymentsServiceTermsPaymentsServiceTerms. setHolds(PaymentHoldsServiceTerms holds)Constructors in dev.vality.damsel.domain with parameters of type PaymentHoldsServiceTerms Constructor Description PaymentHoldsServiceTerms(PaymentHoldsServiceTerms other)Performs a deep copy on other.