Class PaymentsToolDistributionResult

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

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

    • PaymentsToolDistributionResult

      public PaymentsToolDistributionResult()
  • Method Details

    • name

      public PaymentsToolDistributionResult name​(String name)
    • getName

      @NotNull public @NotNull String getName()
      Название платежного средства
      Returns:
      name
    • setName

      public void setName​(String name)
    • percents

      public PaymentsToolDistributionResult percents​(Double percents)
    • getPercents

      @NotNull @DecimalMin("0") public @NotNull @DecimalMin("0") Double getPercents()
      Колличество использования платежного инструмента в процентах minimum: 0
      Returns:
      percents
    • setPercents

      public void setPercents​(Double percents)
    • 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