Uses of Class
dev.vality.damsel.proxy_provider.InvoicePayment
Packages that use InvoicePayment
-
Uses of InvoicePayment in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as InvoicePaymentMethods in dev.vality.damsel.proxy_provider that return InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.deepCopy()PaymentInfo.getPayment()InvoicePayment.setContactInfo(ContactInfo contact_info) InvoicePayment.setCreatedAt(String created_at) InvoicePayment.setMakeRecurrent(boolean make_recurrent) InvoicePayment.setPayerSessionInfo(PayerSessionInfo payer_session_info) InvoicePayment.setPaymentResource(PaymentResource payment_resource) InvoicePayment.setPaymentService(PaymentService payment_service) InvoicePayment.setProcessingDeadline(String processing_deadline) InvoicePayment.setTrx(TransactionInfo trx) Methods in dev.vality.damsel.proxy_provider with parameters of type InvoicePaymentModifier and TypeMethodDescriptionintInvoicePayment.compareTo(InvoicePayment other) booleanInvoicePayment.equals(InvoicePayment that) PaymentInfo.setPayment(InvoicePayment payment) Constructors in dev.vality.damsel.proxy_provider with parameters of type InvoicePaymentModifierConstructorDescriptionInvoicePayment(InvoicePayment other) Performs a deep copy on other.PaymentInfo(Shop shop, Invoice invoice, InvoicePayment payment)