requestData property

String? requestData
final

Reserved for future use.

The value must be null before sending the payment. If the value is not null, the payment will be rejected.

Implementation

// The iOS Platform provided this property but it is reserved for future use.
// We also provide this property to match the iOS platform. Converted to
// String from NSData from ios platform using UTF8Encoding. The / default is
// null.
final String? requestData;