ExternaltransactionsResource class

Constructors

ExternaltransactionsResource(ApiRequester client)

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

createexternaltransaction(ExternalTransaction request, String parent, {String? externalTransactionId, String? $fields}) Future<ExternalTransaction>
Creates a new external transaction.
getexternaltransaction(String name, {String? $fields}) Future<ExternalTransaction>
Gets an existing external transaction.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refundexternaltransaction(RefundExternalTransactionRequest request, String name, {String? $fields}) Future<ExternalTransaction>
Refunds or partially refunds an existing external transaction.
toString() String
A string representation of this object.
inherited

Operators

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