You are here

mollie_payment.schema.yml in Mollie Payment 8.2

config/schema/mollie_payment.schema.yml

File

config/schema/mollie_payment.schema.yml
View source
  1. mollie_payment.mollie_profile.*:
  2. type: config_entity
  3. label: Mollie profile
  4. mapping:
  5. apiKey:
  6. type: text
  7. label: API key
  8. id:
  9. type: string
  10. label: ID
  11. label:
  12. type: label
  13. label: Label
  14. plugin.plugin_configuration.payment_method_configuration.mollie_payment:
  15. type: plugin.plugin_configuration.payment_method_configuration.payment_base
  16. mapping:
  17. brand_label:
  18. label: Brand label
  19. type: text
  20. profile:
  21. label: Mollie profile
  22. type: text
  23. execute_status_id:
  24. label: Execute payment status
  25. type: string
  26. capture:
  27. label: Capture
  28. type: boolean
  29. capture_status_id:
  30. label: Capture payment status
  31. type: string
  32. refund:
  33. label: Refund
  34. type: boolean
  35. refund_status_id:
  36. label: Refund payment status
  37. type: string