setOrderTracking property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
OnOrderTracking? setOrderTracking
inherited

Callback function for setting the order details (retrieved from your server) to give users the ability to track and manage their purchases in Wallet. Stripe calls your implementation after the payment is complete, but before iOS dismisses the Apple Pay sheet. You must call the completion function, or else the Apple Pay sheet will hang.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
OnOrderTracking? get setOrderTracking => throw _privateConstructorUsedError;