C# 클래스 DineroPortableClientSDK.PurchaseVouchers.DineroPurchaseVouchers

상속: DineroLibaryBase
파일 보기 프로젝트 열기: DineroRegnskab/dinero-csharp-sdk

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
DineroPurchaseVouchers ( Dinero dinero ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

Add the purchase voucher to the organization's invoices.
public Add ( PurchaseVoucherCreate modelToCreate ) : PurchaseVoucherCreateResult
modelToCreate PurchaseVoucherCreate The purchase voucher to create
리턴 PurchaseVoucherCreateResult

AddAsync() 공개 메소드

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