Package com.adyen.model.marketpay
Class SignatoryContact
- java.lang.Object
-
- com.adyen.model.marketpay.SignatoryContact
-
public class SignatoryContact extends Object
-
-
Constructor Summary
Constructors Constructor Description SignatoryContact()
-
Method Summary
-
-
-
Method Detail
-
address
public SignatoryContact address(Address address)
-
getAddress
public Address getAddress()
Get address- Returns:
- address
-
setAddress
public void setAddress(Address address)
-
email
public SignatoryContact email(String email)
-
getEmail
public String getEmail()
The e-mail address of the contact.- Returns:
-
setEmail
public void setEmail(String email)
-
fullPhoneNumber
public SignatoryContact fullPhoneNumber(String fullPhoneNumber)
-
getFullPhoneNumber
public String getFullPhoneNumber()
The phone number of the contact provided as a single string. It will be handled as a landline phone. **Examples:** \"0031 6 11 22 33 44\", \"+316/1122-3344\", \"(0031) 611223344\"- Returns:
- fullPhoneNumber
-
setFullPhoneNumber
public void setFullPhoneNumber(String fullPhoneNumber)
-
name
public SignatoryContact name(Name name)
-
getName
public Name getName()
Get name- Returns:
- name
-
setName
public void setName(Name name)
-
personalData
public SignatoryContact personalData(PersonalData personalData)
-
getPersonalData
public PersonalData getPersonalData()
Get personalData- Returns:
- personalData
-
setPersonalData
public void setPersonalData(PersonalData personalData)
-
phoneNumber
public SignatoryContact phoneNumber(PhoneNumber phoneNumber)
-
getPhoneNumber
public PhoneNumber getPhoneNumber()
Get phoneNumber- Returns:
- phoneNumber
-
setPhoneNumber
public void setPhoneNumber(PhoneNumber phoneNumber)
-
signatoryCode
public SignatoryContact signatoryCode(String signatoryCode)
-
getSignatoryCode
public String getSignatoryCode()
The unique identifier (UUID) of the Signatory. >**If, during an Account Holder create or update request, this field is left blank (but other fields provided), a new Signatory will be created with a procedurally-generated UUID.** >**If, during an Account Holder create request, a UUID is provided, the creation of the Signatory will fail while the creation of the Account Holder will continue.** >**If, during an Account Holder update request, a UUID that is not correlated with an existing Signatory is provided, the update of the Signatory will fail.** >**If, during an Account Holder update request, a UUID that is correlated with an existing Signatory is provided, the existing Signatory will be updated.**- Returns:
- signatoryCode
-
setSignatoryCode
public void setSignatoryCode(String signatoryCode)
-
signatoryReference
public SignatoryContact signatoryReference(String signatoryReference)
-
getSignatoryReference
public String getSignatoryReference()
Merchant reference to the Signatory.- Returns:
- signatoryReference
-
setSignatoryReference
public void setSignatoryReference(String signatoryReference)
-
webAddress
public SignatoryContact webAddress(String webAddress)
-
getWebAddress
public String getWebAddress()
The URL of the website of the contact.- Returns:
- webAddress
-
setWebAddress
public void setWebAddress(String webAddress)
-
jobTitle
public SignatoryContact jobTitle(String jobTitle)
-
getJobTitle
public String getJobTitle()
-
setJobTitle
public void setJobTitle(String jobTitle)
-
-