Package com.checkout.payments.request
Class PaymentInstruction.PaymentInstructionBuilder
- java.lang.Object
-
- com.checkout.payments.request.PaymentInstruction.PaymentInstructionBuilder
-
- Enclosing class:
- PaymentInstruction
public static class PaymentInstruction.PaymentInstructionBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentInstructionbuild()PaymentInstruction.PaymentInstructionBuilderchargeBearer(ChargeBearer chargeBearer)PaymentInstruction.PaymentInstructionBuilderfundsTransferType(java.lang.String fundsTransferType)PaymentInstruction.PaymentInstructionBuildermvv(java.lang.String mvv)PaymentInstruction.PaymentInstructionBuilderpurpose(java.lang.String purpose)PaymentInstruction.PaymentInstructionBuilderquoteId(java.lang.String quoteId)PaymentInstruction.PaymentInstructionBuilderrepair(java.lang.Boolean repair)PaymentInstruction.PaymentInstructionBuilderscheme(InstructionScheme scheme)PaymentInstruction.PaymentInstructionBuilderskipExpiry(java.lang.Boolean skipExpiry)java.lang.StringtoString()
-
-
-
Method Detail
-
purpose
public PaymentInstruction.PaymentInstructionBuilder purpose(java.lang.String purpose)
- Returns:
this.
-
chargeBearer
public PaymentInstruction.PaymentInstructionBuilder chargeBearer(ChargeBearer chargeBearer)
- Returns:
this.
-
repair
public PaymentInstruction.PaymentInstructionBuilder repair(java.lang.Boolean repair)
- Returns:
this.
-
scheme
public PaymentInstruction.PaymentInstructionBuilder scheme(InstructionScheme scheme)
- Returns:
this.
-
quoteId
public PaymentInstruction.PaymentInstructionBuilder quoteId(java.lang.String quoteId)
- Returns:
this.
-
skipExpiry
public PaymentInstruction.PaymentInstructionBuilder skipExpiry(java.lang.Boolean skipExpiry)
- Returns:
this.
-
fundsTransferType
public PaymentInstruction.PaymentInstructionBuilder fundsTransferType(java.lang.String fundsTransferType)
- Returns:
this.
-
mvv
public PaymentInstruction.PaymentInstructionBuilder mvv(java.lang.String mvv)
- Returns:
this.
-
build
public PaymentInstruction build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-