PayUHttpService class

Constructors

PayUHttpService({required Client client, bool isProduction = false})

Properties

baseUrl String
no setter
client → Client
final
hashCode int
The hash code for this object.
no setterinherited
isProduction bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize(int? clientId, String? clientSecret) Future<PayUAuthResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
order(PayUOrderRequest orderRequest, PayUAuthResponse auth) Future<PayUOrderResponse>
toString() String
A string representation of this object.
inherited

Operators

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