Uses of Class
dev.vality.damsel.proxy_provider.Cash
Packages that use Cash
-
Uses of Cash in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as CashModifier and TypeFieldDescriptionInvoicePaymentRefund.cashSuccess.changed_costИзмененная сумма операции.Invoice.costInvoicePayment.costInvoicePaymentCapture.costRecurrentPaymentTool.minimal_payment_costMethods in dev.vality.damsel.proxy_provider that return CashModifier and TypeMethodDescriptionCash.deepCopy()InvoicePaymentRefund.getCash()Success.getChangedCost()Измененная сумма операции.Invoice.getCost()InvoicePayment.getCost()InvoicePaymentCapture.getCost()RecurrentPaymentTool.getMinimalPaymentCost()Cash.setAmount(long amount) Cash.setCurrency(Currency currency) Methods in dev.vality.damsel.proxy_provider with parameters of type CashModifier and TypeMethodDescriptionintbooleanSuccess.setChangedCost(Cash changed_cost) Измененная сумма операции.RecurrentPaymentTool.setMinimalPaymentCost(Cash minimal_payment_cost) Constructors in dev.vality.damsel.proxy_provider with parameters of type CashModifierConstructorDescriptionPerforms a deep copy on other.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)