public class Merchant
Holds data about the merchant.
public Merchant(@NotNull java.lang.String merchantId, @NotNull java.lang.String name, @NotNull Address address)
Holds data about the merchant.
merchantId
- The payment gateway's merchant ID to identify the merchant.name
- the merchant's name.address
- The merchant's address.@NotNull public java.lang.String getMerchantId()
The payment gateway
's merchant ID to identify the merchant.
@NotNull public java.lang.String getName()
the merchant
's name.
@NotNull public Address getAddress()
The merchant
's address.
@NotNull public java.lang.String component1()
The payment gateway
's merchant ID to identify the merchant.
@NotNull public java.lang.String component2()
the merchant
's name.
@NotNull public Address component3()
The merchant
's address.
@NotNull public Merchant copy(@NotNull java.lang.String merchantId, @NotNull java.lang.String name, @NotNull Address address)
Holds data about the merchant.
@NotNull public java.lang.String toString()
Holds data about the merchant.
public int hashCode()
Holds data about the merchant.
public boolean equals(@Nullable java.lang.Object p)
Holds data about the merchant.