HundredPayHqWrapperRepository class
Constructors
- HundredPayHqWrapperRepository.new({required HundredPayHqWrapperDataProvider hundredPayHqWrapperDataProvider})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createSubAccount(
{required List< String> symbols, required String name, required String email, required String phone, Map<String, dynamic> ? metadata}) → Future<CreateSubAccountEntity> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previewConversion(
{required String amount, required String fromSymbol, required String toSymbol}) → Future< PreviewConversionEntity> -
toString(
) → String -
A string representation of this object.
inherited
-
verifyPayment(
{required String transactionId}) → Future< VerifyEntity>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited