KeyValuePairOfstringbase64Binary Data Object - Customer Management

The key and value pair of string and base64Binary values defined by the Customer Management service.

Syntax

<xs:complexType name="KeyValuePairOfstringbase64Binary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
        <GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema" />
        <GenericParameter Name="base64Binary" Namespace="http://www.w3.org/2001/XMLSchema" />
      </GenericType>
      <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="key" nillable="true" type="xs:string" />
    <xs:element name="value" nillable="true" type="xs:base64Binary" />
  </xs:sequence>
</xs:complexType>

Elements

The KeyValuePairOfstringbase64Binary object has the following elements: key, value.

Element Description Data Type
key The name of the setting. string
value The value of the setting. base64Binary

Requirements

Service: CustomerManagementService.svc v13
Namespace: http://schemas.datacontract.org/2004/07/System.Collections.Generic

Used By

AccountTaxCertificate