| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Payer.Builder |
address(Address address)
Setter for address.
|
Payer.Builder |
birthDate(String birthDate)
Setter for birthDate.
|
Payer |
build()
Builds a new
Payer object using the set fields. |
Payer.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
Payer.Builder |
name(Name name)
Setter for name.
|
Payer.Builder |
payerId(String payerId)
Setter for payerId.
|
Payer.Builder |
phone(PhoneWithType phone)
Setter for phone.
|
Payer.Builder |
taxInfo(TaxInfo taxInfo)
Setter for taxInfo.
|
public Payer.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public Payer.Builder payerId(String payerId)
payerId - String value for payerId.public Payer.Builder name(Name name)
name - Name value for name.public Payer.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public Payer.Builder birthDate(String birthDate)
birthDate - String value for birthDate.public Payer.Builder taxInfo(TaxInfo taxInfo)
taxInfo - TaxInfo value for taxInfo.public Payer.Builder address(Address address)
address - Address value for address.Copyright © 2025. All rights reserved.