financialStatus property
Nullable on the Storefront API (for example on unpaid orders); empty string when absent.
Implementation
@JsonKey(fromJson: _priceOrZero) PriceV2 get totalTax;/// Nullable on the Storefront API (for example on unpaid orders); empty
/// string when absent.
@JsonKey(defaultValue: '') String get financialStatus;