autoRenewProductId property

  1. @JsonKey(name: 'auto_renew_product_id')
String? autoRenewProductId
final

The value for this key corresponds to the productIdentifier property of the product that the customer’s subscription renews.

Implementation

@JsonKey(name: 'auto_renew_product_id')
final String? autoRenewProductId;