customerUrl property

  1. @JsonKey.new(defaultValue: '')
String get customerUrl
inherited

Nullable on the Storefront API; empty string when absent.

Implementation

@JsonKey(defaultValue: '') String get email; String get currencyCode;/// Nullable on the Storefront API; empty string when absent.
@JsonKey(defaultValue: '') String get customerUrl;