Class AccountOnFileAttribute
Inherited Members
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
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |