checkoutSessionId property

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

The checkoutSessionId is used to identify the checkout session at the Amazon Pay side. This field is required only for drop-in and components integration, where it replaces the amazonPayToken.

Implementation

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