A resource representing a credit card that can be used to fund a payment.
Creates the credit card as a resource in the PayPal vault. The response contains an 'id' that you can use to refer to it in the future payments.
Create a PatchRequest
that will define the fields to be updated in the credit card resource.
Update the credit card.
Api Context
Pass in a
APIContext
object to authenticate the call and to send a unique request id (that ensures idempotency). The SDK generates a request id if you do not pass one explicitly. See Configuration.cs to know more about APIContext.