public static class PayerInformation.Builder extends Object
PayerInformation.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PayerInformation.Builder |
accountId(String accountId)
Setter for accountId.
|
PayerInformation.Builder |
address(SimplePostalAddressCoarseGrained address)
Setter for address.
|
PayerInformation.Builder |
addressStatus(String addressStatus)
Setter for addressStatus.
|
PayerInformation |
build()
Builds a new
PayerInformation object using the set fields. |
PayerInformation.Builder |
countryCode(String countryCode)
Setter for countryCode.
|
PayerInformation.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
PayerInformation.Builder |
payerName(PayerName payerName)
Setter for payerName.
|
PayerInformation.Builder |
payerStatus(String payerStatus)
Setter for payerStatus.
|
PayerInformation.Builder |
phoneNumber(Phone phoneNumber)
Setter for phoneNumber.
|
public PayerInformation.Builder accountId(String accountId)
accountId - String value for accountId.public PayerInformation.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public PayerInformation.Builder phoneNumber(Phone phoneNumber)
phoneNumber - Phone value for phoneNumber.public PayerInformation.Builder addressStatus(String addressStatus)
addressStatus - String value for addressStatus.public PayerInformation.Builder payerStatus(String payerStatus)
payerStatus - String value for payerStatus.public PayerInformation.Builder payerName(PayerName payerName)
payerName - PayerName value for payerName.public PayerInformation.Builder countryCode(String countryCode)
countryCode - String value for countryCode.public PayerInformation.Builder address(SimplePostalAddressCoarseGrained address)
address - SimplePostalAddressCoarseGrained value for address.public PayerInformation build()
PayerInformation object using the set fields.PayerInformationCopyright © 2026. All rights reserved.