Package de.brifle.sdk.api.requests
Class ReceiverRequest
java.lang.Object
de.brifle.sdk.api.requests.ReceiverRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfacestatic classclassstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic ReceiverRequest.EmailBuilderbyEmail()gets the accountIdgets the addressBookgets the birthInformationgets the dateOfBirthgetEmail()gets the emailgets the firstNamegets the fullNamegets the lastNamegetSsn()gets the ssngetTel()gets the telgetVatId()gets the vatId
-
Method Details
-
byEmail
-
byPhoneNumber
-
byBirthInformation
-
byAddressBook
-
getAccountId
gets the accountId- Returns:
- the accountId
-
getEmail
gets the email- Returns:
- the email
-
getTel
gets the tel- Returns:
- the tel
-
getFullName
gets the fullName- Returns:
- the fullName
-
getFirstName
gets the firstName- Returns:
- the firstName
-
getLastName
gets the lastName- Returns:
- the lastName
-
getDateOfBirth
gets the dateOfBirth- Returns:
- the dateOfBirth
-
getVatId
gets the vatId- Returns:
- the vatId
-
getSsn
gets the ssn- Returns:
- the ssn
-
getBirthInformation
gets the birthInformation- Returns:
- the birthInformation
-
getAddressBook
gets the addressBook- Returns:
- the addressBook
-