Package dev.vality.swag.analytics.model
Class RecurrentPayer
java.lang.Object
dev.vality.swag.analytics.model.Payer
dev.vality.swag.analytics.model.RecurrentPayer
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class RecurrentPayer extends Payer
Многоразовое платежное средство на основе другого платежа
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.analytics.model.Payer
Payer.PayerTypeEnum -
Constructor Summary
Constructors Constructor Description RecurrentPayer() -
Method Summary
Modifier and Type Method Description RecurrentPayercontactInfo(ContactInfo contactInfo)booleanequals(Object o)ContactInfogetContactInfo()Get contactInfoPaymentToolDetailsgetPaymentToolDetails()Get paymentToolDetailsStringgetPaymentToolToken()Токен платежного средства, предоставленного плательщикомPaymentRecurrentParentgetRecurrentParentPayment()Get recurrentParentPaymentinthashCode()RecurrentPayerpaymentToolDetails(PaymentToolDetails paymentToolDetails)RecurrentPayerpaymentToolToken(String paymentToolToken)RecurrentPayerrecurrentParentPayment(PaymentRecurrentParent recurrentParentPayment)voidsetContactInfo(ContactInfo contactInfo)voidsetPaymentToolDetails(PaymentToolDetails paymentToolDetails)voidsetPaymentToolToken(String paymentToolToken)voidsetRecurrentParentPayment(PaymentRecurrentParent recurrentParentPayment)StringtoString()Methods inherited from class dev.vality.swag.analytics.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
-
paymentToolToken
-
getPaymentToolToken
Токен платежного средства, предоставленного плательщиком- Returns:
- paymentToolToken
-
setPaymentToolToken
-
paymentToolDetails
-
getPaymentToolDetails
Get paymentToolDetails- Returns:
- paymentToolDetails
-
setPaymentToolDetails
-
equals
-
hashCode
public int hashCode() -
toString
-