Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.OneSubsription.getSubscribedService
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Subscribed Service resource in Oracle Cloud Infrastructure Onesubscription service.
This API returns the subscribed service details corresponding to the id provided
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscribedService = oci.OneSubsription.getSubscribedService({
subscribedServiceId: testSubscribedServiceOciOnesubscriptionSubscribedService.id,
fields: subscribedServiceFields,
});
import pulumi
import pulumi_oci as oci
test_subscribed_service = oci.OneSubsription.get_subscribed_service(subscribed_service_id=test_subscribed_service_oci_onesubscription_subscribed_service["id"],
fields=subscribed_service_fields)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/OneSubsription"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := OneSubsription.GetSubscribedService(ctx, &onesubsription.GetSubscribedServiceArgs{
SubscribedServiceId: testSubscribedServiceOciOnesubscriptionSubscribedService.Id,
Fields: subscribedServiceFields,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSubscribedService = Oci.OneSubsription.GetSubscribedService.Invoke(new()
{
SubscribedServiceId = testSubscribedServiceOciOnesubscriptionSubscribedService.Id,
Fields = subscribedServiceFields,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OneSubsription.OneSubsriptionFunctions;
import com.pulumi.oci.OneSubsription.inputs.GetSubscribedServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testSubscribedService = OneSubsriptionFunctions.getSubscribedService(GetSubscribedServiceArgs.builder()
.subscribedServiceId(testSubscribedServiceOciOnesubscriptionSubscribedService.id())
.fields(subscribedServiceFields)
.build());
}
}
variables:
testSubscribedService:
fn::invoke:
Function: oci:OneSubsription:getSubscribedService
Arguments:
subscribedServiceId: ${testSubscribedServiceOciOnesubscriptionSubscribedService.id}
fields: ${subscribedServiceFields}
Using getSubscribedService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSubscribedService(args: GetSubscribedServiceArgs, opts?: InvokeOptions): Promise<GetSubscribedServiceResult>
function getSubscribedServiceOutput(args: GetSubscribedServiceOutputArgs, opts?: InvokeOptions): Output<GetSubscribedServiceResult>
def get_subscribed_service(fields: Optional[Sequence[str]] = None,
subscribed_service_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubscribedServiceResult
def get_subscribed_service_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
subscribed_service_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubscribedServiceResult]
func GetSubscribedService(ctx *Context, args *GetSubscribedServiceArgs, opts ...InvokeOption) (*GetSubscribedServiceResult, error)
func GetSubscribedServiceOutput(ctx *Context, args *GetSubscribedServiceOutputArgs, opts ...InvokeOption) GetSubscribedServiceResultOutput
> Note: This function is named GetSubscribedService
in the Go SDK.
public static class GetSubscribedService
{
public static Task<GetSubscribedServiceResult> InvokeAsync(GetSubscribedServiceArgs args, InvokeOptions? opts = null)
public static Output<GetSubscribedServiceResult> Invoke(GetSubscribedServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubscribedServiceResult> getSubscribedService(GetSubscribedServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:OneSubsription/getSubscribedService:getSubscribedService
arguments:
# arguments dictionary
The following arguments are supported:
- Subscribed
Service stringId - The Subscribed Service Id
- Fields List<string>
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
- Subscribed
Service stringId - The Subscribed Service Id
- Fields []string
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
- subscribed
Service StringId - The Subscribed Service Id
- fields List<String>
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
- subscribed
Service stringId - The Subscribed Service Id
- fields string[]
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
- subscribed_
service_ strid - The Subscribed Service Id
- fields Sequence[str]
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
- subscribed
Service StringId - The Subscribed Service Id
- fields List<String>
- Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat
getSubscribedService Result
The following output properties are available:
- Admin
Email string - Subscribed service admin email id
- Agreement
Id string - Subscribed service agreement ID
- Agreement
Name string - Subscribed service agrrement name
- Agreement
Type string - Subscribed service agrrement type
- Available
Amount string - Commitment available amount
- Bill
To List<GetAddresses Subscribed Service Bill To Address> - Address.
- Bill
To List<GetContacts Subscribed Service Bill To Contact> - User.
- Bill
To List<GetCustomers Subscribed Service Bill To Customer> - Business partner.
- Billing
Frequency string - Subscribed service invoice frequency
- Booking
Opty stringNumber - Booking Opportunity Number of Subscribed Service
- Buyer
Email string - Subscribed service buyer email id
- Commitment
Schedule stringId - Subscribed service commitment schedule Id
- Commitment
Services List<GetSubscribed Service Commitment Service> - List of Commitment services of a line
- Created
By string - User that created the Payment term
- Credit
Percentage string - Subscribed service credit percentage
- Csi string
- Subscribed service CSI number
- Customer
Transaction stringReference - Identifier for a customer's transactions for purchase of ay oracle services
- Data
Center string - Subscribed service data center
- Data
Center stringRegion - Subscribed service data center region
- Eligible
To stringRenew - Subscribed service eligible to renew field
- End
User List<GetAddresses Subscribed Service End User Address> - Address.
- End
User List<GetContacts Subscribed Service End User Contact> - User.
- End
User List<GetCustomers Subscribed Service End User Customer> - Business partner.
- Fulfillment
Set string - Subscribed service fulfillment set
- Funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Allowance bool - Indicates if a service can recieve usages and consequently have available amounts computed
- Is
Cap boolTo Price List - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- Is
Credit boolEnabled - Used in context of service credit lines
- Is
Having boolUsage - Indicator on whether or not there has been usage for the subscribed service
- Is
Intent boolTo Pay - Subscribed service intent to pay flag
- Is
Payg bool - Subscribed service payg flag
- Is
Single boolRate Card - Indicates if the Subscribed service has a single ratecard
- Is
Variable boolCommitment - Indicates if the commitment lines can have different quantities
- Line
Net stringAmount - Subscribed service line net amount
- Major
Set string - Subscribed service Major Set
- Net
Unit stringPrice - Rate card tier net unit price
- Operation
Type string - Subscribed service operation type
- Order
Header stringId - Sales Order Header associated to the subscribed service
- Order
Line stringId - Sales Order Line Id associated to the subscribed service
- Order
Line intNumber - Sales Order Line Number associated to the subscribed service
- Order
Number string - Sales Order Number associated to the subscribed service
- Order
Type string - Order Type of Subscribed Service
- Original
Promo stringAmount - Subscribed service Promotion Amount
- Overage
Bill stringTo - Overage Bill To of Subscribed Service
- Overage
Discount stringPercentage - Subscribed service Overage Discount Percentage
- Overage
Policy string - Overage Policy of Subscribed Service
- Partner
Credit stringAmount - Subscribed service partner credit amount
- Partner
Transaction stringType - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- Payg
Policy string - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- Payment
Method string - Payment Method of Subscribed Service
- Payment
Number string - Payment Number of Subscribed Service
- Payment
Terms List<GetSubscribed Service Payment Term> - Payment Term details
- Price
Period string - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- Pricing
Model string - Subscribed service pricing model
- Products
List<Get
Subscribed Service Product> - Product description
- Program
Type string - Subscribed service program type
- Promo
Order stringLine Id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- Promo
Type string - Subscribed service promotion type
- Promotion
Pricing stringType - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- Provisioning
Source string - Subscribed service provisioning source
- Quantity string
- Subscribed service quantity
- Rate
Card stringDiscount Percentage - Subscribed service Rate Card Discount Percentage
- Rate
Cards List<GetSubscribed Service Rate Card> - List of Rate Cards of a Subscribed Service
- Ratecard
Type string - SPM Ratecard Type
- Renewal
Opty stringId - Subscribed service Opportunity Id
- Renewal
Opty stringNumber - Renewal Opportunity Number of Subscribed Service
- Renewal
Opty stringType - Renewal Opportunity Type of Subscribed Service
- Renewed
Subscribed stringService Id - SPM renewed Subscription ID
- Reseller
Addresses List<GetSubscribed Service Reseller Address> - Address.
- Reseller
Contacts List<GetSubscribed Service Reseller Contact> - User.
- Reseller
Customers List<GetSubscribed Service Reseller Customer> - Business partner.
- Revenue
Line stringId - Subscribed service Revenue Line Id
- Revenue
Line stringNumber - Revenue Line NUmber of Subscribed Service
- Revised
Arr stringIn Lc - Subscribed service Revised ARR
- Revised
Arr stringIn Sc - Subscribed service Revised ARR in Standard Currency
- Sales
Account stringParty Id - Subscribed service sales account party id
- Sales
Channel string - Sales Channel of Subscribed Service
- Serial
Number string - Subscribed service line number
- Service
To List<GetAddresses Subscribed Service Service To Address> - Address.
- Service
To List<GetContacts Subscribed Service Service To Contact> - User.
- Service
To List<GetCustomers Subscribed Service Service To Customer> - Business partner.
- Sold
To List<GetContacts Subscribed Service Sold To Contact> - User.
- Sold
To List<GetCustomers Subscribed Service Sold To Customer> - Business partner.
- Start
Date stringType - Subscribed service start date type
- Status string
- Subscribed service status
- Subscribed
Service stringId - SPM internal Subscribed Service ID
- Subscription
Id string - Subscription ID associated to the subscribed service
- Subscription
Source string - Subscribed service source
- System
Arr stringIn Lc - Subscribed service System ARR
- System
Arr stringIn Sc - Subscribed service System ARR in Standard Currency
- System
Atr stringArr In Lc - Subscribed service System ATR-ARR
- System
Atr stringArr In Sc - Subscribed service System ATR-ARR in Standard Currency
- Term
Value string - Term value in Months
- Term
Value stringUom - Term value UOM
- Time
Agreement stringEnd - Subscribed service agrrement end date
- Time
Created string - Subscribed service creation date
- Time
Customer stringConfig - Subscribed service customer config date
- Time
End string - Subscribed service end date
- Time
Majorset stringEnd - Subscribed service Major Set End date
- Time
Majorset stringStart - Subscribed service Major Set Start date
- Time
Payment stringExpiry - Subscribed service payment expiry date
- Time
Provisioned string - Subscribed service provisioning date
- Time
Service stringConfiguration Email Sent - Subscribed service service configuration email sent date
- Time
Start string - Subscribed service start date
- Time
Updated string - Subscribed service last update date
- Time
Welcome stringEmail Sent - Subscribed service welcome email sent date
- Total
Value string - Subscribed service total value
- Transaction
Extension stringId - Subscribed service Transaction Extension Id
- Type string
- Subscribed Service line type
- Updated
By string - User that updated the subscribed service
- Used
Amount string - Subscribed service used amount
- Fields List<string>
- Admin
Email string - Subscribed service admin email id
- Agreement
Id string - Subscribed service agreement ID
- Agreement
Name string - Subscribed service agrrement name
- Agreement
Type string - Subscribed service agrrement type
- Available
Amount string - Commitment available amount
- Bill
To []GetAddresses Subscribed Service Bill To Address - Address.
- Bill
To []GetContacts Subscribed Service Bill To Contact - User.
- Bill
To []GetCustomers Subscribed Service Bill To Customer - Business partner.
- Billing
Frequency string - Subscribed service invoice frequency
- Booking
Opty stringNumber - Booking Opportunity Number of Subscribed Service
- Buyer
Email string - Subscribed service buyer email id
- Commitment
Schedule stringId - Subscribed service commitment schedule Id
- Commitment
Services []GetSubscribed Service Commitment Service - List of Commitment services of a line
- Created
By string - User that created the Payment term
- Credit
Percentage string - Subscribed service credit percentage
- Csi string
- Subscribed service CSI number
- Customer
Transaction stringReference - Identifier for a customer's transactions for purchase of ay oracle services
- Data
Center string - Subscribed service data center
- Data
Center stringRegion - Subscribed service data center region
- Eligible
To stringRenew - Subscribed service eligible to renew field
- End
User []GetAddresses Subscribed Service End User Address - Address.
- End
User []GetContacts Subscribed Service End User Contact - User.
- End
User []GetCustomers Subscribed Service End User Customer - Business partner.
- Fulfillment
Set string - Subscribed service fulfillment set
- Funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Allowance bool - Indicates if a service can recieve usages and consequently have available amounts computed
- Is
Cap boolTo Price List - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- Is
Credit boolEnabled - Used in context of service credit lines
- Is
Having boolUsage - Indicator on whether or not there has been usage for the subscribed service
- Is
Intent boolTo Pay - Subscribed service intent to pay flag
- Is
Payg bool - Subscribed service payg flag
- Is
Single boolRate Card - Indicates if the Subscribed service has a single ratecard
- Is
Variable boolCommitment - Indicates if the commitment lines can have different quantities
- Line
Net stringAmount - Subscribed service line net amount
- Major
Set string - Subscribed service Major Set
- Net
Unit stringPrice - Rate card tier net unit price
- Operation
Type string - Subscribed service operation type
- Order
Header stringId - Sales Order Header associated to the subscribed service
- Order
Line stringId - Sales Order Line Id associated to the subscribed service
- Order
Line intNumber - Sales Order Line Number associated to the subscribed service
- Order
Number string - Sales Order Number associated to the subscribed service
- Order
Type string - Order Type of Subscribed Service
- Original
Promo stringAmount - Subscribed service Promotion Amount
- Overage
Bill stringTo - Overage Bill To of Subscribed Service
- Overage
Discount stringPercentage - Subscribed service Overage Discount Percentage
- Overage
Policy string - Overage Policy of Subscribed Service
- Partner
Credit stringAmount - Subscribed service partner credit amount
- Partner
Transaction stringType - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- Payg
Policy string - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- Payment
Method string - Payment Method of Subscribed Service
- Payment
Number string - Payment Number of Subscribed Service
- Payment
Terms []GetSubscribed Service Payment Term - Payment Term details
- Price
Period string - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- Pricing
Model string - Subscribed service pricing model
- Products
[]Get
Subscribed Service Product - Product description
- Program
Type string - Subscribed service program type
- Promo
Order stringLine Id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- Promo
Type string - Subscribed service promotion type
- Promotion
Pricing stringType - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- Provisioning
Source string - Subscribed service provisioning source
- Quantity string
- Subscribed service quantity
- Rate
Card stringDiscount Percentage - Subscribed service Rate Card Discount Percentage
- Rate
Cards []GetSubscribed Service Rate Card - List of Rate Cards of a Subscribed Service
- Ratecard
Type string - SPM Ratecard Type
- Renewal
Opty stringId - Subscribed service Opportunity Id
- Renewal
Opty stringNumber - Renewal Opportunity Number of Subscribed Service
- Renewal
Opty stringType - Renewal Opportunity Type of Subscribed Service
- Renewed
Subscribed stringService Id - SPM renewed Subscription ID
- Reseller
Addresses []GetSubscribed Service Reseller Address - Address.
- Reseller
Contacts []GetSubscribed Service Reseller Contact - User.
- Reseller
Customers []GetSubscribed Service Reseller Customer - Business partner.
- Revenue
Line stringId - Subscribed service Revenue Line Id
- Revenue
Line stringNumber - Revenue Line NUmber of Subscribed Service
- Revised
Arr stringIn Lc - Subscribed service Revised ARR
- Revised
Arr stringIn Sc - Subscribed service Revised ARR in Standard Currency
- Sales
Account stringParty Id - Subscribed service sales account party id
- Sales
Channel string - Sales Channel of Subscribed Service
- Serial
Number string - Subscribed service line number
- Service
To []GetAddresses Subscribed Service Service To Address - Address.
- Service
To []GetContacts Subscribed Service Service To Contact - User.
- Service
To []GetCustomers Subscribed Service Service To Customer - Business partner.
- Sold
To []GetContacts Subscribed Service Sold To Contact - User.
- Sold
To []GetCustomers Subscribed Service Sold To Customer - Business partner.
- Start
Date stringType - Subscribed service start date type
- Status string
- Subscribed service status
- Subscribed
Service stringId - SPM internal Subscribed Service ID
- Subscription
Id string - Subscription ID associated to the subscribed service
- Subscription
Source string - Subscribed service source
- System
Arr stringIn Lc - Subscribed service System ARR
- System
Arr stringIn Sc - Subscribed service System ARR in Standard Currency
- System
Atr stringArr In Lc - Subscribed service System ATR-ARR
- System
Atr stringArr In Sc - Subscribed service System ATR-ARR in Standard Currency
- Term
Value string - Term value in Months
- Term
Value stringUom - Term value UOM
- Time
Agreement stringEnd - Subscribed service agrrement end date
- Time
Created string - Subscribed service creation date
- Time
Customer stringConfig - Subscribed service customer config date
- Time
End string - Subscribed service end date
- Time
Majorset stringEnd - Subscribed service Major Set End date
- Time
Majorset stringStart - Subscribed service Major Set Start date
- Time
Payment stringExpiry - Subscribed service payment expiry date
- Time
Provisioned string - Subscribed service provisioning date
- Time
Service stringConfiguration Email Sent - Subscribed service service configuration email sent date
- Time
Start string - Subscribed service start date
- Time
Updated string - Subscribed service last update date
- Time
Welcome stringEmail Sent - Subscribed service welcome email sent date
- Total
Value string - Subscribed service total value
- Transaction
Extension stringId - Subscribed service Transaction Extension Id
- Type string
- Subscribed Service line type
- Updated
By string - User that updated the subscribed service
- Used
Amount string - Subscribed service used amount
- Fields []string
- admin
Email String - Subscribed service admin email id
- agreement
Id String - Subscribed service agreement ID
- agreement
Name String - Subscribed service agrrement name
- agreement
Type String - Subscribed service agrrement type
- available
Amount String - Commitment available amount
- bill
To List<GetAddresses Subscribed Service Bill To Address> - Address.
- bill
To List<GetContacts Subscribed Service Bill To Contact> - User.
- bill
To List<GetCustomers Subscribed Service Bill To Customer> - Business partner.
- billing
Frequency String - Subscribed service invoice frequency
- booking
Opty StringNumber - Booking Opportunity Number of Subscribed Service
- buyer
Email String - Subscribed service buyer email id
- commitment
Schedule StringId - Subscribed service commitment schedule Id
- commitment
Services List<GetSubscribed Service Commitment Service> - List of Commitment services of a line
- created
By String - User that created the Payment term
- credit
Percentage String - Subscribed service credit percentage
- csi String
- Subscribed service CSI number
- customer
Transaction StringReference - Identifier for a customer's transactions for purchase of ay oracle services
- data
Center String - Subscribed service data center
- data
Center StringRegion - Subscribed service data center region
- eligible
To StringRenew - Subscribed service eligible to renew field
- end
User List<GetAddresses Subscribed Service End User Address> - Address.
- end
User List<GetContacts Subscribed Service End User Contact> - User.
- end
User List<GetCustomers Subscribed Service End User Customer> - Business partner.
- fulfillment
Set String - Subscribed service fulfillment set
- funded
Allocation StringValue - Funded Allocation line value example: 12000.00
- id String
- The provider-assigned unique ID for this managed resource.
- is
Allowance Boolean - Indicates if a service can recieve usages and consequently have available amounts computed
- is
Cap BooleanTo Price List - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- is
Credit BooleanEnabled - Used in context of service credit lines
- is
Having BooleanUsage - Indicator on whether or not there has been usage for the subscribed service
- is
Intent BooleanTo Pay - Subscribed service intent to pay flag
- is
Payg Boolean - Subscribed service payg flag
- is
Single BooleanRate Card - Indicates if the Subscribed service has a single ratecard
- is
Variable BooleanCommitment - Indicates if the commitment lines can have different quantities
- line
Net StringAmount - Subscribed service line net amount
- major
Set String - Subscribed service Major Set
- net
Unit StringPrice - Rate card tier net unit price
- operation
Type String - Subscribed service operation type
- order
Header StringId - Sales Order Header associated to the subscribed service
- order
Line StringId - Sales Order Line Id associated to the subscribed service
- order
Line IntegerNumber - Sales Order Line Number associated to the subscribed service
- order
Number String - Sales Order Number associated to the subscribed service
- order
Type String - Order Type of Subscribed Service
- original
Promo StringAmount - Subscribed service Promotion Amount
- overage
Bill StringTo - Overage Bill To of Subscribed Service
- overage
Discount StringPercentage - Subscribed service Overage Discount Percentage
- overage
Policy String - Overage Policy of Subscribed Service
- partner
Credit StringAmount - Subscribed service partner credit amount
- partner
Transaction StringType - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- payg
Policy String - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- payment
Method String - Payment Method of Subscribed Service
- payment
Number String - Payment Number of Subscribed Service
- payment
Terms List<GetSubscribed Service Payment Term> - Payment Term details
- price
Period String - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricing
Model String - Subscribed service pricing model
- products
List<Get
Subscribed Service Product> - Product description
- program
Type String - Subscribed service program type
- promo
Order StringLine Id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promo
Type String - Subscribed service promotion type
- promotion
Pricing StringType - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioning
Source String - Subscribed service provisioning source
- quantity String
- Subscribed service quantity
- rate
Card StringDiscount Percentage - Subscribed service Rate Card Discount Percentage
- rate
Cards List<GetSubscribed Service Rate Card> - List of Rate Cards of a Subscribed Service
- ratecard
Type String - SPM Ratecard Type
- renewal
Opty StringId - Subscribed service Opportunity Id
- renewal
Opty StringNumber - Renewal Opportunity Number of Subscribed Service
- renewal
Opty StringType - Renewal Opportunity Type of Subscribed Service
- renewed
Subscribed StringService Id - SPM renewed Subscription ID
- reseller
Addresses List<GetSubscribed Service Reseller Address> - Address.
- reseller
Contacts List<GetSubscribed Service Reseller Contact> - User.
- reseller
Customers List<GetSubscribed Service Reseller Customer> - Business partner.
- revenue
Line StringId - Subscribed service Revenue Line Id
- revenue
Line StringNumber - Revenue Line NUmber of Subscribed Service
- revised
Arr StringIn Lc - Subscribed service Revised ARR
- revised
Arr StringIn Sc - Subscribed service Revised ARR in Standard Currency
- sales
Account StringParty Id - Subscribed service sales account party id
- sales
Channel String - Sales Channel of Subscribed Service
- serial
Number String - Subscribed service line number
- service
To List<GetAddresses Subscribed Service Service To Address> - Address.
- service
To List<GetContacts Subscribed Service Service To Contact> - User.
- service
To List<GetCustomers Subscribed Service Service To Customer> - Business partner.
- sold
To List<GetContacts Subscribed Service Sold To Contact> - User.
- sold
To List<GetCustomers Subscribed Service Sold To Customer> - Business partner.
- start
Date StringType - Subscribed service start date type
- status String
- Subscribed service status
- subscribed
Service StringId - SPM internal Subscribed Service ID
- subscription
Id String - Subscription ID associated to the subscribed service
- subscription
Source String - Subscribed service source
- system
Arr StringIn Lc - Subscribed service System ARR
- system
Arr StringIn Sc - Subscribed service System ARR in Standard Currency
- system
Atr StringArr In Lc - Subscribed service System ATR-ARR
- system
Atr StringArr In Sc - Subscribed service System ATR-ARR in Standard Currency
- term
Value String - Term value in Months
- term
Value StringUom - Term value UOM
- time
Agreement StringEnd - Subscribed service agrrement end date
- time
Created String - Subscribed service creation date
- time
Customer StringConfig - Subscribed service customer config date
- time
End String - Subscribed service end date
- time
Majorset StringEnd - Subscribed service Major Set End date
- time
Majorset StringStart - Subscribed service Major Set Start date
- time
Payment StringExpiry - Subscribed service payment expiry date
- time
Provisioned String - Subscribed service provisioning date
- time
Service StringConfiguration Email Sent - Subscribed service service configuration email sent date
- time
Start String - Subscribed service start date
- time
Updated String - Subscribed service last update date
- time
Welcome StringEmail Sent - Subscribed service welcome email sent date
- total
Value String - Subscribed service total value
- transaction
Extension StringId - Subscribed service Transaction Extension Id
- type String
- Subscribed Service line type
- updated
By String - User that updated the subscribed service
- used
Amount String - Subscribed service used amount
- fields List<String>
- admin
Email string - Subscribed service admin email id
- agreement
Id string - Subscribed service agreement ID
- agreement
Name string - Subscribed service agrrement name
- agreement
Type string - Subscribed service agrrement type
- available
Amount string - Commitment available amount
- bill
To GetAddresses Subscribed Service Bill To Address[] - Address.
- bill
To GetContacts Subscribed Service Bill To Contact[] - User.
- bill
To GetCustomers Subscribed Service Bill To Customer[] - Business partner.
- billing
Frequency string - Subscribed service invoice frequency
- booking
Opty stringNumber - Booking Opportunity Number of Subscribed Service
- buyer
Email string - Subscribed service buyer email id
- commitment
Schedule stringId - Subscribed service commitment schedule Id
- commitment
Services GetSubscribed Service Commitment Service[] - List of Commitment services of a line
- created
By string - User that created the Payment term
- credit
Percentage string - Subscribed service credit percentage
- csi string
- Subscribed service CSI number
- customer
Transaction stringReference - Identifier for a customer's transactions for purchase of ay oracle services
- data
Center string - Subscribed service data center
- data
Center stringRegion - Subscribed service data center region
- eligible
To stringRenew - Subscribed service eligible to renew field
- end
User GetAddresses Subscribed Service End User Address[] - Address.
- end
User GetContacts Subscribed Service End User Contact[] - User.
- end
User GetCustomers Subscribed Service End User Customer[] - Business partner.
- fulfillment
Set string - Subscribed service fulfillment set
- funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- id string
- The provider-assigned unique ID for this managed resource.
- is
Allowance boolean - Indicates if a service can recieve usages and consequently have available amounts computed
- is
Cap booleanTo Price List - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- is
Credit booleanEnabled - Used in context of service credit lines
- is
Having booleanUsage - Indicator on whether or not there has been usage for the subscribed service
- is
Intent booleanTo Pay - Subscribed service intent to pay flag
- is
Payg boolean - Subscribed service payg flag
- is
Single booleanRate Card - Indicates if the Subscribed service has a single ratecard
- is
Variable booleanCommitment - Indicates if the commitment lines can have different quantities
- line
Net stringAmount - Subscribed service line net amount
- major
Set string - Subscribed service Major Set
- net
Unit stringPrice - Rate card tier net unit price
- operation
Type string - Subscribed service operation type
- order
Header stringId - Sales Order Header associated to the subscribed service
- order
Line stringId - Sales Order Line Id associated to the subscribed service
- order
Line numberNumber - Sales Order Line Number associated to the subscribed service
- order
Number string - Sales Order Number associated to the subscribed service
- order
Type string - Order Type of Subscribed Service
- original
Promo stringAmount - Subscribed service Promotion Amount
- overage
Bill stringTo - Overage Bill To of Subscribed Service
- overage
Discount stringPercentage - Subscribed service Overage Discount Percentage
- overage
Policy string - Overage Policy of Subscribed Service
- partner
Credit stringAmount - Subscribed service partner credit amount
- partner
Transaction stringType - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- payg
Policy string - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- payment
Method string - Payment Method of Subscribed Service
- payment
Number string - Payment Number of Subscribed Service
- payment
Terms GetSubscribed Service Payment Term[] - Payment Term details
- price
Period string - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricing
Model string - Subscribed service pricing model
- products
Get
Subscribed Service Product[] - Product description
- program
Type string - Subscribed service program type
- promo
Order stringLine Id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promo
Type string - Subscribed service promotion type
- promotion
Pricing stringType - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioning
Source string - Subscribed service provisioning source
- quantity string
- Subscribed service quantity
- rate
Card stringDiscount Percentage - Subscribed service Rate Card Discount Percentage
- rate
Cards GetSubscribed Service Rate Card[] - List of Rate Cards of a Subscribed Service
- ratecard
Type string - SPM Ratecard Type
- renewal
Opty stringId - Subscribed service Opportunity Id
- renewal
Opty stringNumber - Renewal Opportunity Number of Subscribed Service
- renewal
Opty stringType - Renewal Opportunity Type of Subscribed Service
- renewed
Subscribed stringService Id - SPM renewed Subscription ID
- reseller
Addresses GetSubscribed Service Reseller Address[] - Address.
- reseller
Contacts GetSubscribed Service Reseller Contact[] - User.
- reseller
Customers GetSubscribed Service Reseller Customer[] - Business partner.
- revenue
Line stringId - Subscribed service Revenue Line Id
- revenue
Line stringNumber - Revenue Line NUmber of Subscribed Service
- revised
Arr stringIn Lc - Subscribed service Revised ARR
- revised
Arr stringIn Sc - Subscribed service Revised ARR in Standard Currency
- sales
Account stringParty Id - Subscribed service sales account party id
- sales
Channel string - Sales Channel of Subscribed Service
- serial
Number string - Subscribed service line number
- service
To GetAddresses Subscribed Service Service To Address[] - Address.
- service
To GetContacts Subscribed Service Service To Contact[] - User.
- service
To GetCustomers Subscribed Service Service To Customer[] - Business partner.
- sold
To GetContacts Subscribed Service Sold To Contact[] - User.
- sold
To GetCustomers Subscribed Service Sold To Customer[] - Business partner.
- start
Date stringType - Subscribed service start date type
- status string
- Subscribed service status
- subscribed
Service stringId - SPM internal Subscribed Service ID
- subscription
Id string - Subscription ID associated to the subscribed service
- subscription
Source string - Subscribed service source
- system
Arr stringIn Lc - Subscribed service System ARR
- system
Arr stringIn Sc - Subscribed service System ARR in Standard Currency
- system
Atr stringArr In Lc - Subscribed service System ATR-ARR
- system
Atr stringArr In Sc - Subscribed service System ATR-ARR in Standard Currency
- term
Value string - Term value in Months
- term
Value stringUom - Term value UOM
- time
Agreement stringEnd - Subscribed service agrrement end date
- time
Created string - Subscribed service creation date
- time
Customer stringConfig - Subscribed service customer config date
- time
End string - Subscribed service end date
- time
Majorset stringEnd - Subscribed service Major Set End date
- time
Majorset stringStart - Subscribed service Major Set Start date
- time
Payment stringExpiry - Subscribed service payment expiry date
- time
Provisioned string - Subscribed service provisioning date
- time
Service stringConfiguration Email Sent - Subscribed service service configuration email sent date
- time
Start string - Subscribed service start date
- time
Updated string - Subscribed service last update date
- time
Welcome stringEmail Sent - Subscribed service welcome email sent date
- total
Value string - Subscribed service total value
- transaction
Extension stringId - Subscribed service Transaction Extension Id
- type string
- Subscribed Service line type
- updated
By string - User that updated the subscribed service
- used
Amount string - Subscribed service used amount
- fields string[]
- admin_
email str - Subscribed service admin email id
- agreement_
id str - Subscribed service agreement ID
- agreement_
name str - Subscribed service agrrement name
- agreement_
type str - Subscribed service agrrement type
- available_
amount str - Commitment available amount
- bill_
to_ Sequence[onesubsription.addresses Get Subscribed Service Bill To Address] - Address.
- bill_
to_ Sequence[onesubsription.contacts Get Subscribed Service Bill To Contact] - User.
- bill_
to_ Sequence[onesubsription.customers Get Subscribed Service Bill To Customer] - Business partner.
- billing_
frequency str - Subscribed service invoice frequency
- booking_
opty_ strnumber - Booking Opportunity Number of Subscribed Service
- buyer_
email str - Subscribed service buyer email id
- commitment_
schedule_ strid - Subscribed service commitment schedule Id
- commitment_
services Sequence[onesubsription.Get Subscribed Service Commitment Service] - List of Commitment services of a line
- created_
by str - User that created the Payment term
- credit_
percentage str - Subscribed service credit percentage
- csi str
- Subscribed service CSI number
- customer_
transaction_ strreference - Identifier for a customer's transactions for purchase of ay oracle services
- data_
center str - Subscribed service data center
- data_
center_ strregion - Subscribed service data center region
- eligible_
to_ strrenew - Subscribed service eligible to renew field
- end_
user_ Sequence[onesubsription.addresses Get Subscribed Service End User Address] - Address.
- end_
user_ Sequence[onesubsription.contacts Get Subscribed Service End User Contact] - User.
- end_
user_ Sequence[onesubsription.customers Get Subscribed Service End User Customer] - Business partner.
- fulfillment_
set str - Subscribed service fulfillment set
- funded_
allocation_ strvalue - Funded Allocation line value example: 12000.00
- id str
- The provider-assigned unique ID for this managed resource.
- is_
allowance bool - Indicates if a service can recieve usages and consequently have available amounts computed
- is_
cap_ boolto_ price_ list - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- is_
credit_ boolenabled - Used in context of service credit lines
- is_
having_ boolusage - Indicator on whether or not there has been usage for the subscribed service
- is_
intent_ boolto_ pay - Subscribed service intent to pay flag
- is_
payg bool - Subscribed service payg flag
- is_
single_ boolrate_ card - Indicates if the Subscribed service has a single ratecard
- is_
variable_ boolcommitment - Indicates if the commitment lines can have different quantities
- line_
net_ stramount - Subscribed service line net amount
- major_
set str - Subscribed service Major Set
- net_
unit_ strprice - Rate card tier net unit price
- operation_
type str - Subscribed service operation type
- order_
header_ strid - Sales Order Header associated to the subscribed service
- order_
line_ strid - Sales Order Line Id associated to the subscribed service
- order_
line_ intnumber - Sales Order Line Number associated to the subscribed service
- order_
number str - Sales Order Number associated to the subscribed service
- order_
type str - Order Type of Subscribed Service
- original_
promo_ stramount - Subscribed service Promotion Amount
- overage_
bill_ strto - Overage Bill To of Subscribed Service
- overage_
discount_ strpercentage - Subscribed service Overage Discount Percentage
- overage_
policy str - Overage Policy of Subscribed Service
- partner_
credit_ stramount - Subscribed service partner credit amount
- partner_
transaction_ strtype - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- payg_
policy str - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- payment_
method str - Payment Method of Subscribed Service
- payment_
number str - Payment Number of Subscribed Service
- payment_
terms Sequence[onesubsription.Get Subscribed Service Payment Term] - Payment Term details
- price_
period str - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricing_
model str - Subscribed service pricing model
- products
Sequence[onesubsription.
Get Subscribed Service Product] - Product description
- program_
type str - Subscribed service program type
- promo_
order_ strline_ id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promo_
type str - Subscribed service promotion type
- promotion_
pricing_ strtype - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioning_
source str - Subscribed service provisioning source
- quantity str
- Subscribed service quantity
- rate_
card_ strdiscount_ percentage - Subscribed service Rate Card Discount Percentage
- rate_
cards Sequence[onesubsription.Get Subscribed Service Rate Card] - List of Rate Cards of a Subscribed Service
- ratecard_
type str - SPM Ratecard Type
- renewal_
opty_ strid - Subscribed service Opportunity Id
- renewal_
opty_ strnumber - Renewal Opportunity Number of Subscribed Service
- renewal_
opty_ strtype - Renewal Opportunity Type of Subscribed Service
- renewed_
subscribed_ strservice_ id - SPM renewed Subscription ID
- reseller_
addresses Sequence[onesubsription.Get Subscribed Service Reseller Address] - Address.
- reseller_
contacts Sequence[onesubsription.Get Subscribed Service Reseller Contact] - User.
- reseller_
customers Sequence[onesubsription.Get Subscribed Service Reseller Customer] - Business partner.
- revenue_
line_ strid - Subscribed service Revenue Line Id
- revenue_
line_ strnumber - Revenue Line NUmber of Subscribed Service
- revised_
arr_ strin_ lc - Subscribed service Revised ARR
- revised_
arr_ strin_ sc - Subscribed service Revised ARR in Standard Currency
- sales_
account_ strparty_ id - Subscribed service sales account party id
- sales_
channel str - Sales Channel of Subscribed Service
- serial_
number str - Subscribed service line number
- service_
to_ Sequence[onesubsription.addresses Get Subscribed Service Service To Address] - Address.
- service_
to_ Sequence[onesubsription.contacts Get Subscribed Service Service To Contact] - User.
- service_
to_ Sequence[onesubsription.customers Get Subscribed Service Service To Customer] - Business partner.
- sold_
to_ Sequence[onesubsription.contacts Get Subscribed Service Sold To Contact] - User.
- sold_
to_ Sequence[onesubsription.customers Get Subscribed Service Sold To Customer] - Business partner.
- start_
date_ strtype - Subscribed service start date type
- status str
- Subscribed service status
- subscribed_
service_ strid - SPM internal Subscribed Service ID
- subscription_
id str - Subscription ID associated to the subscribed service
- subscription_
source str - Subscribed service source
- system_
arr_ strin_ lc - Subscribed service System ARR
- system_
arr_ strin_ sc - Subscribed service System ARR in Standard Currency
- system_
atr_ strarr_ in_ lc - Subscribed service System ATR-ARR
- system_
atr_ strarr_ in_ sc - Subscribed service System ATR-ARR in Standard Currency
- term_
value str - Term value in Months
- term_
value_ struom - Term value UOM
- time_
agreement_ strend - Subscribed service agrrement end date
- time_
created str - Subscribed service creation date
- time_
customer_ strconfig - Subscribed service customer config date
- time_
end str - Subscribed service end date
- time_
majorset_ strend - Subscribed service Major Set End date
- time_
majorset_ strstart - Subscribed service Major Set Start date
- time_
payment_ strexpiry - Subscribed service payment expiry date
- time_
provisioned str - Subscribed service provisioning date
- time_
service_ strconfiguration_ email_ sent - Subscribed service service configuration email sent date
- time_
start str - Subscribed service start date
- time_
updated str - Subscribed service last update date
- time_
welcome_ stremail_ sent - Subscribed service welcome email sent date
- total_
value str - Subscribed service total value
- transaction_
extension_ strid - Subscribed service Transaction Extension Id
- type str
- Subscribed Service line type
- updated_
by str - User that updated the subscribed service
- used_
amount str - Subscribed service used amount
- fields Sequence[str]
- admin
Email String - Subscribed service admin email id
- agreement
Id String - Subscribed service agreement ID
- agreement
Name String - Subscribed service agrrement name
- agreement
Type String - Subscribed service agrrement type
- available
Amount String - Commitment available amount
- bill
To List<Property Map>Addresses - Address.
- bill
To List<Property Map>Contacts - User.
- bill
To List<Property Map>Customers - Business partner.
- billing
Frequency String - Subscribed service invoice frequency
- booking
Opty StringNumber - Booking Opportunity Number of Subscribed Service
- buyer
Email String - Subscribed service buyer email id
- commitment
Schedule StringId - Subscribed service commitment schedule Id
- commitment
Services List<Property Map> - List of Commitment services of a line
- created
By String - User that created the Payment term
- credit
Percentage String - Subscribed service credit percentage
- csi String
- Subscribed service CSI number
- customer
Transaction StringReference - Identifier for a customer's transactions for purchase of ay oracle services
- data
Center String - Subscribed service data center
- data
Center StringRegion - Subscribed service data center region
- eligible
To StringRenew - Subscribed service eligible to renew field
- end
User List<Property Map>Addresses - Address.
- end
User List<Property Map>Contacts - User.
- end
User List<Property Map>Customers - Business partner.
- fulfillment
Set String - Subscribed service fulfillment set
- funded
Allocation StringValue - Funded Allocation line value example: 12000.00
- id String
- The provider-assigned unique ID for this managed resource.
- is
Allowance Boolean - Indicates if a service can recieve usages and consequently have available amounts computed
- is
Cap BooleanTo Price List - If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- is
Credit BooleanEnabled - Used in context of service credit lines
- is
Having BooleanUsage - Indicator on whether or not there has been usage for the subscribed service
- is
Intent BooleanTo Pay - Subscribed service intent to pay flag
- is
Payg Boolean - Subscribed service payg flag
- is
Single BooleanRate Card - Indicates if the Subscribed service has a single ratecard
- is
Variable BooleanCommitment - Indicates if the commitment lines can have different quantities
- line
Net StringAmount - Subscribed service line net amount
- major
Set String - Subscribed service Major Set
- net
Unit StringPrice - Rate card tier net unit price
- operation
Type String - Subscribed service operation type
- order
Header StringId - Sales Order Header associated to the subscribed service
- order
Line StringId - Sales Order Line Id associated to the subscribed service
- order
Line NumberNumber - Sales Order Line Number associated to the subscribed service
- order
Number String - Sales Order Number associated to the subscribed service
- order
Type String - Order Type of Subscribed Service
- original
Promo StringAmount - Subscribed service Promotion Amount
- overage
Bill StringTo - Overage Bill To of Subscribed Service
- overage
Discount StringPercentage - Subscribed service Overage Discount Percentage
- overage
Policy String - Overage Policy of Subscribed Service
- partner
Credit StringAmount - Subscribed service partner credit amount
- partner
Transaction StringType - This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- payg
Policy String - Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- payment
Method String - Payment Method of Subscribed Service
- payment
Number String - Payment Number of Subscribed Service
- payment
Terms List<Property Map> - Payment Term details
- price
Period String - Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricing
Model String - Subscribed service pricing model
- products List<Property Map>
- Product description
- program
Type String - Subscribed service program type
- promo
Order StringLine Id - Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promo
Type String - Subscribed service promotion type
- promotion
Pricing StringType - Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioning
Source String - Subscribed service provisioning source
- quantity String
- Subscribed service quantity
- rate
Card StringDiscount Percentage - Subscribed service Rate Card Discount Percentage
- rate
Cards List<Property Map> - List of Rate Cards of a Subscribed Service
- ratecard
Type String - SPM Ratecard Type
- renewal
Opty StringId - Subscribed service Opportunity Id
- renewal
Opty StringNumber - Renewal Opportunity Number of Subscribed Service
- renewal
Opty StringType - Renewal Opportunity Type of Subscribed Service
- renewed
Subscribed StringService Id - SPM renewed Subscription ID
- reseller
Addresses List<Property Map> - Address.
- reseller
Contacts List<Property Map> - User.
- reseller
Customers List<Property Map> - Business partner.
- revenue
Line StringId - Subscribed service Revenue Line Id
- revenue
Line StringNumber - Revenue Line NUmber of Subscribed Service
- revised
Arr StringIn Lc - Subscribed service Revised ARR
- revised
Arr StringIn Sc - Subscribed service Revised ARR in Standard Currency
- sales
Account StringParty Id - Subscribed service sales account party id
- sales
Channel String - Sales Channel of Subscribed Service
- serial
Number String - Subscribed service line number
- service
To List<Property Map>Addresses - Address.
- service
To List<Property Map>Contacts - User.
- service
To List<Property Map>Customers - Business partner.
- sold
To List<Property Map>Contacts - User.
- sold
To List<Property Map>Customers - Business partner.
- start
Date StringType - Subscribed service start date type
- status String
- Subscribed service status
- subscribed
Service StringId - SPM internal Subscribed Service ID
- subscription
Id String - Subscription ID associated to the subscribed service
- subscription
Source String - Subscribed service source
- system
Arr StringIn Lc - Subscribed service System ARR
- system
Arr StringIn Sc - Subscribed service System ARR in Standard Currency
- system
Atr StringArr In Lc - Subscribed service System ATR-ARR
- system
Atr StringArr In Sc - Subscribed service System ATR-ARR in Standard Currency
- term
Value String - Term value in Months
- term
Value StringUom - Term value UOM
- time
Agreement StringEnd - Subscribed service agrrement end date
- time
Created String - Subscribed service creation date
- time
Customer StringConfig - Subscribed service customer config date
- time
End String - Subscribed service end date
- time
Majorset StringEnd - Subscribed service Major Set End date
- time
Majorset StringStart - Subscribed service Major Set Start date
- time
Payment StringExpiry - Subscribed service payment expiry date
- time
Provisioned String - Subscribed service provisioning date
- time
Service StringConfiguration Email Sent - Subscribed service service configuration email sent date
- time
Start String - Subscribed service start date
- time
Updated String - Subscribed service last update date
- time
Welcome StringEmail Sent - Subscribed service welcome email sent date
- total
Value String - Subscribed service total value
- transaction
Extension StringId - Subscribed service Transaction Extension Id
- type String
- Subscribed Service line type
- updated
By String - User that updated the subscribed service
- used
Amount String - Subscribed service used amount
- fields List<String>
Supporting Types
GetSubscribedServiceBillToAddress
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
List<Get
Subscribed Service Bill To Address Location> - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
[]Get
Subscribed Service Bill To Address Location - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations
List<Get
Subscribed Service Bill To Address Location> - Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
- bill
Site stringUse Id - Bill to site use Id.
- is
Bill booleanTo - Identify as the customer shipping address.
- is
Ship booleanTo - Identify as the customer invoicing address.
- locations
Get
Subscribed Service Bill To Address Location[] - Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2site
Use stringId - Service to site use Id.
- tca
Cust stringAcct Site Id - TCA customer account site Id.
- tca
Party stringSite Number - Party site number.
- bill_
site_ struse_ id - Bill to site use Id.
- is_
bill_ boolto - Identify as the customer shipping address.
- is_
ship_ boolto - Identify as the customer invoicing address.
- locations
Sequence[onesubsription.
Get Subscribed Service Bill To Address Location] - Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_
use_ strid - Service to site use Id.
- tca_
cust_ stracct_ site_ id - TCA customer account site Id.
- tca_
party_ strsite_ number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
GetSubscribedServiceBillToAddressLocation
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postal
Code string - Postal code.
- region string
- Region.
- tca
Location stringId - Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_
code str - Postal code.
- region str
- Region.
- tca_
location_ strid - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
GetSubscribedServiceBillToContact
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
- email string
- Email.
- first
Name string - First name.
- last
Name string - Last name.
- name string
- Commercial name also called customer name.
- tca
Contact stringId - TCA contact ID.
- tca
Cust stringAccnt Site Id - TCA customer account site ID.
- tca
Party stringId - TCA party ID.
- username string
- Username.
- email str
- Email.
- first_
name str - First name.
- last_
name str - Last name.
- name str
- Commercial name also called customer name.
- tca_
contact_ strid - TCA contact ID.
- tca_
cust_ straccnt_ site_ id - TCA customer account site ID.
- tca_
party_ strid - TCA party ID.
- username str
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
GetSubscribedServiceBillToCustomer
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
- customer
Chain stringType - Customer chain type.
- is
Chain booleanCustomer - The business partner is chain customer or not.
- is
Public booleanSector - The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- name
Phonetic string - Phonetic name.
- tca
Cust stringAccount Number - TCA customer account number.
- tca
Customer stringAccount Id - TCA customer account ID.
- tca
Party stringId - TCA party ID.
- tca
Party stringNumber - TCA party number.
- customer_
chain_ strtype - Customer chain type.
- is_
chain_ boolcustomer - The business partner is chain customer or not.
- is_
public_ boolsector - The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_
phonetic str - Phonetic name.
- tca_
cust_ straccount_ number - TCA customer account number.
- tca_
customer_ straccount_ id - TCA customer account ID.
- tca_
party_ strid - TCA party ID.
- tca_
party_ strnumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
GetSubscribedServiceCommitmentService
- Available
Amount string - Commitment available amount
- Funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- Line
Net stringAmount - Subscribed service line net amount
- Quantity string
- Subscribed service quantity
- Time
End string - Subscribed service end date
- Time
Start string - Subscribed service start date
- Available
Amount string - Commitment available amount
- Funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- Line
Net stringAmount - Subscribed service line net amount
- Quantity string
- Subscribed service quantity
- Time
End string - Subscribed service end date
- Time
Start string - Subscribed service start date
- available
Amount String - Commitment available amount
- funded
Allocation StringValue - Funded Allocation line value example: 12000.00
- line
Net StringAmount - Subscribed service line net amount
- quantity String
- Subscribed service quantity
- time
End String - Subscribed service end date
- time
Start String - Subscribed service start date
- available
Amount string - Commitment available amount
- funded
Allocation stringValue - Funded Allocation line value example: 12000.00
- line
Net stringAmount - Subscribed service line net amount
- quantity string
- Subscribed service quantity
- time
End string - Subscribed service end date
- time
Start string - Subscribed service start date
- available_
amount str - Commitment available amount
- funded_
allocation_ strvalue - Funded Allocation line value example: 12000.00
- line_
net_ stramount - Subscribed service line net amount
- quantity str
- Subscribed service quantity
- time_
end str - Subscribed service end date
- time_
start str - Subscribed service start date
- available
Amount String - Commitment available amount
- funded
Allocation StringValue - Funded Allocation line value example: 12000.00
- line
Net StringAmount - Subscribed service line net amount
- quantity String
- Subscribed service quantity
- time
End String - Subscribed service end date
- time
Start String - Subscribed service start date
GetSubscribedServiceEndUserAddress
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
List<Get
Subscribed Service End User Address Location> - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
[]Get
Subscribed Service End User Address Location - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations
List<Get
Subscribed Service End User Address Location> - Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
- bill
Site stringUse Id - Bill to site use Id.
- is
Bill booleanTo - Identify as the customer shipping address.
- is
Ship booleanTo - Identify as the customer invoicing address.
- locations
Get
Subscribed Service End User Address Location[] - Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2site
Use stringId - Service to site use Id.
- tca
Cust stringAcct Site Id - TCA customer account site Id.
- tca
Party stringSite Number - Party site number.
- bill_
site_ struse_ id - Bill to site use Id.
- is_
bill_ boolto - Identify as the customer shipping address.
- is_
ship_ boolto - Identify as the customer invoicing address.
- locations
Sequence[onesubsription.
Get Subscribed Service End User Address Location] - Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_
use_ strid - Service to site use Id.
- tca_
cust_ stracct_ site_ id - TCA customer account site Id.
- tca_
party_ strsite_ number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
GetSubscribedServiceEndUserAddressLocation
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postal
Code string - Postal code.
- region string
- Region.
- tca
Location stringId - Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_
code str - Postal code.
- region str
- Region.
- tca_
location_ strid - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
GetSubscribedServiceEndUserContact
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
- email string
- Email.
- first
Name string - First name.
- last
Name string - Last name.
- name string
- Commercial name also called customer name.
- tca
Contact stringId - TCA contact ID.
- tca
Cust stringAccnt Site Id - TCA customer account site ID.
- tca
Party stringId - TCA party ID.
- username string
- Username.
- email str
- Email.
- first_
name str - First name.
- last_
name str - Last name.
- name str
- Commercial name also called customer name.
- tca_
contact_ strid - TCA contact ID.
- tca_
cust_ straccnt_ site_ id - TCA customer account site ID.
- tca_
party_ strid - TCA party ID.
- username str
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
GetSubscribedServiceEndUserCustomer
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
- customer
Chain stringType - Customer chain type.
- is
Chain booleanCustomer - The business partner is chain customer or not.
- is
Public booleanSector - The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- name
Phonetic string - Phonetic name.
- tca
Cust stringAccount Number - TCA customer account number.
- tca
Customer stringAccount Id - TCA customer account ID.
- tca
Party stringId - TCA party ID.
- tca
Party stringNumber - TCA party number.
- customer_
chain_ strtype - Customer chain type.
- is_
chain_ boolcustomer - The business partner is chain customer or not.
- is_
public_ boolsector - The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_
phonetic str - Phonetic name.
- tca_
cust_ straccount_ number - TCA customer account number.
- tca_
customer_ straccount_ id - TCA customer account ID.
- tca_
party_ strid - TCA party ID.
- tca_
party_ strnumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
GetSubscribedServicePaymentTerm
- Created
By string - User that created the Payment term
- Description string
- Payment term Description
- Is
Active bool - Payment term active flag
- Name string
- Commercial name also called customer name.
- Time
Created string - Subscribed service creation date
- Time
Updated string - Subscribed service last update date
- Updated
By string - User that updated the subscribed service
- Value string
- Payment Term value
- Created
By string - User that created the Payment term
- Description string
- Payment term Description
- Is
Active bool - Payment term active flag
- Name string
- Commercial name also called customer name.
- Time
Created string - Subscribed service creation date
- Time
Updated string - Subscribed service last update date
- Updated
By string - User that updated the subscribed service
- Value string
- Payment Term value
- created
By String - User that created the Payment term
- description String
- Payment term Description
- is
Active Boolean - Payment term active flag
- name String
- Commercial name also called customer name.
- time
Created String - Subscribed service creation date
- time
Updated String - Subscribed service last update date
- updated
By String - User that updated the subscribed service
- value String
- Payment Term value
- created
By string - User that created the Payment term
- description string
- Payment term Description
- is
Active boolean - Payment term active flag
- name string
- Commercial name also called customer name.
- time
Created string - Subscribed service creation date
- time
Updated string - Subscribed service last update date
- updated
By string - User that updated the subscribed service
- value string
- Payment Term value
- created_
by str - User that created the Payment term
- description str
- Payment term Description
- is_
active bool - Payment term active flag
- name str
- Commercial name also called customer name.
- time_
created str - Subscribed service creation date
- time_
updated str - Subscribed service last update date
- updated_
by str - User that updated the subscribed service
- value str
- Payment Term value
- created
By String - User that created the Payment term
- description String
- Payment term Description
- is
Active Boolean - Payment term active flag
- name String
- Commercial name also called customer name.
- time
Created String - Subscribed service creation date
- time
Updated String - Subscribed service last update date
- updated
By String - User that updated the subscribed service
- value String
- Payment Term value
GetSubscribedServiceProduct
- Billing
Category string - Metered service billing category
- Name string
- Commercial name also called customer name.
- Part
Number string - Product part numner
- Product
Category string - Product category
- Ucm
Rate stringCard Part Type - Rate card part type of Product
- Unit
Of stringMeasure - Unit of measure
- Billing
Category string - Metered service billing category
- Name string
- Commercial name also called customer name.
- Part
Number string - Product part numner
- Product
Category string - Product category
- Ucm
Rate stringCard Part Type - Rate card part type of Product
- Unit
Of stringMeasure - Unit of measure
- billing
Category String - Metered service billing category
- name String
- Commercial name also called customer name.
- part
Number String - Product part numner
- product
Category String - Product category
- ucm
Rate StringCard Part Type - Rate card part type of Product
- unit
Of StringMeasure - Unit of measure
- billing
Category string - Metered service billing category
- name string
- Commercial name also called customer name.
- part
Number string - Product part numner
- product
Category string - Product category
- ucm
Rate stringCard Part Type - Rate card part type of Product
- unit
Of stringMeasure - Unit of measure
- billing_
category str - Metered service billing category
- name str
- Commercial name also called customer name.
- part_
number str - Product part numner
- product_
category str - Product category
- ucm_
rate_ strcard_ part_ type - Rate card part type of Product
- unit_
of_ strmeasure - Unit of measure
- billing
Category String - Metered service billing category
- name String
- Commercial name also called customer name.
- part
Number String - Product part numner
- product
Category String - Product category
- ucm
Rate StringCard Part Type - Rate card part type of Product
- unit
Of StringMeasure - Unit of measure
GetSubscribedServiceRateCard
- Currencies
List<Get
Subscribed Service Rate Card Currency> - Currency details
- Discretionary
Discount stringPercentage - Rate card discretionary discount percentage
- Is
Tier bool - Rate card price tier flag
- Net
Unit stringPrice - Rate card tier net unit price
- Overage
Price string - Rate card tier overage price
- Products
List<Get
Subscribed Service Rate Card Product> - Product description
- Rate
Card List<GetTiers Subscribed Service Rate Card Rate Card Tier> - List of tiered rate card prices
- Subscribed
Service stringId - The Subscribed Service Id
- Time
End string - Subscribed service end date
- Time
Start string - Subscribed service start date
- Currencies
[]Get
Subscribed Service Rate Card Currency - Currency details
- Discretionary
Discount stringPercentage - Rate card discretionary discount percentage
- Is
Tier bool - Rate card price tier flag
- Net
Unit stringPrice - Rate card tier net unit price
- Overage
Price string - Rate card tier overage price
- Products
[]Get
Subscribed Service Rate Card Product - Product description
- Rate
Card []GetTiers Subscribed Service Rate Card Rate Card Tier - List of tiered rate card prices
- Subscribed
Service stringId - The Subscribed Service Id
- Time
End string - Subscribed service end date
- Time
Start string - Subscribed service start date
- currencies
List<Get
Subscribed Service Rate Card Currency> - Currency details
- discretionary
Discount StringPercentage - Rate card discretionary discount percentage
- is
Tier Boolean - Rate card price tier flag
- net
Unit StringPrice - Rate card tier net unit price
- overage
Price String - Rate card tier overage price
- products
List<Get
Subscribed Service Rate Card Product> - Product description
- rate
Card List<GetTiers Subscribed Service Rate Card Rate Card Tier> - List of tiered rate card prices
- subscribed
Service StringId - The Subscribed Service Id
- time
End String - Subscribed service end date
- time
Start String - Subscribed service start date
- currencies
Get
Subscribed Service Rate Card Currency[] - Currency details
- discretionary
Discount stringPercentage - Rate card discretionary discount percentage
- is
Tier boolean - Rate card price tier flag
- net
Unit stringPrice - Rate card tier net unit price
- overage
Price string - Rate card tier overage price
- products
Get
Subscribed Service Rate Card Product[] - Product description
- rate
Card GetTiers Subscribed Service Rate Card Rate Card Tier[] - List of tiered rate card prices
- subscribed
Service stringId - The Subscribed Service Id
- time
End string - Subscribed service end date
- time
Start string - Subscribed service start date
- currencies
Sequence[onesubsription.
Get Subscribed Service Rate Card Currency] - Currency details
- discretionary_
discount_ strpercentage - Rate card discretionary discount percentage
- is_
tier bool - Rate card price tier flag
- net_
unit_ strprice - Rate card tier net unit price
- overage_
price str - Rate card tier overage price
- products
Sequence[onesubsription.
Get Subscribed Service Rate Card Product] - Product description
- rate_
card_ Sequence[onesubsription.tiers Get Subscribed Service Rate Card Rate Card Tier] - List of tiered rate card prices
- subscribed_
service_ strid - The Subscribed Service Id
- time_
end str - Subscribed service end date
- time_
start str - Subscribed service start date
- currencies List<Property Map>
- Currency details
- discretionary
Discount StringPercentage - Rate card discretionary discount percentage
- is
Tier Boolean - Rate card price tier flag
- net
Unit StringPrice - Rate card tier net unit price
- overage
Price String - Rate card tier overage price
- products List<Property Map>
- Product description
- rate
Card List<Property Map>Tiers - List of tiered rate card prices
- subscribed
Service StringId - The Subscribed Service Id
- time
End String - Subscribed service end date
- time
Start String - Subscribed service start date
GetSubscribedServiceRateCardCurrency
- Iso
Code string - Currency Code
- Name string
- Commercial name also called customer name.
- Std
Precision string - Standard Precision of the Currency
- Iso
Code string - Currency Code
- Name string
- Commercial name also called customer name.
- Std
Precision string - Standard Precision of the Currency
- iso
Code String - Currency Code
- name String
- Commercial name also called customer name.
- std
Precision String - Standard Precision of the Currency
- iso
Code string - Currency Code
- name string
- Commercial name also called customer name.
- std
Precision string - Standard Precision of the Currency
- iso_
code str - Currency Code
- name str
- Commercial name also called customer name.
- std_
precision str - Standard Precision of the Currency
- iso
Code String - Currency Code
- name String
- Commercial name also called customer name.
- std
Precision String - Standard Precision of the Currency
GetSubscribedServiceRateCardProduct
- Billing
Category string - Metered service billing category
- Name string
- Commercial name also called customer name.
- Part
Number string - Product part numner
- Product
Category string - Product category
- Ucm
Rate stringCard Part Type - Rate card part type of Product
- Unit
Of stringMeasure - Unit of measure
- Billing
Category string - Metered service billing category
- Name string
- Commercial name also called customer name.
- Part
Number string - Product part numner
- Product
Category string - Product category
- Ucm
Rate stringCard Part Type - Rate card part type of Product
- Unit
Of stringMeasure - Unit of measure
- billing
Category String - Metered service billing category
- name String
- Commercial name also called customer name.
- part
Number String - Product part numner
- product
Category String - Product category
- ucm
Rate StringCard Part Type - Rate card part type of Product
- unit
Of StringMeasure - Unit of measure
- billing
Category string - Metered service billing category
- name string
- Commercial name also called customer name.
- part
Number string - Product part numner
- product
Category string - Product category
- ucm
Rate stringCard Part Type - Rate card part type of Product
- unit
Of stringMeasure - Unit of measure
- billing_
category str - Metered service billing category
- name str
- Commercial name also called customer name.
- part_
number str - Product part numner
- product_
category str - Product category
- ucm_
rate_ strcard_ part_ type - Rate card part type of Product
- unit_
of_ strmeasure - Unit of measure
- billing
Category String - Metered service billing category
- name String
- Commercial name also called customer name.
- part
Number String - Product part numner
- product
Category String - Product category
- ucm
Rate StringCard Part Type - Rate card part type of Product
- unit
Of StringMeasure - Unit of measure
GetSubscribedServiceRateCardRateCardTier
- Net
Unit stringPrice - Rate card tier net unit price
- Overage
Price string - Rate card tier overage price
- Up
To stringQuantity - Rate card tier quantity range
- Net
Unit stringPrice - Rate card tier net unit price
- Overage
Price string - Rate card tier overage price
- Up
To stringQuantity - Rate card tier quantity range
- net
Unit StringPrice - Rate card tier net unit price
- overage
Price String - Rate card tier overage price
- up
To StringQuantity - Rate card tier quantity range
- net
Unit stringPrice - Rate card tier net unit price
- overage
Price string - Rate card tier overage price
- up
To stringQuantity - Rate card tier quantity range
- net_
unit_ strprice - Rate card tier net unit price
- overage_
price str - Rate card tier overage price
- up_
to_ strquantity - Rate card tier quantity range
- net
Unit StringPrice - Rate card tier net unit price
- overage
Price String - Rate card tier overage price
- up
To StringQuantity - Rate card tier quantity range
GetSubscribedServiceResellerAddress
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
List<Get
Subscribed Service Reseller Address Location> - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
[]Get
Subscribed Service Reseller Address Location - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations
List<Get
Subscribed Service Reseller Address Location> - Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
- bill
Site stringUse Id - Bill to site use Id.
- is
Bill booleanTo - Identify as the customer shipping address.
- is
Ship booleanTo - Identify as the customer invoicing address.
- locations
Get
Subscribed Service Reseller Address Location[] - Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2site
Use stringId - Service to site use Id.
- tca
Cust stringAcct Site Id - TCA customer account site Id.
- tca
Party stringSite Number - Party site number.
- bill_
site_ struse_ id - Bill to site use Id.
- is_
bill_ boolto - Identify as the customer shipping address.
- is_
ship_ boolto - Identify as the customer invoicing address.
- locations
Sequence[onesubsription.
Get Subscribed Service Reseller Address Location] - Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_
use_ strid - Service to site use Id.
- tca_
cust_ stracct_ site_ id - TCA customer account site Id.
- tca_
party_ strsite_ number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
GetSubscribedServiceResellerAddressLocation
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postal
Code string - Postal code.
- region string
- Region.
- tca
Location stringId - Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_
code str - Postal code.
- region str
- Region.
- tca_
location_ strid - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
GetSubscribedServiceResellerContact
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
- email string
- Email.
- first
Name string - First name.
- last
Name string - Last name.
- name string
- Commercial name also called customer name.
- tca
Contact stringId - TCA contact ID.
- tca
Cust stringAccnt Site Id - TCA customer account site ID.
- tca
Party stringId - TCA party ID.
- username string
- Username.
- email str
- Email.
- first_
name str - First name.
- last_
name str - Last name.
- name str
- Commercial name also called customer name.
- tca_
contact_ strid - TCA contact ID.
- tca_
cust_ straccnt_ site_ id - TCA customer account site ID.
- tca_
party_ strid - TCA party ID.
- username str
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
GetSubscribedServiceResellerCustomer
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
- customer
Chain stringType - Customer chain type.
- is
Chain booleanCustomer - The business partner is chain customer or not.
- is
Public booleanSector - The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- name
Phonetic string - Phonetic name.
- tca
Cust stringAccount Number - TCA customer account number.
- tca
Customer stringAccount Id - TCA customer account ID.
- tca
Party stringId - TCA party ID.
- tca
Party stringNumber - TCA party number.
- customer_
chain_ strtype - Customer chain type.
- is_
chain_ boolcustomer - The business partner is chain customer or not.
- is_
public_ boolsector - The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_
phonetic str - Phonetic name.
- tca_
cust_ straccount_ number - TCA customer account number.
- tca_
customer_ straccount_ id - TCA customer account ID.
- tca_
party_ strid - TCA party ID.
- tca_
party_ strnumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
GetSubscribedServiceServiceToAddress
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
List<Get
Subscribed Service Service To Address Location> - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- Bill
Site stringUse Id - Bill to site use Id.
- Is
Bill boolTo - Identify as the customer shipping address.
- Is
Ship boolTo - Identify as the customer invoicing address.
- Locations
[]Get
Subscribed Service Service To Address Location - Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2site
Use stringId - Service to site use Id.
- Tca
Cust stringAcct Site Id - TCA customer account site Id.
- Tca
Party stringSite Number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations
List<Get
Subscribed Service Service To Address Location> - Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
- bill
Site stringUse Id - Bill to site use Id.
- is
Bill booleanTo - Identify as the customer shipping address.
- is
Ship booleanTo - Identify as the customer invoicing address.
- locations
Get
Subscribed Service Service To Address Location[] - Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2site
Use stringId - Service to site use Id.
- tca
Cust stringAcct Site Id - TCA customer account site Id.
- tca
Party stringSite Number - Party site number.
- bill_
site_ struse_ id - Bill to site use Id.
- is_
bill_ boolto - Identify as the customer shipping address.
- is_
ship_ boolto - Identify as the customer invoicing address.
- locations
Sequence[onesubsription.
Get Subscribed Service Service To Address Location] - Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_
use_ strid - Service to site use Id.
- tca_
cust_ stracct_ site_ id - TCA customer account site Id.
- tca_
party_ strsite_ number - Party site number.
- bill
Site StringUse Id - Bill to site use Id.
- is
Bill BooleanTo - Identify as the customer shipping address.
- is
Ship BooleanTo - Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2site
Use StringId - Service to site use Id.
- tca
Cust StringAcct Site Id - TCA customer account site Id.
- tca
Party StringSite Number - Party site number.
GetSubscribedServiceServiceToAddressLocation
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- Postal
Code string - Postal code.
- Region string
- Region.
- Tca
Location stringId - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postal
Code string - Postal code.
- region string
- Region.
- tca
Location stringId - Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_
code str - Postal code.
- region str
- Region.
- tca_
location_ strid - Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postal
Code String - Postal code.
- region String
- Region.
- tca
Location StringId - Region.
GetSubscribedServiceServiceToContact
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
- email string
- Email.
- first
Name string - First name.
- last
Name string - Last name.
- name string
- Commercial name also called customer name.
- tca
Contact stringId - TCA contact ID.
- tca
Cust stringAccnt Site Id - TCA customer account site ID.
- tca
Party stringId - TCA party ID.
- username string
- Username.
- email str
- Email.
- first_
name str - First name.
- last_
name str - Last name.
- name str
- Commercial name also called customer name.
- tca_
contact_ strid - TCA contact ID.
- tca_
cust_ straccnt_ site_ id - TCA customer account site ID.
- tca_
party_ strid - TCA party ID.
- username str
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
GetSubscribedServiceServiceToCustomer
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
- customer
Chain stringType - Customer chain type.
- is
Chain booleanCustomer - The business partner is chain customer or not.
- is
Public booleanSector - The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- name
Phonetic string - Phonetic name.
- tca
Cust stringAccount Number - TCA customer account number.
- tca
Customer stringAccount Id - TCA customer account ID.
- tca
Party stringId - TCA party ID.
- tca
Party stringNumber - TCA party number.
- customer_
chain_ strtype - Customer chain type.
- is_
chain_ boolcustomer - The business partner is chain customer or not.
- is_
public_ boolsector - The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_
phonetic str - Phonetic name.
- tca_
cust_ straccount_ number - TCA customer account number.
- tca_
customer_ straccount_ id - TCA customer account ID.
- tca_
party_ strid - TCA party ID.
- tca_
party_ strnumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
GetSubscribedServiceSoldToContact
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- Email string
- Email.
- First
Name string - First name.
- Last
Name string - Last name.
- Name string
- Commercial name also called customer name.
- Tca
Contact stringId - TCA contact ID.
- Tca
Cust stringAccnt Site Id - TCA customer account site ID.
- Tca
Party stringId - TCA party ID.
- Username string
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
- email string
- Email.
- first
Name string - First name.
- last
Name string - Last name.
- name string
- Commercial name also called customer name.
- tca
Contact stringId - TCA contact ID.
- tca
Cust stringAccnt Site Id - TCA customer account site ID.
- tca
Party stringId - TCA party ID.
- username string
- Username.
- email str
- Email.
- first_
name str - First name.
- last_
name str - Last name.
- name str
- Commercial name also called customer name.
- tca_
contact_ strid - TCA contact ID.
- tca_
cust_ straccnt_ site_ id - TCA customer account site ID.
- tca_
party_ strid - TCA party ID.
- username str
- Username.
- email String
- Email.
- first
Name String - First name.
- last
Name String - Last name.
- name String
- Commercial name also called customer name.
- tca
Contact StringId - TCA contact ID.
- tca
Cust StringAccnt Site Id - TCA customer account site ID.
- tca
Party StringId - TCA party ID.
- username String
- Username.
GetSubscribedServiceSoldToCustomer
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- Customer
Chain stringType - Customer chain type.
- Is
Chain boolCustomer - The business partner is chain customer or not.
- Is
Public boolSector - The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- Name
Phonetic string - Phonetic name.
- Tca
Cust stringAccount Number - TCA customer account number.
- Tca
Customer stringAccount Id - TCA customer account ID.
- Tca
Party stringId - TCA party ID.
- Tca
Party stringNumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
- customer
Chain stringType - Customer chain type.
- is
Chain booleanCustomer - The business partner is chain customer or not.
- is
Public booleanSector - The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- name
Phonetic string - Phonetic name.
- tca
Cust stringAccount Number - TCA customer account number.
- tca
Customer stringAccount Id - TCA customer account ID.
- tca
Party stringId - TCA party ID.
- tca
Party stringNumber - TCA party number.
- customer_
chain_ strtype - Customer chain type.
- is_
chain_ boolcustomer - The business partner is chain customer or not.
- is_
public_ boolsector - The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_
phonetic str - Phonetic name.
- tca_
cust_ straccount_ number - TCA customer account number.
- tca_
customer_ straccount_ id - TCA customer account ID.
- tca_
party_ strid - TCA party ID.
- tca_
party_ strnumber - TCA party number.
- customer
Chain StringType - Customer chain type.
- is
Chain BooleanCustomer - The business partner is chain customer or not.
- is
Public BooleanSector - The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- name
Phonetic String - Phonetic name.
- tca
Cust StringAccount Number - TCA customer account number.
- tca
Customer StringAccount Id - TCA customer account ID.
- tca
Party StringId - TCA party ID.
- tca
Party StringNumber - TCA party number.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi