C# Class PayPal.PayPalAPIInterfaceService.Model.CoupledBucketsType

Defines relationship between buckets
Mostra file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
CoupledBucketsType ( ) : System

Default Constructor

CoupledBucketsType ( List paymentRequestID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

CoupledBucketsType() public method

Default Constructor
public CoupledBucketsType ( ) : System
return System

CoupledBucketsType() public method

Constructor with arguments
public CoupledBucketsType ( List paymentRequestID ) : System
paymentRequestID List
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string