Click or drag to resize

IBraintreeUpdatePaymentMethod Method

Updates expiration date of card.

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

Parameters

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

Return Value

Type: PaymentMethod
The payment method.
See Also