Interface IPaymentProcessorService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public interface IPaymentProcessorService : IEntityService<PaymentProcessorEntity>, IService
Methods
SaveCreditCardProcessor(SaveCreditCardProcessorRequest)
Method is used to save Credit Card Processor.
Declaration
SaveCreditCardProcessorResponse SaveCreditCardProcessor(SaveCreditCardProcessorRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveCreditCardProcessorRequest | request |
Returns
Type | Description |
---|---|
SaveCreditCardProcessorResponse |