public class CashbackAmountRequired extends PaymentActionRequiredData
Contains the Cashback data that is required during a payment when cashback is supported
public CashbackAmountRequired(@NotNull ActionType action, long maximumCashbackAmount)
Contains the Cashback data that is required during a payment when cashback is supported
@NotNull public ActionType getAction()
public long getMaximumCashbackAmount()
@NotNull public ActionType component1()
public long component2()
@NotNull public CashbackAmountRequired copy(@NotNull ActionType action, long maximumCashbackAmount)
Contains the Cashback data that is required during a payment when cashback is supported
@NotNull public java.lang.String toString()
Contains the Cashback data that is required during a payment when cashback is supported
public int hashCode()
Contains the Cashback data that is required during a payment when cashback is supported
public boolean equals(@Nullable java.lang.Object p)
Contains the Cashback data that is required during a payment when cashback is supported