storedPaymentMethodId property
The unique identifier of the token that you want to forward to the third party. This is the storedPaymentMethodId you received in the webhook after you created the token.
Implementation
@BuiltValueField(wireName: r'storedPaymentMethodId')
String? get storedPaymentMethodId;