GoogleMapsPlacesV1PlacePaymentOptions constructor

GoogleMapsPlacesV1PlacePaymentOptions({
  1. bool? acceptsCashOnly,
  2. bool? acceptsCreditCards,
  3. bool? acceptsDebitCards,
  4. bool? acceptsNfc,
})

Implementation

GoogleMapsPlacesV1PlacePaymentOptions({
  this.acceptsCashOnly,
  this.acceptsCreditCards,
  this.acceptsDebitCards,
  this.acceptsNfc,
});