public class MerchantIdentifier
Holds an identifier for the merchant.
public MerchantIdentifier(@NotNull java.lang.String merchantId)
Holds an identifier for the merchant.
merchantId
- the merchants unique ID.@NotNull public java.lang.String getMerchantId()
the merchants unique ID.
@NotNull public java.lang.String component1()
the merchants unique ID.
@NotNull public MerchantIdentifier copy(@NotNull java.lang.String merchantId)
Holds an identifier for the merchant.
@NotNull public java.lang.String toString()
Holds an identifier for the merchant.
public int hashCode()
Holds an identifier for the merchant.
public boolean equals(@Nullable java.lang.Object p)
Holds an identifier for the merchant.