Class RefundSucceeded
java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.RefundSucceeded
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class RefundSucceeded
extends Event
Event of successful completion of a refund
-
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 RefundSucceeded() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull @Valid InvoicegetInvoice()Get invoice@NotNull @Valid PaymentgetPayment()Get payment@NotNull @Valid RefundgetRefund()Get refundinthashCode()RefundSucceededinvoice(Invoice invoice)RefundSucceededpayment(Payment payment)RefundSucceededrefund(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
-
Constructor Details
-
RefundSucceeded
public RefundSucceeded()
-
-
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
-