Uses of Class
dev.vality.damsel.proxy_provider.Cash
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of Cash in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as Cash Modifier and Type Field Description CashInvoicePaymentRefund. cashCashInvoice. costCashInvoicePayment. costCashInvoicePaymentCapture. costCashRecurrentPaymentTool. minimal_payment_costMethods in dev.vality.damsel.proxy_provider that return Cash Modifier and Type Method Description CashCash. deepCopy()CashInvoicePaymentRefund. getCash()CashInvoice. getCost()CashInvoicePayment. getCost()CashInvoicePaymentCapture. getCost()CashRecurrentPaymentTool. getMinimalPaymentCost()CashCash. setAmount(long amount)CashCash. setCurrency(Currency currency)Methods in dev.vality.damsel.proxy_provider with parameters of type Cash Modifier and Type Method Description intCash. compareTo(Cash other)booleanCash. equals(Cash that)InvoicePaymentRefundInvoicePaymentRefund. setCash(Cash cash)InvoiceInvoice. setCost(Cash cost)InvoicePaymentInvoicePayment. setCost(Cash cost)InvoicePaymentCaptureInvoicePaymentCapture. setCost(Cash cost)RecurrentPaymentToolRecurrentPaymentTool. setMinimalPaymentCost(Cash minimal_payment_cost)Constructors in dev.vality.damsel.proxy_provider with parameters of type Cash Constructor Description Cash(Cash other)Performs a deep copy on other.Invoice(String id, String created_at, String due, InvoiceDetails details, Cash cost)InvoicePayment(String id, String created_at, PaymentResource payment_resource, Cash cost, ContactInfo contact_info)InvoicePaymentCapture(Cash cost)InvoicePaymentRefund(String id, String created_at, Cash cash)RecurrentPaymentTool(String id, String created_at, DisposablePaymentResource payment_resource, Cash minimal_payment_cost)