IntentPayload constructor

IntentPayload({
  1. CreateSubscriptionIntent? createIntent,
  2. EntitleSubscriptionIntent? entitleIntent,
  3. IntentPayloadIntentOptions? intentOptions,
})

Implementation

IntentPayload({this.createIntent, this.entitleIntent, this.intentOptions});