C# Class PaypalBlazorSample.Shared.BlazorPaypalPlusClient

Inheritance: IPayPalPlusClient
Show file Open project: daniel-rck/Paypal-Blazor-Sample

Public Methods

Method Description
BlazorPaypalPlusClient ( IJSRuntime jsRuntime, HttpClient client ) : Microsoft.JSInterop
CreatePaymentAsync ( decimal totalAmount, string bookingDescription, string articleDescription, string internalReference ) : Task

Method Details

BlazorPaypalPlusClient() public method

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

CreatePaymentAsync() public method

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