Package com.checkout.payments
Class PaymentInstruction
- java.lang.Object
-
- com.checkout.payments.PaymentInstruction
-
public final class PaymentInstruction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentInstruction.PaymentInstructionBuilder
-
Constructor Summary
Constructors Constructor Description PaymentInstruction()PaymentInstruction(PaymentPurposeType purpose)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentInstruction.PaymentInstructionBuilderbuilder()booleanequals(java.lang.Object o)PaymentPurposeTypegetPurpose()inthashCode()voidsetPurpose(PaymentPurposeType purpose)java.lang.StringtoString()
-
-
-
Constructor Detail
-
PaymentInstruction
public PaymentInstruction()
-
PaymentInstruction
public PaymentInstruction(PaymentPurposeType purpose)
-
-
Method Detail
-
builder
public static PaymentInstruction.PaymentInstructionBuilder builder()
-
getPurpose
public PaymentPurposeType getPurpose()
-
setPurpose
public void setPurpose(PaymentPurposeType purpose)
-
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
-
-