public static class CobrandedCard.Builder extends Object
CobrandedCard.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CobrandedCard.Builder |
amount(Money amount)
Setter for amount.
|
CobrandedCard |
build()
Builds a new
CobrandedCard object using the set fields. |
CobrandedCard.Builder |
labels(List<String> labels)
Setter for labels.
|
CobrandedCard.Builder |
payee(PayeeBase payee)
Setter for payee.
|
public CobrandedCard.Builder labels(List<String> labels)
labels - List of String value for labels.public CobrandedCard.Builder payee(PayeeBase payee)
payee - PayeeBase value for payee.public CobrandedCard.Builder amount(Money amount)
amount - Money value for amount.public CobrandedCard build()
CobrandedCard object using the set fields.CobrandedCardCopyright © 2025. All rights reserved.