PPOrderAppContext constructor

  1. @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
const PPOrderAppContext({
  1. String? returnUrl,
  2. String? cancelUrl,
  3. String? brandName,
  4. String? locale,
  5. String? landingPage,
  6. PPShippingPreference? shippingPreference,
  7. 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;