CreditNoteShippingCost constructor

const CreditNoteShippingCost({
  1. String? shippingRate,
})

credit_note_shipping_cost

When shipping_cost contains the shipping_rate from the invoice, the shipping_cost is included in the credit note.

Implementation

const CreditNoteShippingCost({this.shippingRate});