Log in
Model

VaultCardBillingAddress

Magento\PaymentServicesPaypal\Model\Api\Data\VaultCardBillingAddress

What it does

This class represents a billing address data object specifically for vaulted credit card payments in the PayPal Payment Services module.

Developers use this class to store and retrieve billing address information (street, city, region, postal code, country) when working with saved credit card payment methods, ensuring consistent address data structure for PayPal API interactions.

Public Methods

  • getAddressLine1()
  • setAddressLine1()
  • getAddressLine2()
  • setAddressLine2()
  • getCity()
  • setCity()
  • getRegion()
  • setRegion()
  • getPostalCode()
  • setPostalCode()
  • getCountryCode()
  • setCountryCode()