OBJECT

CartUsablePaymentInfo

link GraphQL Schema definition

1type CartUsablePaymentInfo {
2
3adjustmentRequirement: [ComIbmCommerceOrderFacadeDatatypesAdjustmentRequirementType]
24
4bLockInfo: ComIbmCommerceOrderFacadeDatatypesOrderBLockInfoType
24
5buyerPONumber: String
24
6cSRComments: [ComIbmCommerceOrderFacadeDatatypesCSRCommentsType]
24
7channel: ComIbmCommerceOrderFacadeDatatypesChannelType
24
8comments: String
24
9couponCode: [ComIbmCommerceOrderFacadeDatatypesCouponCodeType]
24
10customerOrderNumber: String
24
11externalOrderID: String
24
12lastUpdateDate: String
24
13orderEditor: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType
24
14orderId: String
24
15orderVersion: String
24
16placedDate: String
24
17promotionCode: [ComIbmCommerceOrderFacadeDatatypesPromotionCodeType]
24
18quoteID: String
24
19quoteIdentifier: ComIbmCommerceFoundationCommonDatatypesQuoteIdentifierType
24
20resourceId: String
24
21resourceName: String
24
22shipAsComplete: String
24
23usablePaymentInformation: [CartUsablePaymentInformation]
25
26}