C# Class PayPal.Api.PayPalSerializableObject

Represents a PayPal model object that can be serialized to and from a JSON string.
Inheritance: IPayPalSerializableObject
显示文件 Open project: paypal/PayPal-NET-SDK

Public Methods

Method Description
ConvertToJson ( ) : string

Converts this object to a JSON string.

Method Details

ConvertToJson() public method

Converts this object to a JSON string.
public ConvertToJson ( ) : string
return string