RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(Collection<AddressField> addressFields) |
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(Consumer<AddressField.Builder>... addressFields) |
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(AddressField... addressFields) |
The names of the fields in the request payload that contain your customer's primary physical address.
|
static RequestInspectionACFP.Builder |
RequestInspectionACFP.builder() |
|
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.emailField(Consumer<EmailField.Builder> emailField) |
The name of the field in the request payload that contains your customer's email.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.emailField(EmailField emailField) |
The name of the field in the request payload that contains your customer's email.
|
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.passwordField(Consumer<PasswordField.Builder> passwordField) |
The name of the field in the request payload that contains your customer's password.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.passwordField(PasswordField passwordField) |
The name of the field in the request payload that contains your customer's password.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.payloadType(String payloadType) |
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.payloadType(PayloadType payloadType) |
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(Collection<PhoneNumberField> phoneNumberFields) |
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(Consumer<PhoneNumberField.Builder>... phoneNumberFields) |
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(PhoneNumberField... phoneNumberFields) |
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.toBuilder() |
|
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.usernameField(Consumer<UsernameField.Builder> usernameField) |
The name of the field in the request payload that contains your customer's username.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.usernameField(UsernameField usernameField) |
The name of the field in the request payload that contains your customer's username.
|