ShopifySharpPaymentTerms constructor

const ShopifySharpPaymentTerms({
  1. double? amount,
  2. String? currency,
  3. int? dueInDays,
  4. String? paymentTermsName,
  5. String? paymentTermsType,
  6. List<ShopifySharpPaymentSchedule>? paymentSchedules,
})

Implementation

const ShopifySharpPaymentTerms({
  this.amount,
  this.currency,
  this.dueInDays,
  this.paymentTermsName,
  this.paymentTermsType,
  this.paymentSchedules,
});