public static class PaymentInstruction.PaymentInstructionBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentInstruction |
build() |
PaymentInstruction.PaymentInstructionBuilder |
chargeBearer(ChargeBearer chargeBearer) |
PaymentInstruction.PaymentInstructionBuilder |
fundsTransferType(java.lang.String fundsTransferType) |
PaymentInstruction.PaymentInstructionBuilder |
mvv(java.lang.String mvv) |
PaymentInstruction.PaymentInstructionBuilder |
purpose(java.lang.String purpose) |
PaymentInstruction.PaymentInstructionBuilder |
quoteId(java.lang.String quoteId) |
PaymentInstruction.PaymentInstructionBuilder |
repair(java.lang.Boolean repair) |
PaymentInstruction.PaymentInstructionBuilder |
scheme(InstructionScheme scheme) |
PaymentInstruction.PaymentInstructionBuilder |
skipExpiry(java.lang.Boolean skipExpiry) |
java.lang.String |
toString() |
public PaymentInstruction.PaymentInstructionBuilder purpose(java.lang.String purpose)
public PaymentInstruction.PaymentInstructionBuilder chargeBearer(ChargeBearer chargeBearer)
public PaymentInstruction.PaymentInstructionBuilder repair(java.lang.Boolean repair)
public PaymentInstruction.PaymentInstructionBuilder scheme(InstructionScheme scheme)
public PaymentInstruction.PaymentInstructionBuilder quoteId(java.lang.String quoteId)
public PaymentInstruction.PaymentInstructionBuilder skipExpiry(java.lang.Boolean skipExpiry)
public PaymentInstruction.PaymentInstructionBuilder fundsTransferType(java.lang.String fundsTransferType)
public PaymentInstruction.PaymentInstructionBuilder mvv(java.lang.String mvv)
public PaymentInstruction build()
public java.lang.String toString()
toString in class java.lang.Object