Click or drag to resize
Infosoft Logo

IPaymentTypeServiceGetDefaultPaymentTypeForTitle Method

Gets the default payment type of a given title.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetPaymentTypeResponse GetDefaultPaymentTypeForTitle(
	GetDefaultPaymentTypeForTitleRequest request
)

Parameters

request  GetDefaultPaymentTypeForTitleRequest
A request object that contains the code of the title whose default payment type to get.

Return Value

GetPaymentTypeResponse
A response object that contains the default payment type.
See Also