Package dev.vality.anapi.v2.model
Class PaymentRecurrentParent
java.lang.Object
dev.vality.anapi.v2.model.PaymentRecurrentParent
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[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
-