Class RecurrentPayer

java.lang.Object
dev.vality.anapi.v2.model.Payer
dev.vality.anapi.v2.model.RecurrentPayer

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class RecurrentPayer
extends Payer
Многоразовое платежное средство на основе другого платежа
  • Constructor Details

    • RecurrentPayer

      public RecurrentPayer()
  • Method Details

    • contactInfo

      public RecurrentPayer contactInfo​(ContactInfo contactInfo)
    • getContactInfo

      @NotNull @Valid public @NotNull @Valid ContactInfo getContactInfo()
      Get contactInfo
      Returns:
      contactInfo
    • setContactInfo

      public void setContactInfo​(ContactInfo contactInfo)
    • recurrentParentPayment

      public RecurrentPayer recurrentParentPayment​(PaymentRecurrentParent recurrentParentPayment)
    • getRecurrentParentPayment

      @NotNull @Valid public @NotNull @Valid PaymentRecurrentParent getRecurrentParentPayment()
      Get recurrentParentPayment
      Returns:
      recurrentParentPayment
    • setRecurrentParentPayment

      public void setRecurrentParentPayment​(PaymentRecurrentParent recurrentParentPayment)
    • paymentToolToken

      public RecurrentPayer paymentToolToken​(String paymentToolToken)
    • getPaymentToolToken

      @Size(max=1000) public @Size(max=1000) String getPaymentToolToken()
      Токен платежного средства, предоставленного плательщиком
      Returns:
      paymentToolToken
    • setPaymentToolToken

      public void setPaymentToolToken​(String paymentToolToken)
    • paymentToolDetails

      public RecurrentPayer paymentToolDetails​(PaymentToolDetails paymentToolDetails)
    • getPaymentToolDetails

      @Valid public @Valid PaymentToolDetails getPaymentToolDetails()
      Get paymentToolDetails
      Returns:
      paymentToolDetails
    • setPaymentToolDetails

      public void setPaymentToolDetails​(PaymentToolDetails paymentToolDetails)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Payer
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Payer
    • toString

      public String toString()
      Overrides:
      toString in class Payer