ReferralContact

@objcMembers
public class ReferralContact : NSObject, Codable

Referral contact details to complete voice authorisation for this payment.

  • The method of contact.

    Declaration

    Swift

    public private(set) var method: String { get }
  • The value contact method, e.g. the phone number.

    Declaration

    Swift

    public private(set) var value: String { get }