MoruPaymentSDKBuilder class

Constructors

MoruPaymentSDKBuilder({required String? accessKey, required num? amount})

Properties

accessKey String?
final
additionalData Map<String, dynamic>?
getter/setter pair
amount num?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionID String?
getter/setter pair

Methods

build() MoruPaymentSDK
builder({required CheckoutOptions checkoutOptions, required dynamic checkoutListener(CheckoutStatus status, ValidatedAccessRes accessRes)}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAdditionalData({Map<String, dynamic>? additionalData}) MoruPaymentSDKBuilder
withProductIdentifier({required String identifier}) MoruPaymentSDKBuilder

Operators

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