PaymentServiceBase class abstract

Constructors

PaymentServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
checkMobilePayPayment(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
checkMobilePayPayment_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
confirmPaymentIntent(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
confirmPaymentIntent_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
createPaymentIntent(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
createPaymentIntent_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
createPaymentMethod(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
createPaymentMethod_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
createStripeUser(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
createStripeUser_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
getCheckoutCallback(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
getCheckoutCallback_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(ServiceCall call, Request request) Future<Response>
ping_Pre(ServiceCall call, Future<Request> request) Future<Response>
refundTicket(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
refundTicket_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
toString() String
A string representation of this object.
inherited
validateCheckoutPaymentSession(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
validateCheckoutPaymentSession_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>
validatePaymentSuccess(ServiceCall call, PaymentRequest request) Future<PaymentResponse>
validatePaymentSuccess_Pre(ServiceCall call, Future<PaymentRequest> request) Future<PaymentResponse>

Operators

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