public class PosRegistrationResponse
Holds the POS License Key for a successful registration.
public PosRegistrationResponse(@NotNull java.lang.String pointOfSaleLicenseKey)
Holds the POS License Key for a successful registration.
pointOfSaleLicenseKey
- a unique key assigned to the POS to allow it to perform authenticated operations.@NotNull public java.lang.String toString()
@NotNull public java.lang.String getPointOfSaleLicenseKey()
a unique key assigned to the POS to allow it to perform authenticated operations.
@NotNull public java.lang.String component1()
a unique key assigned to the POS to allow it to perform authenticated operations.
@NotNull public PosRegistrationResponse copy(@NotNull java.lang.String pointOfSaleLicenseKey)
Holds the POS License Key for a successful registration.
public int hashCode()
Holds the POS License Key for a successful registration.
public boolean equals(@Nullable java.lang.Object p)
Holds the POS License Key for a successful registration.