public class StripeNetworkUtils
extends java.lang.Object
| Constructor and Description |
|---|
StripeNetworkUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
hashMapFromCard(Card card)
A utility function to map the fields of a
Card object into a Map we
can use in network communications. |
public static java.util.Map<java.lang.String,java.lang.Object> hashMapFromCard(Card card)
Card object into a Map we
can use in network communications.card - the Card to be readMap containing the appropriate values read from the card