stripePaymentMethodId property

  1. @JsonParameter(Necessity.required, ['payment_method', 'payment_method_reference'])
String? stripePaymentMethodId
getter/setter pair

Implementation

@JsonParameter(
    Necessity.required, ['payment_method', 'payment_method_reference'])
String? stripePaymentMethodId;