PaymentIntentAttachResponseAttributes.fromJson constructor

PaymentIntentAttachResponseAttributes.fromJson(
  1. String source
)

Response from payment intent attach

Implementation

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