PPOrderAppContext constructor
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
- String? returnUrl,
- String? cancelUrl,
- String? brandName,
- String? locale,
- String? landingPage,
- PPShippingPreference? shippingPreference,
- PPUserAction? userAction,
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
const factory PPOrderAppContext({
String? returnUrl,
String? cancelUrl,
String? brandName,
String? locale,
String? landingPage,
PPShippingPreference? shippingPreference,
PPUserAction? userAction,
}) = _PPOrderAppContext;