Skip to main content

PayMethod

No description

type PayMethod {
id: Int!
createdAt: DateTime!
lastModifiedAt: DateTime!
names: [LocalizedString!]!
externalCode: String!
logo: String
}

Fields

PayMethod.id ● Int! non-null scalar

Primary identifier

PayMethod.createdAt ● DateTime! non-null scalar

Creation date

PayMethod.lastModifiedAt ● DateTime! non-null scalar

Last modified date

PayMethod.names ● [LocalizedString!]! non-null object

Name per language

PayMethod.externalCode ● String! non-null scalar

External code

PayMethod.logo ● String scalar

Logo url

Returned By

payMethod query ● payMethodCreate mutation ● payMethodUpdate mutation

Member Of

PayMethodsResponse object