Interface
VaultCardBillingAddressInterface
Magento\PaymentServicesPaypal\Api\Data\VaultCardBillingAddressInterface
What it does
This interface defines the contract for storing billing address information associated with vaulted credit cards in PayPal payment services.
Developers implement this interface when handling saved card billing details, including street address, city, region, postal code, and country code for tokenized payment methods.
Public Methods
- getAddressLine1()
- setAddressLine1()
- getAddressLine2()
- setAddressLine2()
- getCity()
- setCity()
- getRegion()
- setRegion()
- getPostalCode()
- setPostalCode()
- getCountryCode()
- setCountryCode()