Class PaymentRecurrentParent
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentRecurrentParent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class PaymentRecurrentParent
extends Object
Parent payment, on the basis of which the current recurrent payment was created
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_INVOICE_I_Dstatic StringJSON_PROPERTY_PAYMENT_I_D -
Constructor Summary
Constructors Constructor Description PaymentRecurrentParent() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetInvoiceID()Invoice IDStringgetPaymentID()Payment IDinthashCode()PaymentRecurrentParentinvoiceID(String invoiceID)PaymentRecurrentParentpaymentID(String paymentID)voidsetInvoiceID(String invoiceID)voidsetPaymentID(String paymentID)StringtoString()
-
Field Details
-
JSON_PROPERTY_INVOICE_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAYMENT_I_D
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PaymentRecurrentParent
public PaymentRecurrentParent()
-
-
Method Details