forceErasure property

  1. @BuiltValueField.new(wireName: r'forceErasure')
bool? get forceErasure

Set this to true if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.

Implementation

@BuiltValueField(wireName: r'forceErasure')
bool? get forceErasure;