Click or drag to resize

IBraintreeDeletePaymentMethod Method

Deletes payment method from vault storage.

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

Parameters

payment
Type: NetQuarry.Services.PaymentPaymentMethod
The payment method to delete.

Return Value

Type: PaymentMethod
The payment method.
See Also