enableRecurring property

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

When true and shopperReference is provided, the payment details will be stored for recurring payments where the shopper is not present, such as subscription or automatic top-up payments.

Implementation

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