Class PaymentFailed
java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.PaymentFailed
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentFailed
extends Event
An event of unsuccessful completion of payment with a reason, e.g. in case of if the payer does not have sufficient funds available
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag_webhook_events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Constructor Summary
Constructors Constructor Description PaymentFailed() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull @Valid InvoicegetInvoice()Get invoice@NotNull @Valid PaymentgetPayment()Get paymentinthashCode()PaymentFailedinvoice(Invoice invoice)PaymentFailedpayment(Payment payment)voidsetInvoice(Invoice invoice)voidsetPayment(Payment payment)StringtoString()Methods inherited from class dev.vality.swag_webhook_events.model.Event
eventID, eventType, getEventID, getEventType, getOccuredAt, getTopic, occuredAt, setEventID, setEventType, setOccuredAt, setTopic, topic
-
Constructor Details
-
PaymentFailed
public PaymentFailed()
-
-
Method Details