Skip to content

Commit

Permalink
Merge 2db2008 into 4142f2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Galic committed Jun 4, 2019
2 parents 4142f2d + 2db2008 commit 00e93a2
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -155,6 +155,12 @@ object Query extends Enum[Query] {
"ophan-raw-zuora-increment-invoice",
"Invoice.csv"
)
case object Payment extends Query(
"Payment",
"SELECT EffectiveDate, Amount, Currency, Gateway, GatewayResponse, GatewayResponseCode, GatewayState, Status, SubmittedOn, ID, Account.ID FROM Payment",
"ophan-raw-zuora-increment-payment",
"Payment.csv"
)
}

object ZuoraApiHost {
Expand Down

0 comments on commit 00e93a2

Please sign in to comment.