public static class InstrumentData.InstrumentDataBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
InstrumentData.InstrumentDataBuilder |
accoountNumber(java.lang.String accoountNumber) |
InstrumentData |
build() |
InstrumentData.InstrumentDataBuilder |
country(CountryCode country) |
InstrumentData.InstrumentDataBuilder |
currency(Currency currency) |
InstrumentData.InstrumentDataBuilder |
dateOfSignature(java.time.Instant dateOfSignature) |
InstrumentData.InstrumentDataBuilder |
mandateId(java.lang.String mandateId) |
InstrumentData.InstrumentDataBuilder |
paymentType(PaymentType paymentType) |
java.lang.String |
toString() |
public InstrumentData.InstrumentDataBuilder accoountNumber(java.lang.String accoountNumber)
public InstrumentData.InstrumentDataBuilder country(CountryCode country)
public InstrumentData.InstrumentDataBuilder currency(Currency currency)
public InstrumentData.InstrumentDataBuilder paymentType(PaymentType paymentType)
public InstrumentData.InstrumentDataBuilder mandateId(java.lang.String mandateId)
public InstrumentData.InstrumentDataBuilder dateOfSignature(java.time.Instant dateOfSignature)
public InstrumentData build()
public java.lang.String toString()
toString in class java.lang.Object