Class Instruction.InstructionBuilder

  • Enclosing class:
    Instruction

    public static class Instruction.InstructionBuilder
    extends java.lang.Object
    • 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.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object