StripePaymentProvider
Stripe payment provider
type StripePaymentProvider implements PaymentProviderInterface {
id: ID!
stripeAccountId: String!
}
Fields
StripePaymentProvider.id
● ID!
non-null scalar
StripePaymentProvider.stripeAccountId
● String!
non-null scalar
Interfaces
PaymentProviderInterface
interface
Implemented By
PaymentProviderUnion
union