Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.OspGateway.getSubscriptions
Explore with Pulumi AI
This data source provides the list of Subscriptions in Oracle Cloud Infrastructure Osp Gateway service.
Get the subscription data for the compartment
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscriptions = oci.OspGateway.getSubscriptions({
compartmentId: compartmentId,
ospHomeRegion: subscriptionOspHomeRegion,
});
import pulumi
import pulumi_oci as oci
test_subscriptions = oci.OspGateway.get_subscriptions(compartment_id=compartment_id,
osp_home_region=subscription_osp_home_region)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/ospgateway"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ospgateway.GetSubscriptions(ctx, &ospgateway.GetSubscriptionsArgs{
CompartmentId: compartmentId,
OspHomeRegion: subscriptionOspHomeRegion,
}, 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 testSubscriptions = Oci.OspGateway.GetSubscriptions.Invoke(new()
{
CompartmentId = compartmentId,
OspHomeRegion = subscriptionOspHomeRegion,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OspGateway.OspGatewayFunctions;
import com.pulumi.oci.OspGateway.inputs.GetSubscriptionsArgs;
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 testSubscriptions = OspGatewayFunctions.getSubscriptions(GetSubscriptionsArgs.builder()
.compartmentId(compartmentId)
.ospHomeRegion(subscriptionOspHomeRegion)
.build());
}
}
variables:
testSubscriptions:
fn::invoke:
function: oci:OspGateway:getSubscriptions
arguments:
compartmentId: ${compartmentId}
ospHomeRegion: ${subscriptionOspHomeRegion}
Using getSubscriptions
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 getSubscriptions(args: GetSubscriptionsArgs, opts?: InvokeOptions): Promise<GetSubscriptionsResult>
function getSubscriptionsOutput(args: GetSubscriptionsOutputArgs, opts?: InvokeOptions): Output<GetSubscriptionsResult>
def get_subscriptions(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_ospgateway.GetSubscriptionsFilter]] = None,
osp_home_region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubscriptionsResult
def get_subscriptions_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_ospgateway.GetSubscriptionsFilterArgs]]]] = None,
osp_home_region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubscriptionsResult]
func GetSubscriptions(ctx *Context, args *GetSubscriptionsArgs, opts ...InvokeOption) (*GetSubscriptionsResult, error)
func GetSubscriptionsOutput(ctx *Context, args *GetSubscriptionsOutputArgs, opts ...InvokeOption) GetSubscriptionsResultOutput
> Note: This function is named GetSubscriptions
in the Go SDK.
public static class GetSubscriptions
{
public static Task<GetSubscriptionsResult> InvokeAsync(GetSubscriptionsArgs args, InvokeOptions? opts = null)
public static Output<GetSubscriptionsResult> Invoke(GetSubscriptionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubscriptionsResult> getSubscriptions(GetSubscriptionsArgs args, InvokeOptions options)
public static Output<GetSubscriptionsResult> getSubscriptions(GetSubscriptionsArgs args, InvokeOptions options)
fn::invoke:
function: oci:OspGateway/getSubscriptions:getSubscriptions
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment.
- Osp
Home Region This property is required. string - The home region's public name of the logged in user.
- Filters
Changes to this property will trigger replacement.
Subscriptions Filter>
- Compartment
Id This property is required. string - The OCID of the compartment.
- Osp
Home Region This property is required. string - The home region's public name of the logged in user.
- Filters
Changes to this property will trigger replacement.
Subscriptions Filter
- compartment
Id This property is required. String - The OCID of the compartment.
- osp
Home Region This property is required. String - The home region's public name of the logged in user.
- filters
Changes to this property will trigger replacement.
Subscriptions Filter>
- compartment
Id This property is required. string - The OCID of the compartment.
- osp
Home Region This property is required. string - The home region's public name of the logged in user.
- filters
Changes to this property will trigger replacement.
Subscriptions Filter[]
- compartment_
id This property is required. str - The OCID of the compartment.
- osp_
home_ region This property is required. str - The home region's public name of the logged in user.
- filters
Changes to this property will trigger replacement.
Get Subscriptions Filter]
- compartment
Id This property is required. String - The OCID of the compartment.
- osp
Home Region This property is required. String - The home region's public name of the logged in user.
- filters
Changes to this property will trigger replacement.
getSubscriptions Result
The following output properties are available:
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Osp
Home stringRegion - Subscription
Collections List<GetSubscriptions Subscription Collection> - The list of subscription_collection.
- Filters
List<Get
Subscriptions Filter>
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Osp
Home stringRegion - Subscription
Collections []GetSubscriptions Subscription Collection - The list of subscription_collection.
- Filters
[]Get
Subscriptions Filter
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- osp
Home StringRegion - subscription
Collections List<GetSubscriptions Subscription Collection> - The list of subscription_collection.
- filters
List<Get
Subscriptions Filter>
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- osp
Home stringRegion - subscription
Collections GetSubscriptions Subscription Collection[] - The list of subscription_collection.
- filters
Get
Subscriptions Filter[]
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- osp_
home_ strregion - subscription_
collections Sequence[ospgateway.Get Subscriptions Subscription Collection] - The list of subscription_collection.
- filters
Sequence[ospgateway.
Get Subscriptions Filter]
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- osp
Home StringRegion - subscription
Collections List<Property Map> - The list of subscription_collection.
- filters List<Property Map>
Supporting Types
GetSubscriptionsFilter
GetSubscriptionsSubscriptionCollection
- Items
This property is required. List<GetSubscriptions Subscription Collection Item>
- Items
This property is required. []GetSubscriptions Subscription Collection Item
- items
This property is required. List<GetSubscriptions Subscription Collection Item>
- items
This property is required. GetSubscriptions Subscription Collection Item[]
- items
This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item]
- items
This property is required. List<Property Map>
GetSubscriptionsSubscriptionCollectionItem
- Account
Type This property is required. string - Account type.
- Bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- Billing
Addresses This property is required. List<GetSubscriptions Subscription Collection Item Billing Address> - Address details model.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Currency
Code This property is required. string - Currency code
- Email
This property is required. string - Gsi
Org Code This property is required. string - GSI Subscription external code.
- Id
This property is required. string - Subscription id identifier (OCID).
- Is
Intent To Pay This property is required. bool - Payment intension.
- Language
Code This property is required. string - Language short code (en, de, hu, etc)
- Organization
Id This property is required. string - GSI organization external identifier.
- Osp
Home Region This property is required. string - The home region's public name of the logged in user.
- Payment
Gateways This property is required. List<GetSubscriptions Subscription Collection Item Payment Gateway> - Payment gateway details.
- Payment
Options This property is required. List<GetSubscriptions Subscription Collection Item Payment Option> - Payment option list of a subscription.
- Plan
Type This property is required. string - Subscription plan type.
- Ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- Ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- Subscription
Id This property is required. string - Subscription
Plan Number This property is required. string - Subscription plan number.
- Subscriptions
This property is required. List<GetSubscriptions Subscription Collection Item Subscription> - Tax
Infos This property is required. List<GetSubscriptions Subscription Collection Item Tax Info> - Tax details.
- Time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start This property is required. string - Start date of the subscription.
- Upgrade
State This property is required. string - Status of the upgrade.
- Upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- Account
Type This property is required. string - Account type.
- Bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- Billing
Addresses This property is required. []GetSubscriptions Subscription Collection Item Billing Address - Address details model.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Currency
Code This property is required. string - Currency code
- Email
This property is required. string - Gsi
Org Code This property is required. string - GSI Subscription external code.
- Id
This property is required. string - Subscription id identifier (OCID).
- Is
Intent To Pay This property is required. bool - Payment intension.
- Language
Code This property is required. string - Language short code (en, de, hu, etc)
- Organization
Id This property is required. string - GSI organization external identifier.
- Osp
Home Region This property is required. string - The home region's public name of the logged in user.
- Payment
Gateways This property is required. []GetSubscriptions Subscription Collection Item Payment Gateway - Payment gateway details.
- Payment
Options This property is required. []GetSubscriptions Subscription Collection Item Payment Option - Payment option list of a subscription.
- Plan
Type This property is required. string - Subscription plan type.
- Ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- Ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- Subscription
Id This property is required. string - Subscription
Plan Number This property is required. string - Subscription plan number.
- Subscriptions
This property is required. []GetSubscriptions Subscription Collection Item Subscription - Tax
Infos This property is required. []GetSubscriptions Subscription Collection Item Tax Info - Tax details.
- Time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start This property is required. string - Start date of the subscription.
- Upgrade
State This property is required. string - Status of the upgrade.
- Upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. String - Account type.
- bill
To Cust Account Id This property is required. String - Bill to customer Account id.
- billing
Addresses This property is required. List<GetSubscriptions Subscription Collection Item Billing Address> - Address details model.
- compartment
Id This property is required. String - The OCID of the compartment.
- currency
Code This property is required. String - Currency code
- email
This property is required. String - gsi
Org Code This property is required. String - GSI Subscription external code.
- id
This property is required. String - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. Boolean - Payment intension.
- language
Code This property is required. String - Language short code (en, de, hu, etc)
- organization
Id This property is required. String - GSI organization external identifier.
- osp
Home Region This property is required. String - The home region's public name of the logged in user.
- payment
Gateways This property is required. List<GetSubscriptions Subscription Collection Item Payment Gateway> - Payment gateway details.
- payment
Options This property is required. List<GetSubscriptions Subscription Collection Item Payment Option> - Payment option list of a subscription.
- plan
Type This property is required. String - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. String - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. String - Ship to customer account site address id.
- subscription
Id This property is required. String - subscription
Plan Number This property is required. String - Subscription plan number.
- subscriptions
This property is required. List<GetSubscriptions Subscription Collection Item Subscription> - tax
Infos This property is required. List<GetSubscriptions Subscription Collection Item Tax Info> - Tax details.
- time
Personal To Corporate Conv This property is required. String - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. String - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. String - Start date of the subscription.
- upgrade
State This property is required. String - Status of the upgrade.
- upgrade
State Details This property is required. String - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. string - Account type.
- bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- billing
Addresses This property is required. GetSubscriptions Subscription Collection Item Billing Address[] - Address details model.
- compartment
Id This property is required. string - The OCID of the compartment.
- currency
Code This property is required. string - Currency code
- email
This property is required. string - gsi
Org Code This property is required. string - GSI Subscription external code.
- id
This property is required. string - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. boolean - Payment intension.
- language
Code This property is required. string - Language short code (en, de, hu, etc)
- organization
Id This property is required. string - GSI organization external identifier.
- osp
Home Region This property is required. string - The home region's public name of the logged in user.
- payment
Gateways This property is required. GetSubscriptions Subscription Collection Item Payment Gateway[] - Payment gateway details.
- payment
Options This property is required. GetSubscriptions Subscription Collection Item Payment Option[] - Payment option list of a subscription.
- plan
Type This property is required. string - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- subscription
Id This property is required. string - subscription
Plan Number This property is required. string - Subscription plan number.
- subscriptions
This property is required. GetSubscriptions Subscription Collection Item Subscription[] - tax
Infos This property is required. GetSubscriptions Subscription Collection Item Tax Info[] - Tax details.
- time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. string - Start date of the subscription.
- upgrade
State This property is required. string - Status of the upgrade.
- upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account_
type This property is required. str - Account type.
- bill_
to_ cust_ account_ id This property is required. str - Bill to customer Account id.
- billing_
addresses This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Billing Address] - Address details model.
- compartment_
id This property is required. str - The OCID of the compartment.
- currency_
code This property is required. str - Currency code
- email
This property is required. str - gsi_
org_ code This property is required. str - GSI Subscription external code.
- id
This property is required. str - Subscription id identifier (OCID).
- is_
intent_ to_ pay This property is required. bool - Payment intension.
- language_
code This property is required. str - Language short code (en, de, hu, etc)
- organization_
id This property is required. str - GSI organization external identifier.
- osp_
home_ region This property is required. str - The home region's public name of the logged in user.
- payment_
gateways This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Payment Gateway] - Payment gateway details.
- payment_
options This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Payment Option] - Payment option list of a subscription.
- plan_
type This property is required. str - Subscription plan type.
- ship_
to_ cust_ acct_ role_ id This property is required. str - Ship to customer account role.
- ship_
to_ cust_ acct_ site_ id This property is required. str - Ship to customer account site address id.
- subscription_
id This property is required. str - subscription_
plan_ number This property is required. str - Subscription plan number.
- subscriptions
This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription] - tax_
infos This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Tax Info] - Tax details.
- time_
personal_ to_ corporate_ conv This property is required. str - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_
plan_ upgrade This property is required. str - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_
start This property is required. str - Start date of the subscription.
- upgrade_
state This property is required. str - Status of the upgrade.
- upgrade_
state_ details This property is required. str - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. String - Account type.
- bill
To Cust Account Id This property is required. String - Bill to customer Account id.
- billing
Addresses This property is required. List<Property Map> - Address details model.
- compartment
Id This property is required. String - The OCID of the compartment.
- currency
Code This property is required. String - Currency code
- email
This property is required. String - gsi
Org Code This property is required. String - GSI Subscription external code.
- id
This property is required. String - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. Boolean - Payment intension.
- language
Code This property is required. String - Language short code (en, de, hu, etc)
- organization
Id This property is required. String - GSI organization external identifier.
- osp
Home Region This property is required. String - The home region's public name of the logged in user.
- payment
Gateways This property is required. List<Property Map> - Payment gateway details.
- payment
Options This property is required. List<Property Map> - Payment option list of a subscription.
- plan
Type This property is required. String - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. String - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. String - Ship to customer account site address id.
- subscription
Id This property is required. String - subscription
Plan Number This property is required. String - Subscription plan number.
- subscriptions
This property is required. List<Property Map> - tax
Infos This property is required. List<Property Map> - Tax details.
- time
Personal To Corporate Conv This property is required. String - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. String - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. String - Start date of the subscription.
- upgrade
State This property is required. String - Status of the upgrade.
- upgrade
State Details This property is required. String - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
GetSubscriptionsSubscriptionCollectionItemBillingAddress
- Address
Key This property is required. string - Address identifier.
- City
This property is required. string - Name of the city.
- Company
Name This property is required. string - Name of the customer company.
- Contributor
Class This property is required. string - Contributor class of the customer company.
- Country
This property is required. string - Country of the address.
- County
This property is required. string - County of the address.
- Department
Name This property is required. string - Department name of the customer company.
- Email
Address This property is required. string - The email address of the paypal user.
- First
Name This property is required. string - First name of the paypal user.
- Internal
Number This property is required. string - Internal number of the customer company.
- Job
Title This property is required. string - Job title of the contact person.
- Last
Name This property is required. string - Last name of the paypal user.
- Line1
This property is required. string - Address line 1.
- Line2
This property is required. string - Address line 2.
- Line3
This property is required. string - Address line 3.
- Line4
This property is required. string - Address line 4.
- Middle
Name This property is required. string - Middle name of the contact person.
- Municipal
Inscription This property is required. string - Municipal Inscription.
- Phone
Country Code This property is required. string - Phone country code of the contact person.
- Phone
Number This property is required. string - Phone number of the contact person.
- Postal
Code This property is required. string - Post code of the address.
- Province
This property is required. string - Province of the address.
- State
This property is required. string - State of the address.
- State
Inscription This property is required. string - State Inscription.
- Street
Name This property is required. string - Street name of the address.
- Street
Number This property is required. string - Street number of the address.
- Address
Key This property is required. string - Address identifier.
- City
This property is required. string - Name of the city.
- Company
Name This property is required. string - Name of the customer company.
- Contributor
Class This property is required. string - Contributor class of the customer company.
- Country
This property is required. string - Country of the address.
- County
This property is required. string - County of the address.
- Department
Name This property is required. string - Department name of the customer company.
- Email
Address This property is required. string - The email address of the paypal user.
- First
Name This property is required. string - First name of the paypal user.
- Internal
Number This property is required. string - Internal number of the customer company.
- Job
Title This property is required. string - Job title of the contact person.
- Last
Name This property is required. string - Last name of the paypal user.
- Line1
This property is required. string - Address line 1.
- Line2
This property is required. string - Address line 2.
- Line3
This property is required. string - Address line 3.
- Line4
This property is required. string - Address line 4.
- Middle
Name This property is required. string - Middle name of the contact person.
- Municipal
Inscription This property is required. string - Municipal Inscription.
- Phone
Country Code This property is required. string - Phone country code of the contact person.
- Phone
Number This property is required. string - Phone number of the contact person.
- Postal
Code This property is required. string - Post code of the address.
- Province
This property is required. string - Province of the address.
- State
This property is required. string - State of the address.
- State
Inscription This property is required. string - State Inscription.
- Street
Name This property is required. string - Street name of the address.
- Street
Number This property is required. string - Street number of the address.
- address
Key This property is required. String - Address identifier.
- city
This property is required. String - Name of the city.
- company
Name This property is required. String - Name of the customer company.
- contributor
Class This property is required. String - Contributor class of the customer company.
- country
This property is required. String - Country of the address.
- county
This property is required. String - County of the address.
- department
Name This property is required. String - Department name of the customer company.
- email
Address This property is required. String - The email address of the paypal user.
- first
Name This property is required. String - First name of the paypal user.
- internal
Number This property is required. String - Internal number of the customer company.
- job
Title This property is required. String - Job title of the contact person.
- last
Name This property is required. String - Last name of the paypal user.
- line1
This property is required. String - Address line 1.
- line2
This property is required. String - Address line 2.
- line3
This property is required. String - Address line 3.
- line4
This property is required. String - Address line 4.
- middle
Name This property is required. String - Middle name of the contact person.
- municipal
Inscription This property is required. String - Municipal Inscription.
- phone
Country Code This property is required. String - Phone country code of the contact person.
- phone
Number This property is required. String - Phone number of the contact person.
- postal
Code This property is required. String - Post code of the address.
- province
This property is required. String - Province of the address.
- state
This property is required. String - State of the address.
- state
Inscription This property is required. String - State Inscription.
- street
Name This property is required. String - Street name of the address.
- street
Number This property is required. String - Street number of the address.
- address
Key This property is required. string - Address identifier.
- city
This property is required. string - Name of the city.
- company
Name This property is required. string - Name of the customer company.
- contributor
Class This property is required. string - Contributor class of the customer company.
- country
This property is required. string - Country of the address.
- county
This property is required. string - County of the address.
- department
Name This property is required. string - Department name of the customer company.
- email
Address This property is required. string - The email address of the paypal user.
- first
Name This property is required. string - First name of the paypal user.
- internal
Number This property is required. string - Internal number of the customer company.
- job
Title This property is required. string - Job title of the contact person.
- last
Name This property is required. string - Last name of the paypal user.
- line1
This property is required. string - Address line 1.
- line2
This property is required. string - Address line 2.
- line3
This property is required. string - Address line 3.
- line4
This property is required. string - Address line 4.
- middle
Name This property is required. string - Middle name of the contact person.
- municipal
Inscription This property is required. string - Municipal Inscription.
- phone
Country Code This property is required. string - Phone country code of the contact person.
- phone
Number This property is required. string - Phone number of the contact person.
- postal
Code This property is required. string - Post code of the address.
- province
This property is required. string - Province of the address.
- state
This property is required. string - State of the address.
- state
Inscription This property is required. string - State Inscription.
- street
Name This property is required. string - Street name of the address.
- street
Number This property is required. string - Street number of the address.
- address_
key This property is required. str - Address identifier.
- city
This property is required. str - Name of the city.
- company_
name This property is required. str - Name of the customer company.
- contributor_
class This property is required. str - Contributor class of the customer company.
- country
This property is required. str - Country of the address.
- county
This property is required. str - County of the address.
- department_
name This property is required. str - Department name of the customer company.
- email_
address This property is required. str - The email address of the paypal user.
- first_
name This property is required. str - First name of the paypal user.
- internal_
number This property is required. str - Internal number of the customer company.
- job_
title This property is required. str - Job title of the contact person.
- last_
name This property is required. str - Last name of the paypal user.
- line1
This property is required. str - Address line 1.
- line2
This property is required. str - Address line 2.
- line3
This property is required. str - Address line 3.
- line4
This property is required. str - Address line 4.
- middle_
name This property is required. str - Middle name of the contact person.
- municipal_
inscription This property is required. str - Municipal Inscription.
- phone_
country_ code This property is required. str - Phone country code of the contact person.
- phone_
number This property is required. str - Phone number of the contact person.
- postal_
code This property is required. str - Post code of the address.
- province
This property is required. str - Province of the address.
- state
This property is required. str - State of the address.
- state_
inscription This property is required. str - State Inscription.
- street_
name This property is required. str - Street name of the address.
- street_
number This property is required. str - Street number of the address.
- address
Key This property is required. String - Address identifier.
- city
This property is required. String - Name of the city.
- company
Name This property is required. String - Name of the customer company.
- contributor
Class This property is required. String - Contributor class of the customer company.
- country
This property is required. String - Country of the address.
- county
This property is required. String - County of the address.
- department
Name This property is required. String - Department name of the customer company.
- email
Address This property is required. String - The email address of the paypal user.
- first
Name This property is required. String - First name of the paypal user.
- internal
Number This property is required. String - Internal number of the customer company.
- job
Title This property is required. String - Job title of the contact person.
- last
Name This property is required. String - Last name of the paypal user.
- line1
This property is required. String - Address line 1.
- line2
This property is required. String - Address line 2.
- line3
This property is required. String - Address line 3.
- line4
This property is required. String - Address line 4.
- middle
Name This property is required. String - Middle name of the contact person.
- municipal
Inscription This property is required. String - Municipal Inscription.
- phone
Country Code This property is required. String - Phone country code of the contact person.
- phone
Number This property is required. String - Phone number of the contact person.
- postal
Code This property is required. String - Post code of the address.
- province
This property is required. String - Province of the address.
- state
This property is required. String - State of the address.
- state
Inscription This property is required. String - State Inscription.
- street
Name This property is required. String - Street name of the address.
- street
Number This property is required. String - Street number of the address.
GetSubscriptionsSubscriptionCollectionItemPaymentGateway
- Merchant
Defined Datas This property is required. List<GetSubscriptions Subscription Collection Item Payment Gateway Merchant Defined Data> - Merchant details.
- Merchant
Defined Datas This property is required. []GetSubscriptions Subscription Collection Item Payment Gateway Merchant Defined Data - Merchant details.
- merchant
Defined Datas This property is required. List<GetSubscriptions Subscription Collection Item Payment Gateway Merchant Defined Data> - Merchant details.
- merchant
Defined Datas This property is required. GetSubscriptions Subscription Collection Item Payment Gateway Merchant Defined Data[] - Merchant details.
- merchant_
defined_ datas This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Payment Gateway Merchant Defined Data] - Merchant details.
- merchant
Defined Datas This property is required. List<Property Map> - Merchant details.
GetSubscriptionsSubscriptionCollectionItemPaymentGatewayMerchantDefinedData
- Cloud
Account Name This property is required. string - Cloud account name.
- Promo
Type This property is required. string - Promotion type code.
- Cloud
Account Name This property is required. string - Cloud account name.
- Promo
Type This property is required. string - Promotion type code.
- cloud
Account Name This property is required. String - Cloud account name.
- promo
Type This property is required. String - Promotion type code.
- cloud
Account Name This property is required. string - Cloud account name.
- promo
Type This property is required. string - Promotion type code.
- cloud_
account_ name This property is required. str - Cloud account name.
- promo_
type This property is required. str - Promotion type code.
- cloud
Account Name This property is required. String - Cloud account name.
- promo
Type This property is required. String - Promotion type code.
GetSubscriptionsSubscriptionCollectionItemPaymentOption
- Credit
Card Type This property is required. string - Credit card type.
- Email
Address This property is required. string - The email address of the paypal user.
- Ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- First
Name This property is required. string - First name of the paypal user.
- Last
Digits This property is required. string - Last four digits of the card.
- Last
Name This property is required. string - Last name of the paypal user.
- Name
On Card This property is required. string - Name on the credit card.
- Payment
Method This property is required. string - Payment method
- Time
Expiration This property is required. string - Expired date of the credit card.
- Wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- Wallet
Transaction Id This property is required. string - Wallet transaction id.
- Credit
Card Type This property is required. string - Credit card type.
- Email
Address This property is required. string - The email address of the paypal user.
- Ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- First
Name This property is required. string - First name of the paypal user.
- Last
Digits This property is required. string - Last four digits of the card.
- Last
Name This property is required. string - Last name of the paypal user.
- Name
On Card This property is required. string - Name on the credit card.
- Payment
Method This property is required. string - Payment method
- Time
Expiration This property is required. string - Expired date of the credit card.
- Wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- Wallet
Transaction Id This property is required. string - Wallet transaction id.
- credit
Card Type This property is required. String - Credit card type.
- email
Address This property is required. String - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. String - Agreement id for the paypal account.
- first
Name This property is required. String - First name of the paypal user.
- last
Digits This property is required. String - Last four digits of the card.
- last
Name This property is required. String - Last name of the paypal user.
- name
On Card This property is required. String - Name on the credit card.
- payment
Method This property is required. String - Payment method
- time
Expiration This property is required. String - Expired date of the credit card.
- wallet
Instrument Id This property is required. String - Wallet instrument internal id.
- wallet
Transaction Id This property is required. String - Wallet transaction id.
- credit
Card Type This property is required. string - Credit card type.
- email
Address This property is required. string - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- first
Name This property is required. string - First name of the paypal user.
- last
Digits This property is required. string - Last four digits of the card.
- last
Name This property is required. string - Last name of the paypal user.
- name
On Card This property is required. string - Name on the credit card.
- payment
Method This property is required. string - Payment method
- time
Expiration This property is required. string - Expired date of the credit card.
- wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- wallet
Transaction Id This property is required. string - Wallet transaction id.
- credit_
card_ type This property is required. str - Credit card type.
- email_
address This property is required. str - The email address of the paypal user.
- ext_
billing_ agreement_ id This property is required. str - Agreement id for the paypal account.
- first_
name This property is required. str - First name of the paypal user.
- last_
digits This property is required. str - Last four digits of the card.
- last_
name This property is required. str - Last name of the paypal user.
- name_
on_ card This property is required. str - Name on the credit card.
- payment_
method This property is required. str - Payment method
- time_
expiration This property is required. str - Expired date of the credit card.
- wallet_
instrument_ id This property is required. str - Wallet instrument internal id.
- wallet_
transaction_ id This property is required. str - Wallet transaction id.
- credit
Card Type This property is required. String - Credit card type.
- email
Address This property is required. String - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. String - Agreement id for the paypal account.
- first
Name This property is required. String - First name of the paypal user.
- last
Digits This property is required. String - Last four digits of the card.
- last
Name This property is required. String - Last name of the paypal user.
- name
On Card This property is required. String - Name on the credit card.
- payment
Method This property is required. String - Payment method
- time
Expiration This property is required. String - Expired date of the credit card.
- wallet
Instrument Id This property is required. String - Wallet instrument internal id.
- wallet
Transaction Id This property is required. String - Wallet transaction id.
GetSubscriptionsSubscriptionCollectionItemSubscription
- Account
Type This property is required. string - Account type.
- Bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- Billing
Addresses This property is required. List<GetSubscriptions Subscription Collection Item Subscription Billing Address> - Address details model.
- Currency
Code This property is required. string - Currency code
- Gsi
Org Code This property is required. string - GSI Subscription external code.
- Id
This property is required. string - Subscription id identifier (OCID).
- Is
Intent To Pay This property is required. bool - Payment intension.
- Language
Code This property is required. string - Language short code (en, de, hu, etc)
- Organization
Id This property is required. string - GSI organization external identifier.
- Payment
Gateways This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Gateway> - Payment gateway details.
- Payment
Options This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Option> - Payment option list of a subscription.
- Plan
Type This property is required. string - Subscription plan type.
- Ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- Ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- Subscription
Plan Number This property is required. string - Subscription plan number.
- Tax
Infos This property is required. List<GetSubscriptions Subscription Collection Item Subscription Tax Info> - Tax details.
- Time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start This property is required. string - Start date of the subscription.
- Upgrade
State This property is required. string - Status of the upgrade.
- Upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- Account
Type This property is required. string - Account type.
- Bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- Billing
Addresses This property is required. []GetSubscriptions Subscription Collection Item Subscription Billing Address - Address details model.
- Currency
Code This property is required. string - Currency code
- Gsi
Org Code This property is required. string - GSI Subscription external code.
- Id
This property is required. string - Subscription id identifier (OCID).
- Is
Intent To Pay This property is required. bool - Payment intension.
- Language
Code This property is required. string - Language short code (en, de, hu, etc)
- Organization
Id This property is required. string - GSI organization external identifier.
- Payment
Gateways This property is required. []GetSubscriptions Subscription Collection Item Subscription Payment Gateway - Payment gateway details.
- Payment
Options This property is required. []GetSubscriptions Subscription Collection Item Subscription Payment Option - Payment option list of a subscription.
- Plan
Type This property is required. string - Subscription plan type.
- Ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- Ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- Subscription
Plan Number This property is required. string - Subscription plan number.
- Tax
Infos This property is required. []GetSubscriptions Subscription Collection Item Subscription Tax Info - Tax details.
- Time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start This property is required. string - Start date of the subscription.
- Upgrade
State This property is required. string - Status of the upgrade.
- Upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. String - Account type.
- bill
To Cust Account Id This property is required. String - Bill to customer Account id.
- billing
Addresses This property is required. List<GetSubscriptions Subscription Collection Item Subscription Billing Address> - Address details model.
- currency
Code This property is required. String - Currency code
- gsi
Org Code This property is required. String - GSI Subscription external code.
- id
This property is required. String - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. Boolean - Payment intension.
- language
Code This property is required. String - Language short code (en, de, hu, etc)
- organization
Id This property is required. String - GSI organization external identifier.
- payment
Gateways This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Gateway> - Payment gateway details.
- payment
Options This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Option> - Payment option list of a subscription.
- plan
Type This property is required. String - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. String - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. String - Ship to customer account site address id.
- subscription
Plan Number This property is required. String - Subscription plan number.
- tax
Infos This property is required. List<GetSubscriptions Subscription Collection Item Subscription Tax Info> - Tax details.
- time
Personal To Corporate Conv This property is required. String - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. String - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. String - Start date of the subscription.
- upgrade
State This property is required. String - Status of the upgrade.
- upgrade
State Details This property is required. String - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. string - Account type.
- bill
To Cust Account Id This property is required. string - Bill to customer Account id.
- billing
Addresses This property is required. GetSubscriptions Subscription Collection Item Subscription Billing Address[] - Address details model.
- currency
Code This property is required. string - Currency code
- gsi
Org Code This property is required. string - GSI Subscription external code.
- id
This property is required. string - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. boolean - Payment intension.
- language
Code This property is required. string - Language short code (en, de, hu, etc)
- organization
Id This property is required. string - GSI organization external identifier.
- payment
Gateways This property is required. GetSubscriptions Subscription Collection Item Subscription Payment Gateway[] - Payment gateway details.
- payment
Options This property is required. GetSubscriptions Subscription Collection Item Subscription Payment Option[] - Payment option list of a subscription.
- plan
Type This property is required. string - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. string - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. string - Ship to customer account site address id.
- subscription
Plan Number This property is required. string - Subscription plan number.
- tax
Infos This property is required. GetSubscriptions Subscription Collection Item Subscription Tax Info[] - Tax details.
- time
Personal To Corporate Conv This property is required. string - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. string - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. string - Start date of the subscription.
- upgrade
State This property is required. string - Status of the upgrade.
- upgrade
State Details This property is required. string - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account_
type This property is required. str - Account type.
- bill_
to_ cust_ account_ id This property is required. str - Bill to customer Account id.
- billing_
addresses This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription Billing Address] - Address details model.
- currency_
code This property is required. str - Currency code
- gsi_
org_ code This property is required. str - GSI Subscription external code.
- id
This property is required. str - Subscription id identifier (OCID).
- is_
intent_ to_ pay This property is required. bool - Payment intension.
- language_
code This property is required. str - Language short code (en, de, hu, etc)
- organization_
id This property is required. str - GSI organization external identifier.
- payment_
gateways This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription Payment Gateway] - Payment gateway details.
- payment_
options This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription Payment Option] - Payment option list of a subscription.
- plan_
type This property is required. str - Subscription plan type.
- ship_
to_ cust_ acct_ role_ id This property is required. str - Ship to customer account role.
- ship_
to_ cust_ acct_ site_ id This property is required. str - Ship to customer account site address id.
- subscription_
plan_ number This property is required. str - Subscription plan number.
- tax_
infos This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription Tax Info] - Tax details.
- time_
personal_ to_ corporate_ conv This property is required. str - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_
plan_ upgrade This property is required. str - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_
start This property is required. str - Start date of the subscription.
- upgrade_
state This property is required. str - Status of the upgrade.
- upgrade_
state_ details This property is required. str - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account
Type This property is required. String - Account type.
- bill
To Cust Account Id This property is required. String - Bill to customer Account id.
- billing
Addresses This property is required. List<Property Map> - Address details model.
- currency
Code This property is required. String - Currency code
- gsi
Org Code This property is required. String - GSI Subscription external code.
- id
This property is required. String - Subscription id identifier (OCID).
- is
Intent To Pay This property is required. Boolean - Payment intension.
- language
Code This property is required. String - Language short code (en, de, hu, etc)
- organization
Id This property is required. String - GSI organization external identifier.
- payment
Gateways This property is required. List<Property Map> - Payment gateway details.
- payment
Options This property is required. List<Property Map> - Payment option list of a subscription.
- plan
Type This property is required. String - Subscription plan type.
- ship
To Cust Acct Role Id This property is required. String - Ship to customer account role.
- ship
To Cust Acct Site Id This property is required. String - Ship to customer account site address id.
- subscription
Plan Number This property is required. String - Subscription plan number.
- tax
Infos This property is required. List<Property Map> - Tax details.
- time
Personal To Corporate Conv This property is required. String - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan Upgrade This property is required. String - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start This property is required. String - Start date of the subscription.
- upgrade
State This property is required. String - Status of the upgrade.
- upgrade
State Details This property is required. String - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
GetSubscriptionsSubscriptionCollectionItemSubscriptionBillingAddress
- Address
Key This property is required. string - Address identifier.
- City
This property is required. string - Name of the city.
- Company
Name This property is required. string - Name of the customer company.
- Contributor
Class This property is required. string - Contributor class of the customer company.
- Country
This property is required. string - Country of the address.
- County
This property is required. string - County of the address.
- Department
Name This property is required. string - Department name of the customer company.
- Email
Address This property is required. string - The email address of the paypal user.
- First
Name This property is required. string - First name of the paypal user.
- Internal
Number This property is required. string - Internal number of the customer company.
- Job
Title This property is required. string - Job title of the contact person.
- Last
Name This property is required. string - Last name of the paypal user.
- Line1
This property is required. string - Address line 1.
- Line2
This property is required. string - Address line 2.
- Line3
This property is required. string - Address line 3.
- Line4
This property is required. string - Address line 4.
- Middle
Name This property is required. string - Middle name of the contact person.
- Municipal
Inscription This property is required. string - Municipal Inscription.
- Phone
Country Code This property is required. string - Phone country code of the contact person.
- Phone
Number This property is required. string - Phone number of the contact person.
- Postal
Code This property is required. string - Post code of the address.
- Province
This property is required. string - Province of the address.
- State
This property is required. string - State of the address.
- State
Inscription This property is required. string - State Inscription.
- Street
Name This property is required. string - Street name of the address.
- Street
Number This property is required. string - Street number of the address.
- Address
Key This property is required. string - Address identifier.
- City
This property is required. string - Name of the city.
- Company
Name This property is required. string - Name of the customer company.
- Contributor
Class This property is required. string - Contributor class of the customer company.
- Country
This property is required. string - Country of the address.
- County
This property is required. string - County of the address.
- Department
Name This property is required. string - Department name of the customer company.
- Email
Address This property is required. string - The email address of the paypal user.
- First
Name This property is required. string - First name of the paypal user.
- Internal
Number This property is required. string - Internal number of the customer company.
- Job
Title This property is required. string - Job title of the contact person.
- Last
Name This property is required. string - Last name of the paypal user.
- Line1
This property is required. string - Address line 1.
- Line2
This property is required. string - Address line 2.
- Line3
This property is required. string - Address line 3.
- Line4
This property is required. string - Address line 4.
- Middle
Name This property is required. string - Middle name of the contact person.
- Municipal
Inscription This property is required. string - Municipal Inscription.
- Phone
Country Code This property is required. string - Phone country code of the contact person.
- Phone
Number This property is required. string - Phone number of the contact person.
- Postal
Code This property is required. string - Post code of the address.
- Province
This property is required. string - Province of the address.
- State
This property is required. string - State of the address.
- State
Inscription This property is required. string - State Inscription.
- Street
Name This property is required. string - Street name of the address.
- Street
Number This property is required. string - Street number of the address.
- address
Key This property is required. String - Address identifier.
- city
This property is required. String - Name of the city.
- company
Name This property is required. String - Name of the customer company.
- contributor
Class This property is required. String - Contributor class of the customer company.
- country
This property is required. String - Country of the address.
- county
This property is required. String - County of the address.
- department
Name This property is required. String - Department name of the customer company.
- email
Address This property is required. String - The email address of the paypal user.
- first
Name This property is required. String - First name of the paypal user.
- internal
Number This property is required. String - Internal number of the customer company.
- job
Title This property is required. String - Job title of the contact person.
- last
Name This property is required. String - Last name of the paypal user.
- line1
This property is required. String - Address line 1.
- line2
This property is required. String - Address line 2.
- line3
This property is required. String - Address line 3.
- line4
This property is required. String - Address line 4.
- middle
Name This property is required. String - Middle name of the contact person.
- municipal
Inscription This property is required. String - Municipal Inscription.
- phone
Country Code This property is required. String - Phone country code of the contact person.
- phone
Number This property is required. String - Phone number of the contact person.
- postal
Code This property is required. String - Post code of the address.
- province
This property is required. String - Province of the address.
- state
This property is required. String - State of the address.
- state
Inscription This property is required. String - State Inscription.
- street
Name This property is required. String - Street name of the address.
- street
Number This property is required. String - Street number of the address.
- address
Key This property is required. string - Address identifier.
- city
This property is required. string - Name of the city.
- company
Name This property is required. string - Name of the customer company.
- contributor
Class This property is required. string - Contributor class of the customer company.
- country
This property is required. string - Country of the address.
- county
This property is required. string - County of the address.
- department
Name This property is required. string - Department name of the customer company.
- email
Address This property is required. string - The email address of the paypal user.
- first
Name This property is required. string - First name of the paypal user.
- internal
Number This property is required. string - Internal number of the customer company.
- job
Title This property is required. string - Job title of the contact person.
- last
Name This property is required. string - Last name of the paypal user.
- line1
This property is required. string - Address line 1.
- line2
This property is required. string - Address line 2.
- line3
This property is required. string - Address line 3.
- line4
This property is required. string - Address line 4.
- middle
Name This property is required. string - Middle name of the contact person.
- municipal
Inscription This property is required. string - Municipal Inscription.
- phone
Country Code This property is required. string - Phone country code of the contact person.
- phone
Number This property is required. string - Phone number of the contact person.
- postal
Code This property is required. string - Post code of the address.
- province
This property is required. string - Province of the address.
- state
This property is required. string - State of the address.
- state
Inscription This property is required. string - State Inscription.
- street
Name This property is required. string - Street name of the address.
- street
Number This property is required. string - Street number of the address.
- address_
key This property is required. str - Address identifier.
- city
This property is required. str - Name of the city.
- company_
name This property is required. str - Name of the customer company.
- contributor_
class This property is required. str - Contributor class of the customer company.
- country
This property is required. str - Country of the address.
- county
This property is required. str - County of the address.
- department_
name This property is required. str - Department name of the customer company.
- email_
address This property is required. str - The email address of the paypal user.
- first_
name This property is required. str - First name of the paypal user.
- internal_
number This property is required. str - Internal number of the customer company.
- job_
title This property is required. str - Job title of the contact person.
- last_
name This property is required. str - Last name of the paypal user.
- line1
This property is required. str - Address line 1.
- line2
This property is required. str - Address line 2.
- line3
This property is required. str - Address line 3.
- line4
This property is required. str - Address line 4.
- middle_
name This property is required. str - Middle name of the contact person.
- municipal_
inscription This property is required. str - Municipal Inscription.
- phone_
country_ code This property is required. str - Phone country code of the contact person.
- phone_
number This property is required. str - Phone number of the contact person.
- postal_
code This property is required. str - Post code of the address.
- province
This property is required. str - Province of the address.
- state
This property is required. str - State of the address.
- state_
inscription This property is required. str - State Inscription.
- street_
name This property is required. str - Street name of the address.
- street_
number This property is required. str - Street number of the address.
- address
Key This property is required. String - Address identifier.
- city
This property is required. String - Name of the city.
- company
Name This property is required. String - Name of the customer company.
- contributor
Class This property is required. String - Contributor class of the customer company.
- country
This property is required. String - Country of the address.
- county
This property is required. String - County of the address.
- department
Name This property is required. String - Department name of the customer company.
- email
Address This property is required. String - The email address of the paypal user.
- first
Name This property is required. String - First name of the paypal user.
- internal
Number This property is required. String - Internal number of the customer company.
- job
Title This property is required. String - Job title of the contact person.
- last
Name This property is required. String - Last name of the paypal user.
- line1
This property is required. String - Address line 1.
- line2
This property is required. String - Address line 2.
- line3
This property is required. String - Address line 3.
- line4
This property is required. String - Address line 4.
- middle
Name This property is required. String - Middle name of the contact person.
- municipal
Inscription This property is required. String - Municipal Inscription.
- phone
Country Code This property is required. String - Phone country code of the contact person.
- phone
Number This property is required. String - Phone number of the contact person.
- postal
Code This property is required. String - Post code of the address.
- province
This property is required. String - Province of the address.
- state
This property is required. String - State of the address.
- state
Inscription This property is required. String - State Inscription.
- street
Name This property is required. String - Street name of the address.
- street
Number This property is required. String - Street number of the address.
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGateway
- Merchant
Defined Datas This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Gateway Merchant Defined Data> - Merchant details.
- Merchant
Defined Datas This property is required. []GetSubscriptions Subscription Collection Item Subscription Payment Gateway Merchant Defined Data - Merchant details.
- merchant
Defined Datas This property is required. List<GetSubscriptions Subscription Collection Item Subscription Payment Gateway Merchant Defined Data> - Merchant details.
- merchant
Defined Datas This property is required. GetSubscriptions Subscription Collection Item Subscription Payment Gateway Merchant Defined Data[] - Merchant details.
- merchant_
defined_ datas This property is required. Sequence[ospgateway.Get Subscriptions Subscription Collection Item Subscription Payment Gateway Merchant Defined Data] - Merchant details.
- merchant
Defined Datas This property is required. List<Property Map> - Merchant details.
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayMerchantDefinedData
- Cloud
Account Name This property is required. string - Cloud account name.
- Promo
Type This property is required. string - Promotion type code.
- Cloud
Account Name This property is required. string - Cloud account name.
- Promo
Type This property is required. string - Promotion type code.
- cloud
Account Name This property is required. String - Cloud account name.
- promo
Type This property is required. String - Promotion type code.
- cloud
Account Name This property is required. string - Cloud account name.
- promo
Type This property is required. string - Promotion type code.
- cloud_
account_ name This property is required. str - Cloud account name.
- promo_
type This property is required. str - Promotion type code.
- cloud
Account Name This property is required. String - Cloud account name.
- promo
Type This property is required. String - Promotion type code.
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentOption
- Credit
Card Type This property is required. string - Credit card type.
- Email
Address This property is required. string - The email address of the paypal user.
- Ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- First
Name This property is required. string - First name of the paypal user.
- Last
Digits This property is required. string - Last four digits of the card.
- Last
Name This property is required. string - Last name of the paypal user.
- Name
On Card This property is required. string - Name on the credit card.
- Payment
Method This property is required. string - Payment method
- Time
Expiration This property is required. string - Expired date of the credit card.
- Wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- Wallet
Transaction Id This property is required. string - Wallet transaction id.
- Credit
Card Type This property is required. string - Credit card type.
- Email
Address This property is required. string - The email address of the paypal user.
- Ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- First
Name This property is required. string - First name of the paypal user.
- Last
Digits This property is required. string - Last four digits of the card.
- Last
Name This property is required. string - Last name of the paypal user.
- Name
On Card This property is required. string - Name on the credit card.
- Payment
Method This property is required. string - Payment method
- Time
Expiration This property is required. string - Expired date of the credit card.
- Wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- Wallet
Transaction Id This property is required. string - Wallet transaction id.
- credit
Card Type This property is required. String - Credit card type.
- email
Address This property is required. String - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. String - Agreement id for the paypal account.
- first
Name This property is required. String - First name of the paypal user.
- last
Digits This property is required. String - Last four digits of the card.
- last
Name This property is required. String - Last name of the paypal user.
- name
On Card This property is required. String - Name on the credit card.
- payment
Method This property is required. String - Payment method
- time
Expiration This property is required. String - Expired date of the credit card.
- wallet
Instrument Id This property is required. String - Wallet instrument internal id.
- wallet
Transaction Id This property is required. String - Wallet transaction id.
- credit
Card Type This property is required. string - Credit card type.
- email
Address This property is required. string - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. string - Agreement id for the paypal account.
- first
Name This property is required. string - First name of the paypal user.
- last
Digits This property is required. string - Last four digits of the card.
- last
Name This property is required. string - Last name of the paypal user.
- name
On Card This property is required. string - Name on the credit card.
- payment
Method This property is required. string - Payment method
- time
Expiration This property is required. string - Expired date of the credit card.
- wallet
Instrument Id This property is required. string - Wallet instrument internal id.
- wallet
Transaction Id This property is required. string - Wallet transaction id.
- credit_
card_ type This property is required. str - Credit card type.
- email_
address This property is required. str - The email address of the paypal user.
- ext_
billing_ agreement_ id This property is required. str - Agreement id for the paypal account.
- first_
name This property is required. str - First name of the paypal user.
- last_
digits This property is required. str - Last four digits of the card.
- last_
name This property is required. str - Last name of the paypal user.
- name_
on_ card This property is required. str - Name on the credit card.
- payment_
method This property is required. str - Payment method
- time_
expiration This property is required. str - Expired date of the credit card.
- wallet_
instrument_ id This property is required. str - Wallet instrument internal id.
- wallet_
transaction_ id This property is required. str - Wallet transaction id.
- credit
Card Type This property is required. String - Credit card type.
- email
Address This property is required. String - The email address of the paypal user.
- ext
Billing Agreement Id This property is required. String - Agreement id for the paypal account.
- first
Name This property is required. String - First name of the paypal user.
- last
Digits This property is required. String - Last four digits of the card.
- last
Name This property is required. String - Last name of the paypal user.
- name
On Card This property is required. String - Name on the credit card.
- payment
Method This property is required. String - Payment method
- time
Expiration This property is required. String - Expired date of the credit card.
- wallet
Instrument Id This property is required. String - Wallet instrument internal id.
- wallet
Transaction Id This property is required. String - Wallet transaction id.
GetSubscriptionsSubscriptionCollectionItemSubscriptionTaxInfo
- No
Tax Reason Code This property is required. string - Tax exemption reason code.
- No
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- Tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- Tax
Payer Id This property is required. string - Tay payer identifier.
- Tax
Reg Number This property is required. string - Tax registration number.
- No
Tax Reason Code This property is required. string - Tax exemption reason code.
- No
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- Tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- Tax
Payer Id This property is required. string - Tay payer identifier.
- Tax
Reg Number This property is required. string - Tax registration number.
- no
Tax Reason Code This property is required. String - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. String - Tax exemption reason description.
- tax
Cnpj This property is required. String - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. String - Tay payer identifier.
- tax
Reg Number This property is required. String - Tax registration number.
- no
Tax Reason Code This property is required. string - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. string - Tay payer identifier.
- tax
Reg Number This property is required. string - Tax registration number.
- no_
tax_ reason_ code This property is required. str - Tax exemption reason code.
- no_
tax_ reason_ code_ details This property is required. str - Tax exemption reason description.
- tax_
cnpj This property is required. str - Brazilian companies' CNPJ number.
- tax_
payer_ id This property is required. str - Tay payer identifier.
- tax_
reg_ number This property is required. str - Tax registration number.
- no
Tax Reason Code This property is required. String - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. String - Tax exemption reason description.
- tax
Cnpj This property is required. String - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. String - Tay payer identifier.
- tax
Reg Number This property is required. String - Tax registration number.
GetSubscriptionsSubscriptionCollectionItemTaxInfo
- Giro
This property is required. string - Companies' GIRO code
- No
Tax Reason Code This property is required. string - Tax exemption reason code.
- No
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- Tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- Tax
Payer Id This property is required. string - Tay payer identifier.
- Tax
Reg Number This property is required. string - Tax registration number.
- Giro
This property is required. string - Companies' GIRO code
- No
Tax Reason Code This property is required. string - Tax exemption reason code.
- No
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- Tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- Tax
Payer Id This property is required. string - Tay payer identifier.
- Tax
Reg Number This property is required. string - Tax registration number.
- giro
This property is required. String - Companies' GIRO code
- no
Tax Reason Code This property is required. String - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. String - Tax exemption reason description.
- tax
Cnpj This property is required. String - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. String - Tay payer identifier.
- tax
Reg Number This property is required. String - Tax registration number.
- giro
This property is required. string - Companies' GIRO code
- no
Tax Reason Code This property is required. string - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. string - Tax exemption reason description.
- tax
Cnpj This property is required. string - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. string - Tay payer identifier.
- tax
Reg Number This property is required. string - Tax registration number.
- giro
This property is required. str - Companies' GIRO code
- no_
tax_ reason_ code This property is required. str - Tax exemption reason code.
- no_
tax_ reason_ code_ details This property is required. str - Tax exemption reason description.
- tax_
cnpj This property is required. str - Brazilian companies' CNPJ number.
- tax_
payer_ id This property is required. str - Tay payer identifier.
- tax_
reg_ number This property is required. str - Tax registration number.
- giro
This property is required. String - Companies' GIRO code
- no
Tax Reason Code This property is required. String - Tax exemption reason code.
- no
Tax Reason Code Details This property is required. String - Tax exemption reason description.
- tax
Cnpj This property is required. String - Brazilian companies' CNPJ number.
- tax
Payer Id This property is required. String - Tay payer identifier.
- tax
Reg Number This property is required. String - Tax registration number.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.