OneTimeProductRentPurchaseOption constructor

OneTimeProductRentPurchaseOption({
  1. String? expirationPeriod,
  2. String? rentalPeriod,
})

Implementation

OneTimeProductRentPurchaseOption({this.expirationPeriod, this.rentalPeriod});