Types > GatewayManualCreate
Commerce APITypesGatewayManualCreate
GatewayManualCreate

Description

Fields

description: String!

Short description of the manual payment method

Translatable

Example: "TODO"

Valid when: description's length doesn't exceed 4096 characters


details: String!

Long description of the manual payment method with detailed instructions

Translatable

Example: "TODO"

Valid when: details's length doesn't exceed 100000 characters


name: String!

Name of the manual payment method

Translatable

Example: "Bank Deposit"

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


only_zero_orders: Boolean!

Use this gateway for $0 total orders exclusively

Example: false


Used By

Types

GatewayCreate, GatewayModify

Preview (typescript)

Loading module