promotionCode property

  1. @BuiltValueField(wireName: r'promotion_code')
String? promotionCode

Promotion Codes is a Billing and Checkout feature which enables you to generate customer facing codes which can be redeemed to apply a coupon to an order. Promotion Codes have advanced validation features which allow you to specify when and on what orders the codes can be redeemed.

Implementation

@BuiltValueField(wireName: r'promotion_code')
String? get promotionCode;