Uses of Class
dev.vality.damsel.proxy_provider.InvoicePayment
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of InvoicePayment in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as InvoicePayment Modifier and Type Field Description InvoicePaymentPaymentInfo. paymentMethods in dev.vality.damsel.proxy_provider that return InvoicePayment Modifier and Type Method Description InvoicePaymentInvoicePayment. deepCopy()InvoicePaymentPaymentInfo. getPayment()InvoicePaymentInvoicePayment. setContactInfo(ContactInfo contact_info)InvoicePaymentInvoicePayment. setCost(Cash cost)InvoicePaymentInvoicePayment. setCreatedAt(String created_at)InvoicePaymentInvoicePayment. setId(String id)InvoicePaymentInvoicePayment. setMakeRecurrent(boolean make_recurrent)InvoicePaymentInvoicePayment. setPayerSessionInfo(PayerSessionInfo payer_session_info)InvoicePaymentInvoicePayment. setPaymentResource(PaymentResource payment_resource)InvoicePaymentInvoicePayment. setPaymentService(PaymentService payment_service)InvoicePaymentInvoicePayment. setProcessingDeadline(String processing_deadline)InvoicePaymentInvoicePayment. setTrx(TransactionInfo trx)Methods in dev.vality.damsel.proxy_provider with parameters of type InvoicePayment Modifier and Type Method Description intInvoicePayment. compareTo(InvoicePayment other)booleanInvoicePayment. equals(InvoicePayment that)PaymentInfoPaymentInfo. setPayment(InvoicePayment payment)Constructors in dev.vality.damsel.proxy_provider with parameters of type InvoicePayment Constructor Description InvoicePayment(InvoicePayment other)Performs a deep copy on other.PaymentInfo(Shop shop, Invoice invoice, InvoicePayment payment)