Share via


IWithPostalCode<ParentT> Interface

Definition

The stage of contact definition allowing postal/zip code to be set.

public interface IWithPostalCode<ParentT>
type IWithPostalCode<'ParentT> = interface
Public Interface IWithPostalCode(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching.

Derived

Methods

WithPostalCode(String)

Specifies the postal code or zip code of the address.

Applies to