NonCashTransactionExport_ToPaymentOrder Method |  |
Export údajov zo stálych platieb do príkazu k úhrade.
Namespace: Exa.OBERON.Shared.AccCommon.NonCashTransactionsAssembly: Exa.OBERON.Shared (in Exa.OBERON.Shared.dll) Version: 5.0.33.0 (5.0.33.0)
Syntaxpublic ExaException Export_ToPaymentOrder(
ref PaymentOrder urf_PaymentOrder,
[OptionalAttribute] decimal u_Price
)
Public Function Export_ToPaymentOrder (
ByRef urf_PaymentOrder As PaymentOrder,
<OptionalAttribute> u_Price As Decimal
) As ExaException
Dim instance As NonCashTransaction
Dim urf_PaymentOrder As PaymentOrder
Dim u_Price As Decimal
Dim returnValue As ExaException
returnValue = instance.Export_ToPaymentOrder(urf_PaymentOrder,
u_Price)
Parameters
- urf_PaymentOrder PaymentOrder
- Inicializovaný objekt príkazu na úhradu.
- u_Price Decimal (Optional)
- Suma položky príkazu k úhrade. Ak hodnota nie je zadaná, bude doplnená štandardne zo stálej platby.
Return Value
ExaException
See Also