Class PaymentStartedAllOf
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentStartedAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentStartedAllOf
extends Object
PaymentStartedAllOf
-
Constructor Summary
Constructors Constructor Description PaymentStartedAllOf() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull @Valid InvoicegetInvoice()Get invoice@NotNull @Valid PaymentgetPayment()Get paymentinthashCode()PaymentStartedAllOfinvoice(Invoice invoice)PaymentStartedAllOfpayment(Payment payment)voidsetInvoice(Invoice invoice)voidsetPayment(Payment payment)StringtoString()
-
Constructor Details
-
PaymentStartedAllOf
public PaymentStartedAllOf()
-
-
Method Details