stripeCustomerCountryCode property

  1. @JsonKey.new(includeIfNull: true, name: 'stripe_customer_country_code')
String? stripeCustomerCountryCode
final

Implementation

@JsonKey(includeIfNull: true, name: 'stripe_customer_country_code')
final String? stripeCustomerCountryCode;