C# 클래스 PaypalBlazorSample.Shared.BlazorPaypalPlusClient

상속: IPayPalPlusClient
파일 보기 프로젝트 열기: daniel-rck/Paypal-Blazor-Sample

공개 메소드들

메소드 설명
BlazorPaypalPlusClient ( IJSRuntime jsRuntime, HttpClient client ) : Microsoft.JSInterop
CreatePaymentAsync ( decimal totalAmount, string bookingDescription, string articleDescription, string internalReference ) : Task

메소드 상세

BlazorPaypalPlusClient() 공개 메소드

public BlazorPaypalPlusClient ( IJSRuntime jsRuntime, HttpClient client ) : Microsoft.JSInterop
jsRuntime IJSRuntime
client HttpClient
리턴 Microsoft.JSInterop

CreatePaymentAsync() 공개 메소드

public CreatePaymentAsync ( decimal totalAmount, string bookingDescription, string articleDescription, string internalReference ) : Task
totalAmount decimal
bookingDescription string
articleDescription string
internalReference string
리턴 Task