FeeDetails class

Constructors

FeeDetails.new({required int amount, required String application, required String currency, required String description, required String type})

Properties

amount int
Amount of the fee, in cents.
final
application String
ID of the Connect application that earned the fee.
final
currency String
final
description String
An arbitrary string attached to the object. Often useful for displaying to users.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of the fee, one of: application_fee, stripe_fee or tax.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited