public static class ExternalPaymentDetails.Builder extends Object
ExternalPaymentDetails.| Constructor and Description |
|---|
Builder(String type,
String source)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalPaymentDetails |
build()
Builds a new
ExternalPaymentDetails object using the set fields. |
ExternalPaymentDetails.Builder |
source(String source)
Setter for source.
|
ExternalPaymentDetails.Builder |
sourceFeeMoney(Money sourceFeeMoney)
Setter for sourceFeeMoney.
|
ExternalPaymentDetails.Builder |
sourceId(String sourceId)
Setter for sourceId.
|
ExternalPaymentDetails.Builder |
type(String type)
Setter for type.
|
public ExternalPaymentDetails.Builder type(String type)
type - String value for type.public ExternalPaymentDetails.Builder source(String source)
source - String value for source.public ExternalPaymentDetails.Builder sourceId(String sourceId)
sourceId - String value for sourceId.public ExternalPaymentDetails.Builder sourceFeeMoney(Money sourceFeeMoney)
sourceFeeMoney - Money value for sourceFeeMoney.public ExternalPaymentDetails build()
ExternalPaymentDetails object using the set fields.ExternalPaymentDetailsCopyright © 2022. All rights reserved.