CreateCustomerWalletPayload
Response after wallet creation.
type CreateCustomerWalletPayload {
wallet: Wallet!
}
Fields
CreateCustomerWalletPayload.wallet
● Wallet!
non-null object
Returned by
createCustomerWallet
mutation