public static class RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
extends java.lang.Object
Constructor and Description |
---|
RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer() |
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer()
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withAddressLine1(java.lang.String addressLine1)
The first line of the customer’s address.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withAddressLine2(java.lang.String addressLine2)
The second line of the customer’s address.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withAddressLine3(java.lang.String addressLine3)
The third line of the customer’s address.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withCity(java.lang.String city)
The city of the customer’s address.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withCompanyName(java.lang.String companyName)
Customer’s company name.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withCountryCode(java.lang.String countryCode)
ISO 3166-1 alpha-2 code.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withDanishIdentityNumber(java.lang.String danishIdentityNumber)
For Danish customers only. The civic/company number (CPR or CVR) of the customer.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withEmail(java.lang.String email)
Customer’s email address.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withFamilyName(java.lang.String familyName)
Customer’s surname.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withGivenName(java.lang.String givenName)
Customer’s first name.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withLanguage(java.lang.String language)
ISO 639-1 code.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withPostalCode(java.lang.String postalCode)
The customer’s postal code.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withRegion(java.lang.String region)
The customer’s address region, county or department.
public RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer withSwedishIdentityNumber(java.lang.String swedishIdentityNumber)
For Swedish customers only. The civic/company number (personnummer, samordningsnummer, or organisationsnummer) of the customer.