SwiftlyS2

CBilling_Address

Interface CBilling_Address

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CBilling_Address : ITypedProtobuf<CBilling_Address>, INativeHandle

Implements

Properties

Address1

string Address1 { get; set; }
Property Value

Address2

string Address2 { get; set; }
Property Value

City

string City { get; set; }
Property Value

CountryCode

string CountryCode { get; set; }
Property Value

FirstName

string FirstName { get; set; }
Property Value

LastName

string LastName { get; set; }
Property Value

Phone

string Phone { get; set; }
Property Value

Postcode

string Postcode { get; set; }
Property Value

UsState

string UsState { get; set; }
Property Value

ZipPlus4

int ZipPlus4 { get; set; }
Property Value

On this page