C# Class DineroPortableClientSDK.PurchaseVouchers.DineroPurchaseVouchers

Inheritance: DineroLibaryBase
Afficher le fichier Open project: DineroRegnskab/dinero-csharp-sdk

Méthodes publiques

Méthode Description
Add ( PurchaseVoucherCreate modelToCreate ) : PurchaseVoucherCreateResult

Add the purchase voucher to the organization's invoices.

AddAsync ( PurchaseVoucherCreate modelToCreate ) : Task

Add the purchase voucher to the organization's invoices.

Private Methods

Méthode Description
DineroPurchaseVouchers ( Dinero dinero ) : System.Collections.Generic

Method Details

Add() public méthode

Add the purchase voucher to the organization's invoices.
public Add ( PurchaseVoucherCreate modelToCreate ) : PurchaseVoucherCreateResult
modelToCreate PurchaseVoucherCreate The purchase voucher to create
Résultat PurchaseVoucherCreateResult

AddAsync() public méthode

Add the purchase voucher to the organization's invoices.
public AddAsync ( PurchaseVoucherCreate modelToCreate ) : Task
modelToCreate PurchaseVoucherCreate The purchase voucher to create
Résultat Task