euWithdrawalWaiverAccepted property

  1. @JsonKey.new(includeIfNull: false, name: 'eu_withdrawal_waiver_accepted')
bool? euWithdrawalWaiverAccepted
final

Whether the EU/EEA digital content withdrawal waiver was expressly accepted before checkout

Implementation

@JsonKey(includeIfNull: false, name: 'eu_withdrawal_waiver_accepted')
final bool? euWithdrawalWaiverAccepted;