no.digipost.api.client.representations
Class NameAndAddress
java.lang.Object
no.digipost.api.client.representations.NameAndAddress
public class NameAndAddress
- extends Object
Constructor Summary |
NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city)
|
NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city,
org.joda.time.LocalDate birthDate,
String phoneNumber,
String emailAddress)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fullname
protected String fullname
addressline1
protected String addressline1
addressline2
protected String addressline2
postalcode
protected String postalcode
city
protected String city
birthDate
protected org.joda.time.LocalDate birthDate
phoneNumber
protected String phoneNumber
emailAddress
protected String emailAddress
NameAndAddress
public NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city)
NameAndAddress
public NameAndAddress(String fullname,
String addressline1,
String addressline2,
String postalcode,
String city,
org.joda.time.LocalDate birthDate,
String phoneNumber,
String emailAddress)
Copyright © 2012 Digipost Open Source. All Rights Reserved.