public interface BillingSetter
Modifier and Type | Method and Description |
---|---|
void |
setAddress1(String address1)
sets the first line of the customer's address
|
void |
setAddress2(String address2)
sets the second line of the customer's address
|
void |
setAddressNumber(String addressNumber)
Deprecated.
|
void |
setBirthDate(XMLGregorianCalendar birthDate) |
void |
setCity(String city)
sets the customer's city
|
void |
setCompany(String company)
sets the customer's company
|
void |
setCountry(String country)
sets the customer's country
|
void |
setCustomerID(String customerID)
sets the customerID
|
void |
setEmail(String email)
sets the customer's Email address
|
void |
setFax(String fax)
sets the customer's fax number
|
void |
setFirstname(String firstname) |
void |
setGender(de.firstdata.ipg.api.schema.GenderType gender) |
void |
setHouseExtension(String houseExtension) |
void |
setHouseNumber(String houseNumber) |
void |
setMobilePhone(String mobilePhone) |
void |
setName(String name)
sets the customer's name
|
void |
setPersonalNumber(String personalNumber) |
void |
setPhone(String phone)
sets the customer's phone number
|
void |
setState(String state)
sets the customer's state
|
void |
setStreetName(String streetName) |
void |
setSurname(String surname) |
void |
setZip(String zip)
sets the customer's zip code
|
void setCustomerID(String customerID)
customerID
- the customerIDvoid setName(String name)
name
- the customer's namevoid setCompany(String company)
company
- the customer's companyvoid setAddress1(String address1)
address1
- the first line of the customer's addressvoid setAddress2(String address2)
address2
- the second line of the customer's addressvoid setCity(String city)
city
- the customer's cityvoid setState(String state)
state
- the customer's statevoid setZip(String zip)
zip
- the customer's zip codevoid setCountry(String country)
country
- the customer's countryvoid setPhone(String phone)
phone
- the customer's phone numbervoid setFax(String fax)
fax
- the customer's fax numbervoid setEmail(String email)
email
- the customer's Email addressvoid setPersonalNumber(String personalNumber)
value
- personal number of the customervoid setBirthDate(XMLGregorianCalendar birthDate)
birthDate
- customer birth datevoid setGender(de.firstdata.ipg.api.schema.GenderType gender)
gender
- customer gender - either GenderType.MALE
or
GenderType.FEMALE
void setFirstname(String firstname)
firstname
- customer firstnamevoid setSurname(String surname)
surname
- customer surnamevoid setStreetName(String streetName)
streetName
- customer streetvoid setHouseNumber(String houseNumber)
houseNumber
- customer house numbervoid setHouseExtension(String houseExtension)
houseExtension
- customer house extensionvoid setMobilePhone(String mobilePhone)
mobilePhone
- customer mobile phone@Deprecated void setAddressNumber(String addressNumber)
addressNumber
- the customer's address numberCopyright © 2019. All rights reserved.