PinChangeRequest
OFX / Types / PinChangeRequest
# | Tag | Type |
---|---|---|
1 | USERID | IdType |
2 | NEWUSERPASS | PasswordType |
Usages:
- PinChangeTransactionRequest PINCHRQ
XSD
<xsd:complexType name="PinChangeRequest"> <xsd:annotation> <xsd:documentation> The OFX element "PINCHRQ" is of type "PinChangeRequest" </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="USERID" type="ofx:IdType" /> <xsd:element name="NEWUSERPASS" type="ofx:PasswordType" /> </xsd:sequence> </xsd:complexType>