OBJECT
Rules to represent processing / redirect to processing
type PaymentForm {# Type of html container for processing: form or iframetype: String! # Attribute action for type = formaction: String # Attribute target for type = formtarget: String # Inner HTML for type = form (hidden inputs, etc)html: String # Attribute src for type = iframeiframe_src: String }