Uses of Class
dev.vality.swag_webhook_events.model.Invoice
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of Invoice in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return Invoice Modifier and Type Method Description InvoiceInvoice. addCartItem(InvoiceCartLine cartItem)InvoiceInvoice. amount(Long amount)InvoiceInvoice. cart(List<InvoiceCartLine> cart)InvoiceInvoice. createdAt(OffsetDateTime createdAt)InvoiceInvoice. currency(String currency)InvoiceInvoice. description(String description)InvoiceInvoice. dueDate(OffsetDateTime dueDate)InvoiceInvoice. externalId(String externalId)@NotNull @Valid InvoiceInvoiceCancelled. getInvoice()Get invoice@NotNull @Valid InvoiceInvoiceCreated. getInvoice()Get invoice@NotNull @Valid InvoiceInvoiceCreatedAllOf. getInvoice()Get invoice@NotNull @Valid InvoiceInvoiceFulfilled. getInvoice()Get invoice@NotNull @Valid InvoiceInvoicePaid. getInvoice()Get invoice@NotNull @Valid InvoicePaymentCancelled. getInvoice()Get invoice@NotNull @Valid InvoicePaymentCaptured. getInvoice()Get invoice@NotNull @Valid InvoicePaymentFailed. getInvoice()Get invoice@NotNull @Valid InvoicePaymentProcessed. getInvoice()Get invoice@NotNull @Valid InvoicePaymentRefunded. getInvoice()Get invoice@NotNull @Valid InvoicePaymentStarted. getInvoice()Get invoice@NotNull @Valid InvoicePaymentStartedAllOf. getInvoice()Get invoice@NotNull @Valid InvoiceRefundCreated. getInvoice()Get invoice@NotNull @Valid InvoiceRefundCreatedAllOf. getInvoice()Get invoice@NotNull @Valid InvoiceRefundFailed. getInvoice()Get invoice@NotNull @Valid InvoiceRefundPending. getInvoice()Get invoice@NotNull @Valid InvoiceRefundSucceeded. getInvoice()Get invoiceInvoiceInvoice. id(String id)InvoiceInvoice. metadata(Object metadata)InvoiceInvoice. product(String product)InvoiceInvoice. reason(String reason)InvoiceInvoice. shopID(String shopID)InvoiceInvoice. status(Invoice.StatusEnum status)Methods in dev.vality.swag_webhook_events.model with parameters of type Invoice Modifier and Type Method Description InvoiceCancelledInvoiceCancelled. invoice(Invoice invoice)InvoiceCreatedInvoiceCreated. invoice(Invoice invoice)InvoiceCreatedAllOfInvoiceCreatedAllOf. invoice(Invoice invoice)InvoiceFulfilledInvoiceFulfilled. invoice(Invoice invoice)InvoicePaidInvoicePaid. invoice(Invoice invoice)PaymentCancelledPaymentCancelled. invoice(Invoice invoice)PaymentCapturedPaymentCaptured. invoice(Invoice invoice)PaymentFailedPaymentFailed. invoice(Invoice invoice)PaymentProcessedPaymentProcessed. invoice(Invoice invoice)PaymentRefundedPaymentRefunded. invoice(Invoice invoice)PaymentStartedPaymentStarted. invoice(Invoice invoice)PaymentStartedAllOfPaymentStartedAllOf. invoice(Invoice invoice)RefundCreatedRefundCreated. invoice(Invoice invoice)RefundCreatedAllOfRefundCreatedAllOf. invoice(Invoice invoice)RefundFailedRefundFailed. invoice(Invoice invoice)RefundPendingRefundPending. invoice(Invoice invoice)RefundSucceededRefundSucceeded. invoice(Invoice invoice)voidInvoiceCancelled. setInvoice(Invoice invoice)voidInvoiceCreated. setInvoice(Invoice invoice)voidInvoiceCreatedAllOf. setInvoice(Invoice invoice)voidInvoiceFulfilled. setInvoice(Invoice invoice)voidInvoicePaid. setInvoice(Invoice invoice)voidPaymentCancelled. setInvoice(Invoice invoice)voidPaymentCaptured. setInvoice(Invoice invoice)voidPaymentFailed. setInvoice(Invoice invoice)voidPaymentProcessed. setInvoice(Invoice invoice)voidPaymentRefunded. setInvoice(Invoice invoice)voidPaymentStarted. setInvoice(Invoice invoice)voidPaymentStartedAllOf. setInvoice(Invoice invoice)voidRefundCreated. setInvoice(Invoice invoice)voidRefundCreatedAllOf. setInvoice(Invoice invoice)voidRefundFailed. setInvoice(Invoice invoice)voidRefundPending. setInvoice(Invoice invoice)voidRefundSucceeded. setInvoice(Invoice invoice)