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)InvoiceInvoiceCancelled. getInvoice()Get invoiceInvoiceInvoiceCreated. getInvoice()Get invoiceInvoiceInvoiceCreatedAllOf. getInvoice()Get invoiceInvoiceInvoiceFulfilled. getInvoice()Get invoiceInvoiceInvoicePaid. getInvoice()Get invoiceInvoicePaymentCancelled. getInvoice()Get invoiceInvoicePaymentCaptured. getInvoice()Get invoiceInvoicePaymentFailed. getInvoice()Get invoiceInvoicePaymentProcessed. getInvoice()Get invoiceInvoicePaymentRefunded. getInvoice()Get invoiceInvoicePaymentStarted. getInvoice()Get invoiceInvoicePaymentStartedAllOf. getInvoice()Get invoiceInvoiceRefundCreated. getInvoice()Get invoiceInvoiceRefundCreatedAllOf. getInvoice()Get invoiceInvoiceRefundFailed. getInvoice()Get invoiceInvoiceRefundPending. getInvoice()Get invoiceInvoiceRefundSucceeded. 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)