typeEveryoneIsAuthorized.Client
Client interface to the credit card processing services for Everyone is Authorized.
constructorCreate an authorizer using an instance of CreditCardValidator.
This constructor has no parameters.
constructorCreate an authorizer using a provided credit card validator.
| Name | Type | Description |
|---|---|---|
| creditCardValidator | OpenCardServices.Validator.ICreditCardValidator | The ICreditCardValidator instance to use. |
methodIf an invalid card number is presented the card will always be rejected. Otherwide every request is authorized regardless of available credit.
A unique token tied to the transaction if the charge is allowed, or null if it is not.
| Name | Type | Description |
|---|---|---|
| amt | System.Double | The amount to charge. |
| number | System.String | The card number to charge. |