Package tbdex.sdk.protocol.models
Class PaymentInstruction
-
- All Implemented Interfaces:
public final class PaymentInstructionPayment instruction
-
-
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()Link to allow Alice to pay PFI, or be paid by the PFI final StringgetInstruction()Instruction on how Alice can pay PFI or how Alice can be paid by the PFI -
-
Method Detail
-
getInstruction
final String getInstruction()
Instruction on how Alice can pay PFI or how Alice can be paid by the PFI
-
-
-
-