VoiceAuthorisationRequired
@objcMembers
public class VoiceAuthorisationRequired : PaymentActionRequiredData
Contains the voice authorisation data that is required during a payment
-
Merchant identifiers to complete voice authorisation for this payment.
Declaration
Swift
public private(set) var merchant: MerchantIdentifier { get }
-
Referral contact details to complete voice authorisation for this payment.
Declaration
Swift
public private(set) var referralContacts: [ReferralContact] { get }
-
Used to parse the response from the server.
Declaration
Swift
required public init(from decoder: Decoder) throws