# CyberSource.Ptsv1pullfundstransferSenderInformationPaymentInformationCard

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Three-digit value that indicates the card type. Mandatory if not present in a token.  Possible values: - `001`: Visa - `002`: Mastercard, Eurocard, which is a European regional brand of Mastercard. - `033`: Visa Electron - `024`: Maestro  | [optional] 
**securityCode** | **String** | 3-digit value that indicates the cardCvv2Value. Values can be 0-9.  | [optional] 
**_number** | **String** | The customer's payment card number, also known as the Primary Account Number (PAN).  Conditional: this field is required if not using tokens.  | [optional] 
**expirationMonth** | **String** | Two-digit month in which the payment card expires.  Format: `MM`.  Valid values: `01` through `12`. Leading 0 is required.   Conditional: this field is required if using neither a Customer nor Payment Instrument token.  | [optional] 
**expirationYear** | **String** | Four-digit year in which the payment card expires.  Format: `YYYY`.  Conditional: this field is required if using neither a Customer nor Payment Instrument token.  | [optional] 


