PaymentConsentValidDateTime constructor

PaymentConsentValidDateTime({
  1. DateTime? from,
  2. DateTime? to,
})

Implementation

PaymentConsentValidDateTime({
  this.from,
  this.to,
});