MerchantRisk constructor
const
MerchantRisk({
- DeliveryTimeframe? deliveryTimeframe,
- ReorderItemsIndicator? reorderItemsIndicator,
- PreOrderPurchaseIndicator? preOrderPurchaseIndicator,
- bool? isGiftCardPurchase,
- bool? isDeliveryAddressMatchesBilling,
- AddressMatchLevel? addressMatchLevel,
Implementation
const MerchantRisk({
this.deliveryTimeframe,
this.reorderItemsIndicator,
this.preOrderPurchaseIndicator,
this.isGiftCardPurchase,
this.isDeliveryAddressMatchesBilling,
this.addressMatchLevel,
});