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
)
Function UpdatePaymentMethod (
payment As PaymentMethod
) As PaymentMethod
Parameters
- payment
- Type: NetQuarry.Services.PaymentPaymentMethod
The payment method to update.
Return Value
Type:
PaymentMethodThe payment method.
See Also