Uses of Class
dev.vality.damsel.domain.InvoicePayment
Packages that use InvoicePayment
-
Uses of InvoicePayment in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.deepCopy()InvoicePayment.setChangedCost(Cash changed_cost) InvoicePayment.setContext(Content context) InvoicePayment.setCreatedAt(String created_at) InvoicePayment.setDomainRevision(long domain_revision) InvoicePayment.setExternalId(String external_id) InvoicePayment.setFlow(InvoicePaymentFlow flow) InvoicePayment.setMakeRecurrent(boolean make_recurrent) InvoicePayment.setOwnerId(String owner_id) InvoicePayment.setPartyRevision(long party_revision) InvoicePayment.setPayerSessionInfo(PayerSessionInfo payer_session_info) InvoicePayment.setProcessingDeadline(String processing_deadline) InvoicePayment.setRegistrationOrigin(InvoicePaymentRegistrationOrigin registration_origin) InvoicePayment.setStatus(InvoicePaymentStatus status) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentModifier and TypeMethodDescriptionintInvoicePayment.compareTo(InvoicePayment other) booleanInvoicePayment.equals(InvoicePayment that) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentModifierConstructorDescriptionInvoicePayment(InvoicePayment other) Performs a deep copy on other. -
Uses of InvoicePayment in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentModifier and TypeFieldDescriptionInvoicePayment.paymentInvoicePaymentStarted.paymentДанные запущенного платежа.Methods in dev.vality.damsel.payment_processing that return InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.getPayment()InvoicePaymentStarted.getPayment()Данные запущенного платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.setPayment(InvoicePayment payment) InvoicePaymentStarted.setPayment(InvoicePayment payment) Данные запущенного платежа.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentModifierConstructorDescriptionInvoicePayment(InvoicePayment payment, List<InvoicePaymentAdjustment> adjustments, List<InvoicePaymentRefund> refunds, List<InvoicePaymentSession> sessions, List<InvoicePaymentRefund> legacy_refunds) InvoicePaymentStarted(InvoicePayment payment)