next_action property

Map<String, dynamic>? next_action
final

If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.

Implementation

final Map<String,dynamic>? next_action;