interface PurchaseOrderDataSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Invoicing.CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinvoicing#CfnProcurementPortalPreferencePropsMixin_PurchaseOrderDataSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.invoicing.CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_invoicing.CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_invoicing » CfnProcurementPortalPreferencePropsMixin » 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/cfn-property-mixins';
const purchaseOrderDataSourceProperty: invoicing.CfnProcurementPortalPreferencePropsMixin.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