com.paypal.api.payments
Class FlowConfig

java.lang.Object
  extended by com.paypal.api.payments.FlowConfig

public class FlowConfig
extends Object


Constructor Summary
FlowConfig()
          Default Constructor
 
Method Summary
 String getBankTxnPendingUrl()
          Getter for bankTxnPendingUrl
 String getLandingPageType()
          Getter for landingPageType
 FlowConfig setBankTxnPendingUrl(String bankTxnPendingUrl)
          Setter for bankTxnPendingUrl
 FlowConfig setLandingPageType(String landingPageType)
          Setter for landingPageType
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowConfig

public FlowConfig()
Default Constructor

Method Detail

setLandingPageType

public FlowConfig setLandingPageType(String landingPageType)
Setter for landingPageType


getLandingPageType

public String getLandingPageType()
Getter for landingPageType


setBankTxnPendingUrl

public FlowConfig setBankTxnPendingUrl(String bankTxnPendingUrl)
Setter for bankTxnPendingUrl


getBankTxnPendingUrl

public String getBankTxnPendingUrl()
Getter for bankTxnPendingUrl


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.