Class RecurrentPayer
java.lang.Object
dev.vality.swag_webhook_events.model.Payer
dev.vality.swag_webhook_events.model.RecurrentPayer
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class RecurrentPayer
extends Payer
Многоразовое платежное средство на основе другого платежа
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag_webhook_events.model.Payer
Payer.PayerTypeEnum -
Constructor Summary
Constructors Constructor Description RecurrentPayer() -
Method Summary
Modifier and Type Method Description RecurrentPayercontactInfo(ContactInfo contactInfo)booleanequals(Object o)@NotNull @Valid ContactInfogetContactInfo()Get contactInfo@NotNull @Valid PaymentRecurrentParentgetRecurrentParentPayment()Get recurrentParentPaymentinthashCode()RecurrentPayerrecurrentParentPayment(PaymentRecurrentParent recurrentParentPayment)voidsetContactInfo(ContactInfo contactInfo)voidsetRecurrentParentPayment(PaymentRecurrentParent recurrentParentPayment)StringtoString()Methods inherited from class dev.vality.swag_webhook_events.model.Payer
getPayerType, payerType, setPayerType
-
Constructor Details
-
RecurrentPayer
public RecurrentPayer()
-
-
Method Details
-
contactInfo
-
getContactInfo
Get contactInfo- Returns:
- contactInfo
-
setContactInfo
-
recurrentParentPayment
-
getRecurrentParentPayment
Get recurrentParentPayment- Returns:
- recurrentParentPayment
-
setRecurrentParentPayment
-
equals
-
hashCode
public int hashCode() -
toString
-