Charge class

Constructors

Charge(String identifier)
Amount to pay in base currency. Must be a valid positive number The locale used for formatting amount in the UI prompt. Defaults to Strings.nigerianLocale ISO 4217 payment currency code (e.g USD). Defaults to Strings.ngn.

Properties

bvn String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String
The email of the customer
getter/setter pair
nin String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

multiplyBy100(int amount) int
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