interface PurchaseOrderDataSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Invoicing.CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinvoicing#CfnProcurementPortalPreference_PurchaseOrderDataSourceProperty |
Java | software.amazon.awscdk.services.invoicing.CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty |
Python | aws_cdk.aws_invoicing.CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty |
TypeScript | aws-cdk-lib » aws_invoicing » CfnProcurementPortalPreference » PurchaseOrderDataSourceProperty |
Specifies the source configuration for retrieving purchase order data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_invoicing as invoicing } from 'aws-cdk-lib';
const purchaseOrderDataSourceProperty: invoicing.CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty = {
einvoiceDeliveryDocumentType: 'einvoiceDeliveryDocumentType',
purchaseOrderDataSourceType: 'purchaseOrderDataSourceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| einvoice | string | The type of e-invoice document that requires purchase order data. |
| purchase | string | The type of source for purchase order data. |
einvoiceDeliveryDocumentType?
Type:
string
(optional)
The type of e-invoice document that requires purchase order data.
purchaseOrderDataSourceType?
Type:
string
(optional)
The type of source for purchase order data.

.NET
Go
Java
Python
TypeScript