financialStatus property

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

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;