public class PaymentLinkRelatedResources extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentLinkRelatedResources.Builder
Class to build instances of
PaymentLinkRelatedResources. |
| Modifier | Constructor and Description |
|---|---|
|
PaymentLinkRelatedResources(List<Order> orders,
List<CatalogObject> subscriptionPlans)
Initialization constructor.
|
protected |
PaymentLinkRelatedResources(io.apimatic.core.types.OptionalNullable<List<Order>> orders,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> subscriptionPlans)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Order> |
getOrders()
Getter for Orders.
|
List<CatalogObject> |
getSubscriptionPlans()
Getter for SubscriptionPlans.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<Order>> |
internalGetOrders()
Internal Getter for Orders.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
internalGetSubscriptionPlans()
Internal Getter for SubscriptionPlans.
|
PaymentLinkRelatedResources.Builder |
toBuilder()
Builds a new
PaymentLinkRelatedResources.Builder object. |
String |
toString()
Converts this PaymentLinkRelatedResources into string format.
|
public PaymentLinkRelatedResources(List<Order> orders, List<CatalogObject> subscriptionPlans)
orders - List of Order value for orders.subscriptionPlans - List of CatalogObject value for subscriptionPlans.protected PaymentLinkRelatedResources(io.apimatic.core.types.OptionalNullable<List<Order>> orders, io.apimatic.core.types.OptionalNullable<List<CatalogObject>> subscriptionPlans)
protected io.apimatic.core.types.OptionalNullable<List<Order>> internalGetOrders()
public List<Order> getOrders()
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> internalGetSubscriptionPlans()
public List<CatalogObject> getSubscriptionPlans()
public String toString()
public PaymentLinkRelatedResources.Builder toBuilder()
PaymentLinkRelatedResources.Builder object.
Creates the instance with the state of the current model.PaymentLinkRelatedResources.Builder objectCopyright © 2023. All rights reserved.