recurringStatement property

  1. @BuiltValueField.new(wireName: r'recurringStatement')
String? get recurringStatement

The text that that will be shown on the shopper's bank statement for the recurring payments. We recommend to add a descriptive text about the subscription to let your shoppers recognize your recurring payments. Maximum length: 35 characters.

Implementation

@BuiltValueField(wireName: r'recurringStatement')
String? get recurringStatement;