Class SetSPCTransactionModeCommandSettings
Sets the Secure Payment Confirmation transaction mode. https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode
public sealed class SetSPCTransactionModeCommandSettings : ICommand
- Inheritance
-
SetSPCTransactionModeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Mode
Gets or sets the mode
[JsonPropertyName("mode")]
public string Mode { get; set; }