PaymentIntentAttachResponse.fromJson constructor

PaymentIntentAttachResponse.fromJson(
  1. String source
)

Returns a resposne when you attach a payment intent.

Implementation

factory PaymentIntentAttachResponse.fromJson(String source) =>
    PaymentIntentAttachResponse.fromMap(json.decode(source));