OBJECT
SetDefaultPaymentMethodPayload
The result of the setDefaultPaymentMethod mutation.
link GraphQL Schema definition
1 type SetDefaultPaymentMethodPayload { 2 3 # Code to describe error that occurred while setting the default payment method. 4 : SetDefaultPaymentMethodErrorCode 5 6 # User who had their payment method updated. 7 : User 8 9 }