PaylikeClient class Null safety

Constructors

PaylikeClient(String clientId)

Properties

clientId String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
hosts PaylikeHosts
read / write
log Function
read / write
requester PaylikeRequester
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timeout Duration
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
paymentCreate(Map<String, dynamic> payment) PaylikeRequestBuilder<PaymentResponse>
setHosts(PaylikeHosts hosts) PaylikeClient
setLog(void log(dynamic d)) PaylikeClient
setRequester(PaylikeRequester requester) PaylikeClient
setTimeout(Duration timeout) PaylikeClient
tokenize(TokenizeTypes type, String value) PaylikeRequestBuilder<TokenizedResponse>
toString() String
A string representation of this object. [...]
inherited

Operators

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