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="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class PaymentFailed
extends Event
Событие о неуспешном завершении платежа с указанием причины, например в случае отсутствия достаточного количества денежных средств у плательщика
-
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