Uses of Class
dev.vality.damsel.domain.InvoicePaymentRefundStatus
Packages that use InvoicePaymentRefundStatus
-
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentRefundStatusMethods in dev.vality.damsel.domain that return InvoicePaymentRefundStatusModifier and TypeMethodDescriptionInvoicePaymentRefundStatus.deepCopy()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.failed(InvoicePaymentRefundFailed value) InvoicePaymentRefund.getStatus()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.pending(InvoicePaymentRefundPending value) static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.succeeded(InvoicePaymentRefundSucceeded value) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundStatusModifier and TypeMethodDescriptionintInvoicePaymentRefundStatus.compareTo(InvoicePaymentRefundStatus other) booleanInvoicePaymentRefundStatus.equals(InvoicePaymentRefundStatus other) InvoicePaymentRefund.setStatus(InvoicePaymentRefundStatus status) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundStatusModifierConstructorDescriptionInvoicePaymentRefund(String id, InvoicePaymentRefundStatus status, String created_at, long domain_revision) -
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentRefundStatusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundStatusMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatusModifier and TypeMethodDescriptionInvoicePaymentRefundStatusChanged.setStatus(InvoicePaymentRefundStatus status) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatusModifierConstructorDescription