public static class VerifyAddressDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public VerifyAddressDetails.Builder addressKey(String addressKey)
Address identifier.
addressKey
- the value to setpublic VerifyAddressDetails.Builder line1(String line1)
Address line 1.
line1
- the value to setpublic VerifyAddressDetails.Builder line2(String line2)
Address line 2.
line2
- the value to setpublic VerifyAddressDetails.Builder line3(String line3)
Address line 3.
line3
- the value to setpublic VerifyAddressDetails.Builder line4(String line4)
Address line 4.
line4
- the value to setpublic VerifyAddressDetails.Builder streetName(String streetName)
Street name of the address.
streetName
- the value to setpublic VerifyAddressDetails.Builder streetNumber(String streetNumber)
Street number of the address.
streetNumber
- the value to setpublic VerifyAddressDetails.Builder city(String city)
Name of the city.
city
- the value to setpublic VerifyAddressDetails.Builder county(String county)
County of the address.
county
- the value to setpublic VerifyAddressDetails.Builder country(String country)
Country of the address.
country
- the value to setpublic VerifyAddressDetails.Builder province(String province)
Province of the address.
province
- the value to setpublic VerifyAddressDetails.Builder postalCode(String postalCode)
Post code of the address.
postalCode
- the value to setpublic VerifyAddressDetails.Builder state(String state)
State of the address.
state
- the value to setpublic VerifyAddressDetails.Builder emailAddress(String emailAddress)
Contact person email address.
emailAddress
- the value to setpublic VerifyAddressDetails.Builder companyName(String companyName)
Name of the customer company.
companyName
- the value to setpublic VerifyAddressDetails.Builder firstName(String firstName)
First name of the contact person.
firstName
- the value to setpublic VerifyAddressDetails.Builder middleName(String middleName)
Middle name of the contact person.
middleName
- the value to setpublic VerifyAddressDetails.Builder lastName(String lastName)
Last name of the contact person.
lastName
- the value to setpublic VerifyAddressDetails.Builder phoneCountryCode(String phoneCountryCode)
Phone country code of the contact person.
phoneCountryCode
- the value to setpublic VerifyAddressDetails.Builder phoneNumber(String phoneNumber)
Phone number of the contact person.
phoneNumber
- the value to setpublic VerifyAddressDetails.Builder jobTitle(String jobTitle)
Job title of the contact person.
jobTitle
- the value to setpublic VerifyAddressDetails.Builder departmentName(String departmentName)
Department name of the customer company.
departmentName
- the value to setpublic VerifyAddressDetails.Builder internalNumber(String internalNumber)
Internal number of the customer company.
internalNumber
- the value to setpublic VerifyAddressDetails.Builder contributorClass(String contributorClass)
Contributor class of the customer company.
contributorClass
- the value to setpublic VerifyAddressDetails.Builder stateInscription(String stateInscription)
State Inscription.
stateInscription
- the value to setpublic VerifyAddressDetails.Builder municipalInscription(String municipalInscription)
Municipal Inscription.
municipalInscription
- the value to setpublic VerifyAddressDetails build()
public VerifyAddressDetails.Builder copy(VerifyAddressDetails model)
Copyright © 2016–2024. All rights reserved.