PaymentMeans constructor

PaymentMeans({
  1. required PaymentMeansCode code,
  2. required String instructionNote,
})

Constructor to initialize the PaymentMeans object with a code and instructionNote.

Implementation

PaymentMeans({required this.code, required this.instructionNote});