Documentation ¶
Overview ¶
Package applecrypto provides necseessray tools for working with ApplePay tokens
Package applecrypto provides necseessray tools for working with ApplePay tokens ¶
Package applecrypto provides necseessray tools for working with ApplePay tokens ¶
Package applecrypto provides necseessray tools for working with ApplePay tokens
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { AccountNumber string `json:"applicationPrimaryAccountNumber"` ExpDate string `json:"applicationExpirationDate"` //Card expiration date in the format YYMMDD. Currency string `json:"currencyCode"` Amount int `json:"transactionAmount"` CardHolder string `json:"cardholderName"` DeviceManID string `json:"deviceManufacturerIdentifier"` //hex encoded PayDataType string `json:"paymentDataType"` //Either 3DSecure or EMV. PayData map[string]string `json:"paymentData"` }
Card represents Payment Data Keys as described by apple
Click to show internal directories.
Click to hide internal directories.