PaymentRequest class
Constructors
- PaymentRequest({required String? version, required String? cid, required String? currency, required String? amount, required String? cartid, required String? signatureKey, String? callbackUrl, String? returnUrl, String? email, String? mobileNo, String? firstName, String? lastName, String? productDescription, String? billingStreet, String? billingPostCode, String? billingCity, String? billingState, String? billingCountry, required bool isProd, PaymentCallback? paymentCallback})
Properties
- amount → String?
-
final
- billingCity → String?
-
final
- billingCountry → String?
-
final
- billingPostCode → String?
-
final
- billingState → String?
-
final
- billingStreet → String?
-
final
- callbackUrl → String?
-
final
- cartid → String?
-
final
- cid → String?
-
final
- currency → String?
-
final
- email → String?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProd → bool
-
final
- lastName → String?
-
final
- mobileNo → String?
-
final
- paymentCallback → PaymentCallback?
-
final
- productDescription → String?
-
final
- returnUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureKey → String?
-
final
- version → String?
-
final
Methods
-
getAmount(
) → String? -
getBillingCity(
) → String? -
getBillingCountry(
) → String? -
getBillingPostCode(
) → String? -
getBillingState(
) → String? -
getBillingStreet(
) → String? -
getCartId(
) → String? -
getCid(
) → String? -
getCurrency(
) → String? -
getEmail(
) → String? -
getFirstName(
) → String? -
getIsProd(
) → bool -
getLastName(
) → String? -
getMobileNo(
) → String? -
getProductDescription(
) → String? -
getReturnURL(
) → String? -
getSignatureKey(
) → String? -
getVersion(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setReturnURL(
String returnURL) → void -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited