MerchantRisk constructor

const MerchantRisk({
  1. DeliveryTimeframe? deliveryTimeframe,
  2. ReorderItemsIndicator? reorderItemsIndicator,
  3. PreOrderPurchaseIndicator? preOrderPurchaseIndicator,
  4. bool? isGiftCardPurchase,
  5. bool? isDeliveryAddressMatchesBilling,
  6. AddressMatchLevel? addressMatchLevel,
})

Implementation

const MerchantRisk({
  this.deliveryTimeframe,
  this.reorderItemsIndicator,
  this.preOrderPurchaseIndicator,
  this.isGiftCardPurchase,
  this.isDeliveryAddressMatchesBilling,
  this.addressMatchLevel,
});