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