DatalinkGetResponse
public struct DatalinkGetResponse : Codable
-
The URL of the Tenant that the PSU will be redirected at the end of data access process.
Declaration
Swift
public let redirectionURL: String?
-
If you are providing our Payment service to your own business clients (merchants), then you should set the ID of your merchant.
Declaration
Swift
public let merchantID: String?
-
The ID of the end-user. If you are providing this service directly to the end-users, then you can assign that ID to this parameter. If you are providing this service to businesses, then you should assign the ID of that merchant’s user.
Declaration
Swift
public let merchantUserID: String?
-
Permissions that determine which data is fetched.
Declaration
Swift
public let permissions: [ConsentPermission]?
-
Declaration
Swift
public let datalinkOptions: DatalinkOptions?
-
Declaration
Swift
public let notificationOptions: PayByBankNotificationOptionsResponse?
-
Declaration
Swift
public let financialReport: FinancialReport?
-
Declaration
Swift
public let datalink: DatalinkModel?
-
Declaration
Swift
public let consents: [ConsentModel]?
-
init(redirectionURL:
merchantID: merchantUserID: permissions: datalinkOptions: notificationOptions: financialReport: datalink: consents: ) Declaration
Swift
public init(redirectionURL: String?, merchantID: String?, merchantUserID: String?, permissions: [ConsentPermission]?, datalinkOptions: DatalinkOptions?, notificationOptions: PayByBankNotificationOptionsResponse?, financialReport: FinancialReport?, datalink: DatalinkModel?, consents: [ConsentModel]?)