Interface
VaultCardDetailsInterface
Magento\PaymentServicesPaypal\Api\Data\VaultCardDetailsInterface
What it does
This interface defines the contract for accessing and managing vaulted credit card details in Magento's PayPal Payment Services integration.
Developers use this to work with stored payment card information including brand, type, last four digits, expiration date, billing address, and cardholder name when implementing secure payment vault functionality.
Public Methods
- getBrand()
- setBrand()
- getType()
- setType()
- getLastDigits()
- setLastDigits()
- getExpiry()
- setExpiry()
- getBillingAddress()
- setBillingAddress()
- getCardholderName()
- setCardholderName()