CreditNoteCreateOptions constructor
const
CreditNoteCreateOptions({
- int? amount,
- int? creditAmount,
- DateTime? effectiveAt,
- List<
String> ? expand, - required String invoice,
- List<
CreditNoteLinesItem> ? lines, - String? memo,
- Map<
String, String> ? metadata, - int? outOfBandAmount,
- CreditNoteCreateOptionsReason? reason,
- String? refund,
- int? refundAmount,
- CreditNoteShippingCost? shippingCost,
Implementation
const CreditNoteCreateOptions({
this.amount,
this.creditAmount,
this.effectiveAt,
this.expand,
required this.invoice,
this.lines,
this.memo,
this.metadata,
this.outOfBandAmount,
this.reason,
this.refund,
this.refundAmount,
this.shippingCost,
});