public class PaymentDevice
Holds data about a payment device.
public PaymentDevice(@NotNull java.lang.String serialNumber)
Holds data about a payment device.
serialNumber
- The serial number of the payment device.@NotNull public java.lang.String getSerialNumber()
The serial number of the payment device.
@NotNull public java.lang.String component1()
The serial number of the payment device.
@NotNull public PaymentDevice copy(@NotNull java.lang.String serialNumber)
Holds data about a payment device.
@NotNull public java.lang.String toString()
Holds data about a payment device.
public int hashCode()
Holds data about a payment device.
public boolean equals(@Nullable java.lang.Object p)
Holds data about a payment device.