Class PaymentInstruction

  • All Implemented Interfaces:

    
    public final class PaymentInstruction
    
                        

    Represents a payment instruction in the tbDEX protocol, providing details on how to pay or be paid.

    • 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() Optional link for Alice to make a payment or receive a payout.
      final String getInstruction() Optional instructions for Alice on how to pay or be paid.
      • 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()

        Optional link for Alice to make a payment or receive a payout.

      • getInstruction

         final String getInstruction()

        Optional instructions for Alice on how to pay or be paid.