Class: Aws::Invoicing::Types::UpdateProcurementPortalPreferenceStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::UpdateProcurementPortalPreferenceStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#einvoice_delivery_preference_status ⇒ String
The updated status of the e-invoice delivery preference.
-
#einvoice_delivery_preference_status_reason ⇒ String
The reason for the e-invoice delivery preference status update, providing context for the change.
-
#procurement_portal_preference_arn ⇒ String
The Amazon Resource Name (ARN) of the procurement portal preference to update.
-
#purchase_order_retrieval_preference_status ⇒ String
The updated status of the purchase order retrieval preference.
-
#purchase_order_retrieval_preference_status_reason ⇒ String
The reason for the purchase order retrieval preference status update, providing context for the change.
Instance Attribute Details
#einvoice_delivery_preference_status ⇒ String
The updated status of the e-invoice delivery preference.
1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1962 class UpdateProcurementPortalPreferenceStatusRequest < Struct.new( :procurement_portal_preference_arn, :einvoice_delivery_preference_status, :einvoice_delivery_preference_status_reason, :purchase_order_retrieval_preference_status, :purchase_order_retrieval_preference_status_reason) SENSITIVE = [] include Aws::Structure end |
#einvoice_delivery_preference_status_reason ⇒ String
The reason for the e-invoice delivery preference status update, providing context for the change.
1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1962 class UpdateProcurementPortalPreferenceStatusRequest < Struct.new( :procurement_portal_preference_arn, :einvoice_delivery_preference_status, :einvoice_delivery_preference_status_reason, :purchase_order_retrieval_preference_status, :purchase_order_retrieval_preference_status_reason) SENSITIVE = [] include Aws::Structure end |
#procurement_portal_preference_arn ⇒ String
The Amazon Resource Name (ARN) of the procurement portal preference to update.
1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1962 class UpdateProcurementPortalPreferenceStatusRequest < Struct.new( :procurement_portal_preference_arn, :einvoice_delivery_preference_status, :einvoice_delivery_preference_status_reason, :purchase_order_retrieval_preference_status, :purchase_order_retrieval_preference_status_reason) SENSITIVE = [] include Aws::Structure end |
#purchase_order_retrieval_preference_status ⇒ String
The updated status of the purchase order retrieval preference.
1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1962 class UpdateProcurementPortalPreferenceStatusRequest < Struct.new( :procurement_portal_preference_arn, :einvoice_delivery_preference_status, :einvoice_delivery_preference_status_reason, :purchase_order_retrieval_preference_status, :purchase_order_retrieval_preference_status_reason) SENSITIVE = [] include Aws::Structure end |
#purchase_order_retrieval_preference_status_reason ⇒ String
The reason for the purchase order retrieval preference status update, providing context for the change.
1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1962 class UpdateProcurementPortalPreferenceStatusRequest < Struct.new( :procurement_portal_preference_arn, :einvoice_delivery_preference_status, :einvoice_delivery_preference_status_reason, :purchase_order_retrieval_preference_status, :purchase_order_retrieval_preference_status_reason) SENSITIVE = [] include Aws::Structure end |