CheckoutSettings class
CheckoutSettings for a specific merchant.
Constructors
- 
          CheckoutSettings({String? effectiveEnrollmentState, String? effectiveReviewState, UriSettings? effectiveUriSettings, List<String> ? eligibleDestinations, String? enrollmentState, String? name, String? reviewState, UriSettings? uriSettings})
- CheckoutSettings.fromJson(Map json_)
Properties
- effectiveEnrollmentState ↔ String?
- 
  The effective value of enrollment_state for a given merchant ID.
  getter/setter pair
- effectiveReviewState ↔ String?
- 
  The effective value of review_statefor a given merchant ID.getter/setter pair
- effectiveUriSettings ↔ UriSettings?
- 
  The effective value of uri_settingsfor a given merchant.getter/setter pair
- 
  eligibleDestinations
  ↔ List<String> ?
- 
  The destinations (also known as
Marketing methods)
to which the checkout program applies, valid destination values are
SHOPPING_ADS,FREE_LISTINGSgetter/setter pair
- enrollmentState ↔ String?
- 
  Reflects the merchant enrollment state in Checkoutprogram.getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- reviewState ↔ String?
- 
  Reflects the merchant review state in Checkoutprogram.getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- uriSettings ↔ UriSettings?
- 
  URI settings for cart or checkout URL.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited