Class Instruction
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponseaccepted.destination.instruction.Instruction
-
public final class Instruction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstruction.InstructionBuilder
-
Constructor Summary
Constructors Constructor Description Instruction()Instruction(java.time.Instant valueDate)Creates a newInstructioninstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Instruction.InstructionBuilderbuilder()booleanequals(java.lang.Object o)java.time.InstantgetValueDate()The date (in ISO 8601 format) and time at which the recipient's account will be credited.inthashCode()voidsetValueDate(java.time.Instant valueDate)The date (in ISO 8601 format) and time at which the recipient's account will be credited.java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static Instruction.InstructionBuilder builder()
-
getValueDate
public java.time.Instant getValueDate()
The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]
-
setValueDate
public void setValueDate(java.time.Instant valueDate)
The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-