Class PaymentRecurrentParent
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentRecurrentParent
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class PaymentRecurrentParent
extends Object
Родительский платеж, на основе которого создан текущий рекуррентный платеж
-
Constructor Summary
Constructors Constructor Description PaymentRecurrentParent() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetInvoiceID()Идентификатор инвойса@NotNull StringgetPaymentID()Идентификатор платежаinthashCode()PaymentRecurrentParentinvoiceID(String invoiceID)PaymentRecurrentParentpaymentID(String paymentID)voidsetInvoiceID(String invoiceID)voidsetPaymentID(String paymentID)StringtoString()
-
Constructor Details
-
PaymentRecurrentParent
public PaymentRecurrentParent()
-
-
Method Details
-
invoiceID
-
getInvoiceID
Идентификатор инвойса- Returns:
- invoiceID
-
setInvoiceID
-
paymentID
-
getPaymentID
Идентификатор платежа- Returns:
- paymentID
-
setPaymentID
-
equals
-
hashCode
public int hashCode() -
toString
-