RecurringPayment class

Main OneTimePayment Class. Cannot test this as the sandbx isn't allowing to use Recurring Payments.

Constructors

RecurringPayment(String merchantID, String merchantSecret, String notifyUrl, String currency, double amount, String orderID, String itemDesc, String cM1, String cM2, String fName, String lName, String email, String phone, String address, String city, String country, String recurrence, String duration, double startUpFee)
RP Object is Created.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
setProductionMode() → void
setSandBoxMode() → void
toJson() Map
Convert the RP Object to JSON.
toString() String
A string representation of this object.
inherited

Operators

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