public class Paypoint
The paypoint the request has been performed on.
public Paypoint(@Nullable java.lang.String paypointId, @Nullable java.lang.String terminalId)
The paypoint the request has been performed on.
paypointId
- The unique payment ID assigned to this paypoint by the merchant.terminalId
- The payment gateway's unique terminal ID the paypoint is registered with.public Paypoint()
The paypoint the request has been performed on.
@Nullable public java.lang.String getPaypointId()
@Nullable public java.lang.String getTerminalId()
@Nullable public java.lang.String component1()
@Nullable public java.lang.String component2()
@NotNull public Paypoint copy(@Nullable java.lang.String paypointId, @Nullable java.lang.String terminalId)
The paypoint the request has been performed on.
paypointId
- The unique payment ID assigned to this paypoint by the merchant.terminalId
- The payment gateway's unique terminal ID the paypoint is registered with.@NotNull public java.lang.String toString()
The paypoint the request has been performed on.
public int hashCode()
The paypoint the request has been performed on.
public boolean equals(@Nullable java.lang.Object p)
The paypoint the request has been performed on.