OBJECT

SetDefaultPaymentMethodPayload

The result of the setDefaultPaymentMethod mutation.

link GraphQL Schema definition

1type SetDefaultPaymentMethodPayload {
2
3# Code to describe error that occurred while setting the default payment method.
4errorCode: SetDefaultPaymentMethodErrorCode
5
6# User who had their payment method updated.
7user: User
8
9}