paaslibrary
paaslibrary
/
se.westpay.paaslib.transaction
/
AuthorisationData
Authorisation
Data
class
AuthorisationData
Contains information concerning the authorisation of a transaction.
Constructors
Functions
Constructors
Authorisation
Data
Link copied to clipboard
fun
AuthorisationData
(
)
Functions
get
Approval
Code
Link copied to clipboard
fun
getApprovalCode
(
)
:
String
get
Authorisation
Method
Link copied to clipboard
fun
getAuthorisationMethod
(
)
:
AuthorisationMethod
get
Authorising
Entity
Link copied to clipboard
fun
getAuthorisingEntity
(
)
:
AuthorisingEntity
get
Financial
Institution
Link copied to clipboard
fun
getFinancialInstitution
(
)
:
String
get
Response
Code
Link copied to clipboard
fun
getResponseCode
(
)
:
String
set
Approval
Code
Link copied to clipboard
fun
setApprovalCode
(
value
:
String
)
set
Authorisation
Method
Link copied to clipboard
fun
setAuthorisationMethod
(
value
:
AuthorisationMethod
)
set
Authorising
Entity
Link copied to clipboard
fun
setAuthorisingEntity
(
value
:
AuthorisingEntity
)
set
Financial
Institution
Link copied to clipboard
fun
setFinancialInstitution
(
value
:
String
)
set
Response
Code
Link copied to clipboard
fun
setResponseCode
(
value
:
String
)