FPayPalOrderCallback class

Constructors

FPayPalOrderCallback({required void onSuccess(FPayPalApprovalData success), void onError(FPayPalErrorInfo error)?, void onCancel()?, void onShippingChange(FPayPalShippingInfo shipping)?, String onSuccessMessage = "Order approved", String onErrorMessage = "Error creating order", String onCancelMessage = "Order cancelled", String onShippingChangeMessage = "Shipping change"})

Properties

hashCode int
The hash code for this object.
no setterinherited
onCancel ↔ void Function()?
getter/setter pair
onCancelMessage String
getter/setter pair
onError ↔ void Function(FPayPalErrorInfo error)?
getter/setter pair
onErrorMessage String
getter/setter pair
onShippingChange ↔ void Function(FPayPalShippingInfo shipping)?
getter/setter pair
onShippingChangeMessage String
getter/setter pair
onSuccess ↔ void Function(FPayPalApprovalData success)
getter/setter pair
onSuccessMessage String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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