Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi
oci.OspGateway.getSubscription
Explore with Pulumi AI
This data source provides details about a specific Subscription resource in Oracle Cloud Infrastructure Osp Gateway service.
Get the subscription plan.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscription = oci.OspGateway.getSubscription({
compartmentId: compartmentId,
ospHomeRegion: subscriptionOspHomeRegion,
subscriptionId: testSubscriptionOciOspGatewaySubscription.id,
});
import pulumi
import pulumi_oci as oci
test_subscription = oci.OspGateway.get_subscription(compartment_id=compartment_id,
osp_home_region=subscription_osp_home_region,
subscription_id=test_subscription_oci_osp_gateway_subscription["id"])
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.GetSubscription(ctx, &ospgateway.GetSubscriptionArgs{
CompartmentId: compartmentId,
OspHomeRegion: subscriptionOspHomeRegion,
SubscriptionId: testSubscriptionOciOspGatewaySubscription.Id,
}, 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 testSubscription = Oci.OspGateway.GetSubscription.Invoke(new()
{
CompartmentId = compartmentId,
OspHomeRegion = subscriptionOspHomeRegion,
SubscriptionId = testSubscriptionOciOspGatewaySubscription.Id,
});
});
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.GetSubscriptionArgs;
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 testSubscription = OspGatewayFunctions.getSubscription(GetSubscriptionArgs.builder()
.compartmentId(compartmentId)
.ospHomeRegion(subscriptionOspHomeRegion)
.subscriptionId(testSubscriptionOciOspGatewaySubscription.id())
.build());
}
}
variables:
testSubscription:
fn::invoke:
function: oci:OspGateway:getSubscription
arguments:
compartmentId: ${compartmentId}
ospHomeRegion: ${subscriptionOspHomeRegion}
subscriptionId: ${testSubscriptionOciOspGatewaySubscription.id}
Using getSubscription
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 getSubscription(args: GetSubscriptionArgs, opts?: InvokeOptions): Promise<GetSubscriptionResult>
function getSubscriptionOutput(args: GetSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetSubscriptionResult>
def get_subscription(compartment_id: Optional[str] = None,
osp_home_region: Optional[str] = None,
subscription_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubscriptionResult
def get_subscription_output(compartment_id: Optional[pulumi.Input[str]] = None,
osp_home_region: Optional[pulumi.Input[str]] = None,
subscription_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubscriptionResult]
func GetSubscription(ctx *Context, args *GetSubscriptionArgs, opts ...InvokeOption) (*GetSubscriptionResult, error)
func GetSubscriptionOutput(ctx *Context, args *GetSubscriptionOutputArgs, opts ...InvokeOption) GetSubscriptionResultOutput
> Note: This function is named GetSubscription
in the Go SDK.
public static class GetSubscription
{
public static Task<GetSubscriptionResult> InvokeAsync(GetSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<GetSubscriptionResult> Invoke(GetSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubscriptionResult> getSubscription(GetSubscriptionArgs args, InvokeOptions options)
public static Output<GetSubscriptionResult> getSubscription(GetSubscriptionArgs args, InvokeOptions options)
fn::invoke:
function: oci:OspGateway/getSubscription:getSubscription
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.
- Subscription
Id This property is required. string - Subscription id(OCID).
- 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.
- Subscription
Id This property is required. string - Subscription id(OCID).
- 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.
- subscription
Id This property is required. String - Subscription id(OCID).
- 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.
- subscription
Id This property is required. string - Subscription id(OCID).
- 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.
- subscription_
id This property is required. str - Subscription id(OCID).
- 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.
- subscription
Id This property is required. String - Subscription id(OCID).
getSubscription Result
The following output properties are available:
- Account
Type string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses List<GetSubscription Billing Address> - Address details model.
- Compartment
Id string - Currency
Code string - Currency code
- Email string
- Gsi
Org stringCode - GSI Subscription external code.
- Id string
- Subscription id identifier (OCID).
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Osp
Home stringRegion - Payment
Gateways List<GetSubscription Payment Gateway> - Payment gateway details.
- Payment
Options List<GetSubscription Payment Option> - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Id string - Subscription
Plan stringNumber - Subscription plan number.
- Subscriptions
List<Get
Subscription Subscription> - Tax
Infos List<GetSubscription Tax Info> - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State stringDetails - 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 string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses []GetSubscription Billing Address - Address details model.
- Compartment
Id string - Currency
Code string - Currency code
- Email string
- Gsi
Org stringCode - GSI Subscription external code.
- Id string
- Subscription id identifier (OCID).
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Osp
Home stringRegion - Payment
Gateways []GetSubscription Payment Gateway - Payment gateway details.
- Payment
Options []GetSubscription Payment Option - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Id string - Subscription
Plan stringNumber - Subscription plan number.
- Subscriptions
[]Get
Subscription Subscription - Tax
Infos []GetSubscription Tax Info - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State stringDetails - 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 String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<GetSubscription Billing Address> - Address details model.
- compartment
Id String - currency
Code String - Currency code
- email String
- gsi
Org StringCode - GSI Subscription external code.
- id String
- Subscription id identifier (OCID).
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- osp
Home StringRegion - payment
Gateways List<GetSubscription Payment Gateway> - Payment gateway details.
- payment
Options List<GetSubscription Payment Option> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription
Id String - subscription
Plan StringNumber - Subscription plan number.
- subscriptions
List<Get
Subscription Subscription> - tax
Infos List<GetSubscription Tax Info> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State StringDetails - 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 string - Account type.
- bill
To stringCust Account Id - Bill to customer Account id.
- billing
Addresses GetSubscription Billing Address[] - Address details model.
- compartment
Id string - currency
Code string - Currency code
- email string
- gsi
Org stringCode - GSI Subscription external code.
- id string
- Subscription id identifier (OCID).
- is
Intent booleanTo Pay - Payment intension.
- language
Code string - Language short code (en, de, hu, etc)
- organization
Id string - GSI organization external identifier.
- osp
Home stringRegion - payment
Gateways GetSubscription Payment Gateway[] - Payment gateway details.
- payment
Options GetSubscription Payment Option[] - Payment option list of a subscription.
- plan
Type string - Subscription plan type.
- ship
To stringCust Acct Role Id - Ship to customer account role.
- ship
To stringCust Acct Site Id - Ship to customer account site address id.
- subscription
Id string - subscription
Plan stringNumber - Subscription plan number.
- subscriptions
Get
Subscription Subscription[] - tax
Infos GetSubscription Tax Info[] - Tax details.
- time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start string - Start date of the subscription.
- upgrade
State string - Status of the upgrade.
- upgrade
State stringDetails - 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 str - Account type.
- bill_
to_ strcust_ account_ id - Bill to customer Account id.
- billing_
addresses Sequence[ospgateway.Get Subscription Billing Address] - Address details model.
- compartment_
id str - currency_
code str - Currency code
- email str
- gsi_
org_ strcode - GSI Subscription external code.
- id str
- Subscription id identifier (OCID).
- is_
intent_ boolto_ pay - Payment intension.
- language_
code str - Language short code (en, de, hu, etc)
- organization_
id str - GSI organization external identifier.
- osp_
home_ strregion - payment_
gateways Sequence[ospgateway.Get Subscription Payment Gateway] - Payment gateway details.
- payment_
options Sequence[ospgateway.Get Subscription Payment Option] - Payment option list of a subscription.
- plan_
type str - Subscription plan type.
- ship_
to_ strcust_ acct_ role_ id - Ship to customer account role.
- ship_
to_ strcust_ acct_ site_ id - Ship to customer account site address id.
- subscription_
id str - subscription_
plan_ strnumber - Subscription plan number.
- subscriptions
Sequence[ospgateway.
Get Subscription Subscription] - tax_
infos Sequence[ospgateway.Get Subscription Tax Info] - Tax details.
- time_
personal_ strto_ corporate_ conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_
plan_ strupgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_
start str - Start date of the subscription.
- upgrade_
state str - Status of the upgrade.
- upgrade_
state_ strdetails - 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 String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<Property Map> - Address details model.
- compartment
Id String - currency
Code String - Currency code
- email String
- gsi
Org StringCode - GSI Subscription external code.
- id String
- Subscription id identifier (OCID).
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- osp
Home StringRegion - payment
Gateways List<Property Map> - Payment gateway details.
- payment
Options List<Property Map> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription
Id String - subscription
Plan StringNumber - Subscription plan number.
- subscriptions List<Property Map>
- tax
Infos List<Property Map> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State StringDetails - This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
Supporting Types
GetSubscriptionBillingAddress
- 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.
GetSubscriptionPaymentGateway
- Merchant
Defined Datas This property is required. List<GetSubscription Payment Gateway Merchant Defined Data> - Merchant details.
- Merchant
Defined Datas This property is required. []GetSubscription Payment Gateway Merchant Defined Data - Merchant details.
- merchant
Defined Datas This property is required. List<GetSubscription Payment Gateway Merchant Defined Data> - Merchant details.
- merchant
Defined Datas This property is required. GetSubscription Payment Gateway Merchant Defined Data[] - Merchant details.
- merchant_
defined_ datas This property is required. Sequence[ospgateway.Get Subscription Payment Gateway Merchant Defined Data] - Merchant details.
- merchant
Defined Datas This property is required. List<Property Map> - Merchant details.
GetSubscriptionPaymentGatewayMerchantDefinedData
- 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.
GetSubscriptionPaymentOption
- 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.
GetSubscriptionSubscription
- 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<GetSubscription 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<GetSubscription Subscription Payment Gateway> - Payment gateway details.
- Payment
Options This property is required. List<GetSubscription 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<GetSubscription 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. []GetSubscription 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. []GetSubscription Subscription Payment Gateway - Payment gateway details.
- Payment
Options This property is required. []GetSubscription 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. []GetSubscription 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<GetSubscription 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<GetSubscription Subscription Payment Gateway> - Payment gateway details.
- payment
Options This property is required. List<GetSubscription 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<GetSubscription 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. GetSubscription 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. GetSubscription Subscription Payment Gateway[] - Payment gateway details.
- payment
Options This property is required. GetSubscription 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. GetSubscription 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 Subscription 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 Subscription Subscription Payment Gateway] - Payment gateway details.
- payment_
options This property is required. Sequence[ospgateway.Get Subscription 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 Subscription 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)
GetSubscriptionSubscriptionBillingAddress
- 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.
GetSubscriptionSubscriptionPaymentGateway
- Merchant
Defined Datas This property is required. List<GetSubscription Subscription Payment Gateway Merchant Defined Data> - Merchant details.
- Merchant
Defined Datas This property is required. []GetSubscription Subscription Payment Gateway Merchant Defined Data - Merchant details.
- merchant
Defined Datas This property is required. List<GetSubscription Subscription Payment Gateway Merchant Defined Data> - Merchant details.
- merchant
Defined Datas This property is required. GetSubscription Subscription Payment Gateway Merchant Defined Data[] - Merchant details.
- merchant_
defined_ datas This property is required. Sequence[ospgateway.Get Subscription Subscription Payment Gateway Merchant Defined Data] - Merchant details.
- merchant
Defined Datas This property is required. List<Property Map> - Merchant details.
GetSubscriptionSubscriptionPaymentGatewayMerchantDefinedData
- 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.
GetSubscriptionSubscriptionPaymentOption
- 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.
GetSubscriptionSubscriptionTaxInfo
- 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.
GetSubscriptionTaxInfo
- 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.