Type alias PaymentInstructionBeta

PaymentInstruction: {
    instruction?: string;
    link?: string;
}

Describes the payment instructions with plain text and/or a link.

Type declaration

  • Optional instruction?: string

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

  • Optional link?: string

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