Class RefundCreatedAllOf
java.lang.Object
dev.vality.swag_webhook_events.model.RefundCreatedAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class RefundCreatedAllOf
extends Object
RefundCreatedAllOf
-
Constructor Summary
Constructors Constructor Description RefundCreatedAllOf() -
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()RefundCreatedAllOfinvoice(Invoice invoice)RefundCreatedAllOfpayment(Payment payment)RefundCreatedAllOfrefund(Refund refund)voidsetInvoice(Invoice invoice)voidsetPayment(Payment payment)voidsetRefund(Refund refund)StringtoString()
-
Constructor Details
-
RefundCreatedAllOf
public RefundCreatedAllOf()
-
-
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
-