public static class VaultResponseCustomer.Builder extends Object
VaultResponseCustomer.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VaultResponseCustomer |
build()
Builds a new
VaultResponseCustomer object using the set fields. |
VaultResponseCustomer.Builder |
id(String id)
Setter for id.
|
VaultResponseCustomer.Builder |
links(List<JsonValue> links)
Setter for links.
|
VaultResponseCustomer.Builder |
merchantCustomerId(String merchantCustomerId)
Setter for merchantCustomerId.
|
public VaultResponseCustomer.Builder id(String id)
id - String value for id.public VaultResponseCustomer.Builder merchantCustomerId(String merchantCustomerId)
merchantCustomerId - String value for merchantCustomerId.public VaultResponseCustomer.Builder links(List<JsonValue> links)
links - List of JsonValue value for links.public VaultResponseCustomer build()
VaultResponseCustomer object using the set fields.VaultResponseCustomerCopyright © 2025. All rights reserved.