paymentMethod property

  1. @JsonKey(name: "payment_method")
String? get paymentMethod
inherited

ID of the payment method used in this SetupIntent.

Implementation

@JsonKey(name: "payment_method")
String? get paymentMethod => throw _privateConstructorUsedError;