public PayFastAdHoc(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings) { }
public PayFastValidator(PayFastSettings settings, PayFastNotify notify, IPAddress requestIpAddress) { this.Settings = settings; this.Notify = notify; this.RequestIpAddress = requestIpAddress; }
public PayFastSubscription(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings) { }