Class PaymentRecurrentParent
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentRecurrentParent
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentRecurrentParent
extends Object
Parent payment, on the basis of which the current recurrent payment was created
-
Constructor Summary
Constructors Constructor Description PaymentRecurrentParent() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetInvoiceID()Invoice ID@NotNull StringgetPaymentID()Payment IDinthashCode()PaymentRecurrentParentinvoiceID(String invoiceID)PaymentRecurrentParentpaymentID(String paymentID)voidsetInvoiceID(String invoiceID)voidsetPaymentID(String paymentID)StringtoString()
-
Constructor Details
-
PaymentRecurrentParent
public PaymentRecurrentParent()
-
-
Method Details