Class Instruction.InstructionBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.requests.unreferencedrefundrequest.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()Instruction.InstructionBuilderfundsTransferType(java.lang.String fundsTransferType)Required if processing.processing_speed is fast.Instruction.InstructionBuilderpurpose(PurposeType purpose)The purpose of the unreferenced refund.java.lang.StringtoString()
-
-
-
Method Detail
-
fundsTransferType
public Instruction.InstructionBuilder fundsTransferType(java.lang.String fundsTransferType)
Required if processing.processing_speed is fast. Value of this field should be based on the destination card scheme: For Visa, use MI For Mastercard, use C60 [Optional]- Returns:
this.
-
purpose
public Instruction.InstructionBuilder purpose(PurposeType purpose)
The purpose of the unreferenced refund. This field is required if the card's issuer_country is one of: AR (Argentina) BD (Bangladesh) CL (Chile) CO (Colombia) EG (Egypt) IN (India) MX (Mexico) To view a card's issuer_country, retrieve the card's metadata. [Optional]- Returns:
this.
-
build
public Instruction build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-