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.JavaClientCodegen",
date="2022-02-21T10:48:08.381944838Z[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 -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_INVOICEstatic StringJSON_PROPERTY_PAYMENTFields inherited from class dev.vality.swag_webhook_events.model.Event
eventType, JSON_PROPERTY_EVENT_I_D, JSON_PROPERTY_EVENT_TYPE, JSON_PROPERTY_OCCURED_AT, JSON_PROPERTY_TOPIC -
Constructor Summary
Constructors Constructor Description PaymentFailed() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)InvoicegetInvoice()Get invoicePaymentgetPayment()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
-
Field Details
-
JSON_PROPERTY_INVOICE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAYMENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PaymentFailed
public PaymentFailed()
-
-
Method Details