Class Instruction.InstructionBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponseaccepted.destination.instruction.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()java.lang.StringtoString()Instruction.InstructionBuildervalueDate(java.time.Instant valueDate)The date (in ISO 8601 format) and time at which the recipient's account will be credited.
-
-
-
Method Detail
-
valueDate
public Instruction.InstructionBuilder valueDate(java.time.Instant valueDate)
The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]- Returns:
this.
-
build
public Instruction build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-