Type alias OrderInstructionsDataBeta

OrderInstructionsData: {
    payin: PaymentInstruction;
    payout: PaymentInstruction;
}

Message sent by the PFI to Alice to convey payment instructions.

Type declaration

  • payin: PaymentInstruction

    Object that describes how to pay the PFI (e.g. BTC address, payment link).

  • payout: PaymentInstruction

    Object that describes how be paid by the PFI (e.g. BTC address, payment link).