PPCheckoutCallback class

Constructors

PPCheckoutCallback({required dynamic onApprove(PPApprovalData approvalData), dynamic onError(PPErrorInfo error)?, dynamic onCancel()?, dynamic onShippingChange(PPShippingChangeData shippingChangeData)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onApprove → dynamic Function(PPApprovalData approvalData)
final
onCancel → dynamic Function()?
final
onError → dynamic Function(PPErrorInfo error)?
final
onShippingChange → dynamic Function(PPShippingChangeData shippingChangeData)?
final
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