Package com.pensio.api.request
Class CustomerInfo
java.lang.Object
com.pensio.api.request.CustomerInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()setAccountIdentifier(String accountIdentifier) setBankName(String bankName) setBankPhone(String bankPhone) setBillingAddress(CustomerInfoAddress billingAddress) voidsetBirthDate(Date birthDate) setBrowserData(BrowserData browserData) setClientIp(String clientIp) setCustomerPhone(String customerPhone) setDeviceInfo(DeviceInfo deviceInfo) setGeolocationInfo(GeolocationInfo geolocationInfo) voidsetOrganisationEntityType(String organisationEntityType) voidsetOrganisationName(String organisationName) setOrganisationNumber(String organisationNumber) voidsetOrganisationVatId(String organisationVatId) setShippingAddress(CustomerInfoAddress shippingAddress) setUsername(String username)
-
Constructor Details
-
CustomerInfo
public CustomerInfo()
-
-
Method Details
-
getOrganisationNumber
-
setOrganisationNumber
-
getEmail
-
setEmail
-
getUsername
-
setUsername
-
getCustomerPhone
-
setCustomerPhone
-
getBankName
-
setBankName
-
getAccountIdentifier
-
setAccountIdentifier
-
getBankPhone
-
setBankPhone
-
getClientIp
-
setClientIp
-
getBillingAddress
-
setBillingAddress
-
getShippingAddress
-
setShippingAddress
-
getGender
-
setGender
-
getBrowserData
-
setBrowserData
-
getBirthDate
-
setBirthDate
-
getOrganisationName
-
setOrganisationName
-
getOrganisationEntityType
-
setOrganisationEntityType
-
getOrganisationVatId
-
setOrganisationVatId
-
getDeviceInfo
-
setDeviceInfo
-
getGeolocationInfo
-
setGeolocationInfo
-