Click or drag to resize

IBraintreeAddPaymentMethod Method

Adds a payment method to the service for the particular user.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
PaymentMethod AddPaymentMethod(
	PaymentMethod payment
)

Parameters

payment
Type: NetQuarry.Services.PaymentPaymentMethod
The payment method information.

Return Value

Type: PaymentMethod
The payment method.
See Also