  | PaymentServiceGetPaymentsWithoutRegions Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Payment> GetPaymentsWithoutRegions(
	string languageId
)
Public Function GetPaymentsWithoutRegions ( 
	languageId As String
) As IEnumerable(Of Payment)
Parameters
- languageId
 - Type: SystemString
 
Return Value
Type: 
IEnumerablePayment
See Also