public class ReferralContact
Referral contact details to complete voice authorisation for this payment.
public ReferralContact(@NotNull java.lang.String method, @NotNull java.lang.String value)
Referral contact details to complete voice authorisation for this payment.
method
- The method of contact.value
- The value contact method, e.g. the phone number.@NotNull public java.lang.String getMethod()
@NotNull public java.lang.String getValue()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public ReferralContact copy(@NotNull java.lang.String method, @NotNull java.lang.String value)
Referral contact details to complete voice authorisation for this payment.
method
- The method of contact.value
- The value contact method, e.g. the phone number.@NotNull public java.lang.String toString()
Referral contact details to complete voice authorisation for this payment.
public int hashCode()
Referral contact details to complete voice authorisation for this payment.
public boolean equals(@Nullable java.lang.Object p)
Referral contact details to complete voice authorisation for this payment.