Class PaymentsToolDistributionResult

java.lang.Object
dev.vality.swag.analytics.model.PaymentsToolDistributionResult

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
           date="2022-03-18T10:45:05.280Z")
public class PaymentsToolDistributionResult
extends Object
PaymentsToolDistributionResult
  • Constructor Details

    • PaymentsToolDistributionResult

      public PaymentsToolDistributionResult()
  • Method Details

    • name

      public PaymentsToolDistributionResult name​(String name)
    • getName

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

      public void setName​(String name)
    • percents

      public PaymentsToolDistributionResult percents​(Double percents)
    • getPercents

      public 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