Click or drag to resize

Payment Constructor

Constructor.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Payment(
	Nullable<PaymentProcessor> processor = null,
	Nullable<bool> wasAuthorized = null,
	string declineCode = null
)

Parameters

processor (Optional)
Type: SystemNullablePaymentProcessor
The payment processor used for the transaction.
wasAuthorized (Optional)
Type: SystemNullableBoolean
The authorization outcome from the payment processor. If the transaction has not yet been approved or denied, do not include this field.
declineCode (Optional)
Type: SystemString
The decline code as provided by your payment processor. If the transaction was not declined, do not include this field.
See Also