CreditNoteUpdateOptions constructor

const CreditNoteUpdateOptions({
  1. List<String>? expand,
  2. String? memo,
  3. Map<String, String>? metadata,
})

Implementation

const CreditNoteUpdateOptions({
  this.expand,
  this.memo,
  this.metadata,
});