checkoutPayload property

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

The Secure Remote Commerce checkout payload to process the payment with.

Implementation

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