Search Results for

    Show / Hide Table of Contents

    Class AccountOnFileAttribute

    Inheritance
    object
    KeyValuePair
    AccountOnFileAttribute
    Inherited Members
    KeyValuePair.Key
    KeyValuePair.Value
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class AccountOnFileAttribute : KeyValuePair

    Properties

    MustWriteReason

    The reason why the status is MUST_WRITE. Currently only "IN_THE_PAST" is possible as value (for expiry date), but this can be extended with new values in the future.

    Declaration
    public string MustWriteReason { get; set; }
    Property Value
    Type Description
    string

    Status

    Possible values:

    • READ_ONLY - attribute cannot be updated and should be presented in that way to the user
    • CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon
    • MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired
    Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.