sdk
sdk
/
com.tpay.sdk.api.screenless.channelMethods
/
PaymentGroup
Payment
Group
data
class
PaymentGroup
(
val
id
:
String
,
val
name
:
String
,
val
imageUrl
:
String
)
Class storing information about a payment group
Constructors
Properties
Parameters
Parameters
id
id of the group
name
group display name
image
Url
group image url
Constructors
Payment
Group
Link copied to clipboard
fun
PaymentGroup
(
id
:
String
,
name
:
String
,
imageUrl
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
image
Url
Link copied to clipboard
val
imageUrl
:
String
name
Link copied to clipboard
val
name
:
String