Versions in this module Expand all Collapse all v1 v1.0.2 Jan 13, 2021 Changes in this version + func AddCard(ctx context.Context, vaultRequest *PaymentRequest) (string, *http.Response, error) + type CreditCard struct + FirstName string + LastName string + Month string + Number string + VerificationValue string + Year string + type Payment struct + Amount string + CreditCard *CreditCard + UniqueToken string + type PaymentRequest struct + Payment *Payment