embedded constant

  1. @BuiltValueEnumConst.new(wireName: r'embedded')
CreateCheckoutSessionRequestModeEnum const embedded

Indicates the type of front end integration. Possible values: * embedded (default): Drop-in or Components integration * hosted: Hosted Checkout integration

Implementation

@BuiltValueEnumConst(wireName: r'embedded')
static const CreateCheckoutSessionRequestModeEnum embedded = _$createCheckoutSessionRequestModeEnum_embedded;