Uses of Class
dev.vality.damsel.proxy_provider.InvoicePaymentRefund
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of InvoicePaymentRefund in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as InvoicePaymentRefund Modifier and Type Field Description InvoicePaymentRefundPaymentInfo. refundMethods in dev.vality.damsel.proxy_provider that return InvoicePaymentRefund Modifier and Type Method Description InvoicePaymentRefundInvoicePaymentRefund. deepCopy()InvoicePaymentRefundPaymentInfo. getRefund()InvoicePaymentRefundInvoicePaymentRefund. setCash(Cash cash)InvoicePaymentRefundInvoicePaymentRefund. setCreatedAt(String created_at)InvoicePaymentRefundInvoicePaymentRefund. setId(String id)InvoicePaymentRefundInvoicePaymentRefund. setTrx(TransactionInfo trx)Methods in dev.vality.damsel.proxy_provider with parameters of type InvoicePaymentRefund Modifier and Type Method Description intInvoicePaymentRefund. compareTo(InvoicePaymentRefund other)booleanInvoicePaymentRefund. equals(InvoicePaymentRefund that)PaymentInfoPaymentInfo. setRefund(InvoicePaymentRefund refund)Constructors in dev.vality.damsel.proxy_provider with parameters of type InvoicePaymentRefund Constructor Description InvoicePaymentRefund(InvoicePaymentRefund other)Performs a deep copy on other.