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.JavaClientCodegen",
date="2022-02-21T10:48:08.381944838Z[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 -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTACT_INFOstatic StringJSON_PROPERTY_RECURRENT_PARENT_PAYMENTFields inherited from class dev.vality.swag_webhook_events.model.Payer
JSON_PROPERTY_PAYER_TYPE, payerType -
Constructor Summary
Constructors Constructor Description RecurrentPayer() -
Method Summary
Modifier and Type Method Description RecurrentPayercontactInfo(ContactInfo contactInfo)booleanequals(Object o)ContactInfogetContactInfo()Get contactInfoPaymentRecurrentParentgetRecurrentParentPayment()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
-
Field Details
-
JSON_PROPERTY_CONTACT_INFO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RECURRENT_PARENT_PAYMENT
- See Also:
- Constant Field Values
-
-
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
-