Class Instruction.InstructionBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessionscomplete.requests.Instruction.InstructionBuilder
-
- Enclosing class:
- Instruction
public static class Instruction.InstructionBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructionbuild()Instruction.InstructionBuilderpurpose(PurposeType purpose)The purpose of the payment.java.lang.StringtoString()
-
-
-
Method Detail
-
purpose
public Instruction.InstructionBuilder purpose(PurposeType purpose)
The purpose of the payment. This field might be required for AFT transactions depending on the card's issuer_country. To view a card's issuer_country, retrieve the card's metadata. See the AFT documentation page for more details.- Returns:
this.
-
build
public Instruction build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-