API Reference
Class
EmailPostalAddress
Postal address used by EmailAddressCard.
Inheritance
- Object
- EmailPostalAddress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailAddressBlock.Address
- Property EmailAddressCard.Billing
- Property EmailAddressCard.Shipping
Accepted by parameters
- Method EmailAddressBlock.WithAddress
- Method EmailAddressCard.WithBilling
- Method EmailAddressCard.WithShipping
Constructors
public EmailPostalAddress() #Inherited Methods
Properties
public String Label { get; set; } #Block label shown above the address (e.g., "Shipping address").
public String Line2 { get; set; } #Street line 2 (optional).
public String Region { get; set; } #Region/state/province.
public String Phone { get; set; } #Optional phone number (rendered as a tel link).
public String Email { get; set; } #Optional email address (rendered as a mailto link).
public String Note { get; set; } #Optional note (delivery instructions).
public String Href { get; set; } #Optional URL (e.g., map link).