Uses of Class
dev.vality.damsel.domain.InvoiceCart
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceCart in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoiceCart Modifier and Type Field Description InvoiceCartAllocationTransactionDetails. cartInvoiceCartInvoiceDetails. cartInvoiceCartInvoicePaymentCaptured. cartInvoiceCartInvoicePaymentRefund. cartMethods in dev.vality.damsel.domain that return InvoiceCart Modifier and Type Method Description InvoiceCartInvoiceCart. deepCopy()InvoiceCartAllocationTransactionDetails. getCart()InvoiceCartInvoiceDetails. getCart()InvoiceCartInvoicePaymentCaptured. getCart()InvoiceCartInvoicePaymentRefund. getCart()InvoiceCartInvoiceTemplateDetails. getCart()InvoiceCartInvoiceCart. setLines(List<InvoiceLine> lines)Methods in dev.vality.damsel.domain with parameters of type InvoiceCart Modifier and Type Method Description static InvoiceTemplateDetailsInvoiceTemplateDetails. cart(InvoiceCart value)intInvoiceCart. compareTo(InvoiceCart other)booleanInvoiceCart. equals(InvoiceCart that)AllocationTransactionDetailsAllocationTransactionDetails. setCart(InvoiceCart cart)InvoiceDetailsInvoiceDetails. setCart(InvoiceCart cart)InvoicePaymentCapturedInvoicePaymentCaptured. setCart(InvoiceCart cart)InvoicePaymentRefundInvoicePaymentRefund. setCart(InvoiceCart cart)voidInvoiceTemplateDetails. setCart(InvoiceCart value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceCart Constructor Description InvoiceCart(InvoiceCart other)Performs a deep copy on other. -
Uses of InvoiceCart in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoiceCart Modifier and Type Field Description InvoiceCartStatInvoice. cartInvoiceCartStatPayment. cartInvoiceCartStatRefund. cartMethods in dev.vality.damsel.merch_stat that return InvoiceCart Modifier and Type Method Description InvoiceCartStatInvoice. getCart()InvoiceCartStatPayment. getCart()InvoiceCartStatRefund. getCart()Methods in dev.vality.damsel.merch_stat with parameters of type InvoiceCart Modifier and Type Method Description StatInvoiceStatInvoice. setCart(InvoiceCart cart)StatPaymentStatPayment. setCart(InvoiceCart cart)StatRefundStatRefund. setCart(InvoiceCart cart) -
Uses of InvoiceCart in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceCart Modifier and Type Field Description InvoiceCartInvoicePaymentCaptureData. cartInvoiceCartInvoicePaymentCaptureParams. cartInvoiceCartInvoicePaymentRefundParams. cartИтоговая корзина товаров.Methods in dev.vality.damsel.payment_processing that return InvoiceCart Modifier and Type Method Description InvoiceCartInvoicePaymentCaptureData. getCart()InvoiceCartInvoicePaymentCaptureParams. getCart()InvoiceCartInvoicePaymentRefundParams. getCart()Итоговая корзина товаров.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceCart Modifier and Type Method Description InvoicePaymentCaptureDataInvoicePaymentCaptureData. setCart(InvoiceCart cart)InvoicePaymentCaptureParamsInvoicePaymentCaptureParams. setCart(InvoiceCart cart)InvoicePaymentRefundParamsInvoicePaymentRefundParams. setCart(InvoiceCart cart)Итоговая корзина товаров.