<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Help with Scenerio in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-with-Scenerio/m-p/62814#M37066</link>
    <description>&lt;P&gt;I am trying to implement logic as such.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Bill a client today&lt;/LI&gt;&lt;LI&gt;In X Number of months bill them again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There is the payment schedule code I am using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;paymentScheduleType schedule = new paymentScheduleType&lt;BR /&gt;{&lt;BR /&gt;interval = interval,&lt;BR /&gt;startDate = DateTime.Now.AddDays(1),//Bill today&lt;BR /&gt;totalOccurrences = 9999, // 9999 indicates no end date&lt;BR /&gt;trialOccurrences = FreeIntervals,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does not appear to do what I am intending...anyone have any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Apr 2018 16:47:31 GMT</pubDate>
    <dc:creator>mjdeslongchamps</dc:creator>
    <dc:date>2018-04-24T16:47:31Z</dc:date>
    <item>
      <title>Help with Scenerio</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-with-Scenerio/m-p/62814#M37066</link>
      <description>&lt;P&gt;I am trying to implement logic as such.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Bill a client today&lt;/LI&gt;&lt;LI&gt;In X Number of months bill them again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There is the payment schedule code I am using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;paymentScheduleType schedule = new paymentScheduleType&lt;BR /&gt;{&lt;BR /&gt;interval = interval,&lt;BR /&gt;startDate = DateTime.Now.AddDays(1),//Bill today&lt;BR /&gt;totalOccurrences = 9999, // 9999 indicates no end date&lt;BR /&gt;trialOccurrences = FreeIntervals,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does not appear to do what I am intending...anyone have any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:47:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-with-Scenerio/m-p/62814#M37066</guid>
      <dc:creator>mjdeslongchamps</dc:creator>
      <dc:date>2018-04-24T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Scenerio</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-with-Scenerio/m-p/62835#M37082</link>
      <description>&lt;P&gt;Can you send us the error message or the exact issue you are facing?&lt;/P&gt;&lt;P&gt;Is the subscription not getting billed for the interval that user is scheduled for?&lt;/P&gt;&lt;P&gt;Here is the &lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/blob/master/RecurringBilling/CreateSubscription.cs" target="_self"&gt;ARB-Sample-Code&lt;/A&gt;. checkout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Bhavana&lt;/P&gt;&lt;PRE&gt;            interval.length = intervalLength;            
            interval.unit   = ARBSubscriptionUnitEnum.days;

            paymentScheduleType schedule = new paymentScheduleType
            {
                interval            = interval,
                startDate           = DateTime.Now.AddDays(1),      // start date should be tomorrow
                totalOccurrences    = 9999,                          // 999 indicates no end date
                trialOccurrences     = 0
            };&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2018 20:28:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-with-Scenerio/m-p/62835#M37082</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2018-04-25T20:28:58Z</dc:date>
    </item>
  </channel>
</rss>

