nextAction property

  1. @JsonKey.new(name: "next_action")
dynamic get nextAction
inherited

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

Map<String, dynamic> get metadata;/// 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.
@JsonKey(name: "next_action") dynamic get nextAction;