public class PosRegistration
Holds the data needed for registering a Point Of Sale.
public PosRegistration(@NotNull PointOfSale pointOfSale, @Nullable java.lang.String paypointId)
Holds the data needed for registering a Point Of Sale.
pointOfSale
- contains the data to register a new Point of Sale.paypointId
- identifier for the paypoint on which the action should or has been performed on.@NotNull public PointOfSale getPointOfSale()
contains the data to register a new Point of Sale.
@Nullable public java.lang.String getPaypointId()
identifier for the paypoint on which the action should or has been performed on.
@NotNull public PointOfSale component1()
contains the data to register a new Point of Sale.
@Nullable public java.lang.String component2()
identifier for the paypoint on which the action should or has been performed on.
@NotNull public PosRegistration copy(@NotNull PointOfSale pointOfSale, @Nullable java.lang.String paypointId)
Holds the data needed for registering a Point Of Sale.
@NotNull public java.lang.String toString()
Holds the data needed for registering a Point Of Sale.
public int hashCode()
Holds the data needed for registering a Point Of Sale.
public boolean equals(@Nullable java.lang.Object p)
Holds the data needed for registering a Point Of Sale.