style: {
button: {
borderRadius: '10',
textColor: 'white',
color: '#8e44ad',
borderColor: '#8e44ad',
mouseHoverColor: '#9b59b6'.
text: 'new button'
},
showMerchantDetails: false
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
# Parameter
Field | Type | Description |
---|---|---|
style | Object | Styling details. |
button | Object | PayButton styles |
borderRadius | String | PayButton borderRadius |
textColor | String | PayButton inside text colours |
color | String | PayButton colour |
borderColor | String | PayButton borderColor |
mouseHoverColor | String | PayButton mouse Hover Color |