livemode property

bool get livemode
inherited

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

Implementation

@JsonKey(name: "latest_charge") String? get latestCharge;/// Has the value true if the object exists in live mode or the
/// value false if the object exists in test mode.
 bool get livemode;