Class PaymentInstruction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLink() Link to allow Alice to pay PFI, or be paid by the PFI
      final String getInstruction() Instruction on how Alice can pay PFI or how Alice can be paid by the PFI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PaymentInstruction

        PaymentInstruction(String link, String instruction)
    • Method Detail

      • getLink

         final String getLink()

        Link to allow Alice to pay PFI, or be paid by the PFI

      • getInstruction

         final String getInstruction()

        Instruction on how Alice can pay PFI or how Alice can be paid by the PFI