Class RecurrentPayerAllOf

java.lang.Object
dev.vality.anapi.v2.model.RecurrentPayerAllOf

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class RecurrentPayerAllOf
extends Object
RecurrentPayerAllOf
  • Constructor Details

    • RecurrentPayerAllOf

      public RecurrentPayerAllOf()
  • Method Details

    • contactInfo

      public RecurrentPayerAllOf contactInfo​(ContactInfo contactInfo)
    • getContactInfo

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

      public void setContactInfo​(ContactInfo contactInfo)
    • recurrentParentPayment

      public RecurrentPayerAllOf recurrentParentPayment​(PaymentRecurrentParent recurrentParentPayment)
    • getRecurrentParentPayment

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

      public void setRecurrentParentPayment​(PaymentRecurrentParent recurrentParentPayment)
    • paymentToolToken

      public RecurrentPayerAllOf paymentToolToken​(String paymentToolToken)
    • getPaymentToolToken

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

      public void setPaymentToolToken​(String paymentToolToken)
    • paymentToolDetails

      public RecurrentPayerAllOf 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 Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object