API Reference
Class
Contact
Contact section.
Inheritance
- Object
- Contact
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
- Method Contact.CreateCombined
- Method Contact.CreateStructured
Accepted by parameters
- Constructor SwissQrCodePayload.SwissQrCodePayload
- Constructor SwissQrCodePayload.SwissQrCodePayload
- Constructor SwissQrCodePayload.SwissQrCodePayload
Methods
public static Contact CreateCombined(String name, String addressLine1, String addressLine2, String country) #Returns:
ContactCreates a contact with a combined address.
Parameters
- name System.String
- addressLine1 System.String
- addressLine2 System.String
- country System.String
public static Contact CreateStructured(String name, String street, String houseNumber, String zipCode, String city, String country) #Returns:
ContactCreates a contact with a structured address.
Parameters
- name System.String
- street System.String
- houseNumber System.String
- zipCode System.String
- city System.String
- country System.String