 | OrderServiceGetPaymentOptions Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public List<PaymentOptionDto> GetPaymentOptions(
string apiKey
)
<WebMethodAttribute>
Public Function GetPaymentOptions (
apiKey As String
) As List(Of PaymentOptionDto)
public:
[WebMethodAttribute]
List<PaymentOptionDto^>^ GetPaymentOptions(
String^ apiKey
)
[<WebMethodAttribute>]
member GetPaymentOptions :
apiKey : string -> List<PaymentOptionDto>
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ListPaymentOptionDto
See Also