public class PointOfSale
Holds the data for a Points of Sale.
public PointOfSale(@NotNull java.lang.String id, @NotNull java.lang.String reference, @NotNull java.lang.String activationCode)
Holds the data for a Points of Sale.
id
- A unique identifier for the Point of Sale.
reference
- A reference provided by the merchant for the Point of Sale.
activationCode
- A unique code to allow a Point of Sale to be activated.
@NotNull public java.lang.String getId()
A unique identifier for the Point of Sale.
@NotNull public java.lang.String getReference()
A reference provided by the merchant for the Point of Sale.
@NotNull public java.lang.String getActivationCode()
A unique code to allow a Point of Sale to be activated.
@NotNull public java.lang.String component1()
A unique identifier for the Point of Sale.
@NotNull public java.lang.String component2()
A reference provided by the merchant for the Point of Sale.
@NotNull public java.lang.String component3()
A unique code to allow a Point of Sale to be activated.
@NotNull public PointOfSale copy(@NotNull java.lang.String id, @NotNull java.lang.String reference, @NotNull java.lang.String activationCode)
Holds the data for a Points of Sale.
@NotNull public java.lang.String toString()
Holds the data for a Points of Sale.
public int hashCode()
Holds the data for a Points of Sale.
public boolean equals(@Nullable java.lang.Object p)
Holds the data for a Points of Sale.