ShopifySharpPaymentSchedule constructor

const ShopifySharpPaymentSchedule({
  1. double? amount,
  2. String? currency,
  3. DateTime? issuedAt,
  4. DateTime? dueAt,
  5. DateTime? completedAt,
  6. String? expectedPaymentMethod,
})

Implementation

const ShopifySharpPaymentSchedule({
  this.amount,
  this.currency,
  this.issuedAt,
  this.dueAt,
  this.completedAt,
  this.expectedPaymentMethod,
});