subscribePaidMwParams
The subscribePaidMwParams input type specifies the subscribePaid middleware params.
input subscribePaidMwParams {
  amount: Int!
  recipient: AddressEVM!
  currency: ContractAddressEVM!
  nftRequired: Boolean!
  nftAddress: ContractAddressEVM!
}
Fields
amount (Int)
amount the amount to pay.
recipient (AddressEVM)
recipient the recipient wallet address.
currency (ContractAddressEVM)
currency the currency contract address.
nftRequired (Boolean)
nftRequired if holding an nft is required.
nftAddress (ContractAddressEVM)
nftAddress the nft contract address.