Class RefundFailed
java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.RefundFailed
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class RefundFailed
extends Event
Event of unsuccessful completion of a refund
-
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_PAYMENTstatic StringJSON_PROPERTY_REFUNDFields 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 RefundFailed() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)InvoicegetInvoice()Get invoicePaymentgetPayment()Get paymentRefundgetRefund()Get refundinthashCode()RefundFailedinvoice(Invoice invoice)RefundFailedpayment(Payment payment)RefundFailedrefund(Refund refund)voidsetInvoice(Invoice invoice)voidsetPayment(Payment payment)voidsetRefund(Refund refund)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
-
JSON_PROPERTY_REFUND
- See Also:
- Constant Field Values
-
-
Constructor Details
-
RefundFailed
public RefundFailed()
-
-
Method Details
-
invoice
-
getInvoice
Get invoice- Returns:
- invoice
-
setInvoice
-
payment
-
getPayment
Get payment- Returns:
- payment
-
setPayment
-
refund
-
getRefund
Get refund- Returns:
- refund
-
setRefund
-
equals
-
hashCode
public int hashCode() -
toString
-