onCouponCodeEntered property

OnCouponCodeEntered? onCouponCodeEntered
final

For iOS only, a callback that is executed when a shipping method is selected. If implemented this method requires to call 'Stripe.instance.updatePlatformSheet' with the updated price items

Implementation

final OnCouponCodeEntered? onCouponCodeEntered;