The ICustomerGateway type exposes the following members.
Methods
| Name | Description |
---|
 | AddCreditCard(String, String, Int32, Int32, String) | |
 | AddCreditCard(String, String, Int32, Int32, String, Address) | |
 | AddShippingAddress(String, Address) | |
 | AddShippingAddress(String, String, String, String, String, String, String, String, String) | |
 | Authorize(Order) | |
 | Authorize(String, String, Decimal) | |
 | Authorize(String, String, Decimal, Decimal, Decimal) | |
 | AuthorizeAndCapture(Order) | |
 | AuthorizeAndCapture(String, String, Decimal) | |
 | AuthorizeAndCapture(String, String, Decimal, Decimal, Decimal) | |
 | Capture | |
 | CreateCustomer | |
 | DeleteCustomer | |
 | DeletePaymentProfile | |
 | DeleteShippingAddress | |
 | GetCustomer | |
 | GetCustomerIDs | |
 | GetShippingAddress | |
 | Refund | |
 | UpdateCustomer | |
 | UpdatePaymentProfile | |
 | UpdateShippingAddress | |
 | ValidateProfile(String, String) | |
 | ValidateProfile(String, String, ServiceMode) | |
 | ValidateProfile(String, String, String, ServiceMode) | |
 | Void | |
See Also