storedPaymentMethodId property

  1. @BuiltValueField.new(wireName: r'storedPaymentMethodId')
String? get storedPaymentMethodId

This is the recurringDetailReference returned in the response when you created the token.

Implementation

@BuiltValueField(wireName: r'storedPaymentMethodId')
String? get storedPaymentMethodId;