Package tbdex.sdk.messages
Class PaymentInstruction
-
- All Implemented Interfaces:
public final class PaymentInstructionRepresents a payment instruction in the tbDEX protocol, providing details on how to pay or be paid.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlinkprivate final Stringinstruction
-
Constructor Summary
Constructors Constructor Description PaymentInstruction(String link, String instruction)
-
Method Summary
Modifier and Type Method Description final StringgetLink()Optional link for Alice to make a payment or receive a payout. final StringgetInstruction()Optional instructions for Alice on how to pay or be paid. -
-
Method Detail
-
getInstruction
final String getInstruction()
Optional instructions for Alice on how to pay or be paid.
-
-
-
-