Skip to main content

SellerAgreementDecline

Result of seller agreement decline mutation.

type SellerAgreementDecline {
sellerAgreement: AgreementSellers
user: User
agreementErrors: [AgreementError!]!
}

Fields

SellerAgreementDecline.sellerAgreement ● AgreementSellers object

The declined seller agreement.

SellerAgreementDecline.user ● User object

The user who declined the agreement.

SellerAgreementDecline.agreementErrors ● [AgreementError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

sellerAgreementDecline mutation

Was this page helpful?