Updated on 2026-08-14
This commit is contained in:
parent
e5f7a71555
commit
e5a109b367
4 changed files with 29 additions and 2 deletions
|
|
@ -20,5 +20,8 @@ data class PayIdAddress(
|
|||
|
||||
data class PayIdAddressDetails(
|
||||
@SerializedName("address")
|
||||
var address: String? = null
|
||||
var address: String? = null,
|
||||
|
||||
@SerializedName("tag")
|
||||
var tag: String? = null
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue