priceConsentStatus property

  1. @JsonKey(name: 'price_consent_status')
String? priceConsentStatus
final

The price consent status for a subscription price increase. This field is only present if the customer was notified of the price increase. The default value is "0" and changes to "1" if the customer consents.

Implementation

@JsonKey(name: 'price_consent_status')
final String? priceConsentStatus;