reusable property
Indicates whether the payment link can be reused for multiple payments. If not provided, this defaults to false which means the link can be used for one successful payment only.
Implementation
@BuiltValueField(wireName: r'reusable')
bool? get reusable;