Updated on 2026-08-14
This commit is contained in:
parent
d9de0a79bb
commit
fc5319f255
2 changed files with 15 additions and 2 deletions
|
|
@ -8,6 +8,12 @@ data class PayIdResponse(
|
|||
)
|
||||
|
||||
data class PayIdAddress(
|
||||
@SerializedName("paymentNetwork")
|
||||
var paymentNetwork: String? = null,
|
||||
|
||||
@SerializedName("environment")
|
||||
var environment: String? = null,
|
||||
|
||||
@SerializedName("addressDetails")
|
||||
var addressDetails: PayIdAddressDetails? = null
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue