Uses of Class
dev.vality.damsel.domain.LifetimeInterval
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of LifetimeInterval in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as LifetimeInterval Modifier and Type Field Description LifetimeIntervalInvoiceTemplate. invoice_lifetimeMethods in dev.vality.damsel.domain that return LifetimeInterval Modifier and Type Method Description LifetimeIntervalLifetimeInterval. deepCopy()LifetimeIntervalLifetime. getInterval()LifetimeIntervalInvoiceTemplate. getInvoiceLifetime()LifetimeIntervalLifetimeInterval. setDays(short days)LifetimeIntervalLifetimeInterval. setHours(short hours)LifetimeIntervalLifetimeInterval. setMinutes(short minutes)LifetimeIntervalLifetimeInterval. setMonths(short months)LifetimeIntervalLifetimeInterval. setSeconds(short seconds)LifetimeIntervalLifetimeInterval. setYears(short years)Methods in dev.vality.damsel.domain with parameters of type LifetimeInterval Modifier and Type Method Description intLifetimeInterval. compareTo(LifetimeInterval other)booleanLifetimeInterval. equals(LifetimeInterval that)static LifetimeLifetime. interval(LifetimeInterval value)voidLifetime. setInterval(LifetimeInterval value)InvoiceTemplateInvoiceTemplate. setInvoiceLifetime(LifetimeInterval invoice_lifetime)Constructors in dev.vality.damsel.domain with parameters of type LifetimeInterval Constructor Description InvoiceTemplate(String id, String owner_id, String shop_id, LifetimeInterval invoice_lifetime, String product, InvoiceTemplateDetails details)LifetimeInterval(LifetimeInterval other)Performs a deep copy on other. -
Uses of LifetimeInterval in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as LifetimeInterval Modifier and Type Field Description LifetimeIntervalInvoiceTemplateCreateParams. invoice_lifetimeLifetimeIntervalInvoiceTemplateUpdateParams. invoice_lifetimeMethods in dev.vality.damsel.payment_processing that return LifetimeInterval Modifier and Type Method Description LifetimeIntervalInvoiceTemplateCreateParams. getInvoiceLifetime()LifetimeIntervalInvoiceTemplateUpdateParams. getInvoiceLifetime()Methods in dev.vality.damsel.payment_processing with parameters of type LifetimeInterval Modifier and Type Method Description InvoiceTemplateCreateParamsInvoiceTemplateCreateParams. setInvoiceLifetime(LifetimeInterval invoice_lifetime)InvoiceTemplateUpdateParamsInvoiceTemplateUpdateParams. setInvoiceLifetime(LifetimeInterval invoice_lifetime)Constructors in dev.vality.damsel.payment_processing with parameters of type LifetimeInterval Constructor Description InvoiceTemplateCreateParams(String template_id, String party_id, String shop_id, LifetimeInterval invoice_lifetime, String product, InvoiceTemplateDetails details, Content context)